Home
last modified time | relevance | path

Searched refs:ctb_size (Results 1 – 25 of 61) sorted by relevance

123

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c347 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
366 x_end = x0 + ctb_size; in deblocking_filter_CTB()
369 y_end = y0 + ctb_size; in deblocking_filter_CTB()
702 int x_end = x >= s->sps->width - ctb_size; in ff_hevc_hls_filter()
705 int y_end = y >= s->sps->height - ctb_size; in ff_hevc_hls_filter()
707 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
709 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
711 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
729 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
731 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
H A Dhevc.c2203 int ctb_size = 1 << s->sps->log2_ctb_size; in hls_decode_neighbour() local
2210 if (x_ctb == 0 && (y_ctb & (ctb_size - 1)) == 0) in hls_decode_neighbour()
2251 int ctb_size = 1 << s->sps->log2_ctb_size; in hls_decode_entry() local
2294 ff_hevc_hls_filters(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry()
2297 if (x_ctb + ctb_size >= s->sps->width && in hls_decode_entry()
2298 y_ctb + ctb_size >= s->sps->height) in hls_decode_entry()
2299 ff_hevc_hls_filter(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry()
2319 int ctb_size = 1<< s1->sps->log2_ctb_size; in hls_decode_entry_wpp() local
2365 ff_hevc_hls_filters(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry_wpp()
2373 if ((x_ctb+ctb_size) >= s->sps->width && (y_ctb+ctb_size) >= s->sps->height ) { in hls_decode_entry_wpp()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c347 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
366 x_end = x0 + ctb_size; in deblocking_filter_CTB()
369 y_end = y0 + ctb_size; in deblocking_filter_CTB()
702 int x_end = x >= s->sps->width - ctb_size; in ff_hevc_hls_filter()
705 int y_end = y >= s->sps->height - ctb_size; in ff_hevc_hls_filter()
707 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
709 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
711 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
729 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
731 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
H A Dhevc.c2203 int ctb_size = 1 << s->sps->log2_ctb_size; in hls_decode_neighbour() local
2210 if (x_ctb == 0 && (y_ctb & (ctb_size - 1)) == 0) in hls_decode_neighbour()
2251 int ctb_size = 1 << s->sps->log2_ctb_size; in hls_decode_entry() local
2294 ff_hevc_hls_filters(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry()
2297 if (x_ctb + ctb_size >= s->sps->width && in hls_decode_entry()
2298 y_ctb + ctb_size >= s->sps->height) in hls_decode_entry()
2299 ff_hevc_hls_filter(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry()
2319 int ctb_size = 1<< s1->sps->log2_ctb_size; in hls_decode_entry_wpp() local
2365 ff_hevc_hls_filters(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry_wpp()
2373 if ((x_ctb+ctb_size) >= s->sps->width && (y_ctb+ctb_size) >= s->sps->height ) { in hls_decode_entry_wpp()
[all …]
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Dgen9_mfc_hevc.c519 double rawctubits = 8 * 3 * ctb_size * ctb_size / 2.0; in gen9_hcpe_hevc_pic_state()
782 int width_in_ctb = (pSequenceParameter->pic_width_in_luma_samples + ctb_size - 1) / ctb_size; in gen9_hcpe_hevc_slice_state()
783 int height_in_ctb = (pSequenceParameter->pic_height_in_luma_samples + ctb_size - 1) / ctb_size; in gen9_hcpe_hevc_slice_state()
908 int width_in_ctb = ALIGN(pSequenceParameter->pic_width_in_luma_samples , ctb_size) / ctb_size; in gen9_hcpe_init()
909 int height_in_ctb = ALIGN(pSequenceParameter->pic_height_in_luma_samples, ctb_size) / ctb_size; in gen9_hcpe_init()
929 mfc_context->pic_size.ctb_size = ctb_size; in gen9_hcpe_init()
1668 int width_in_ctb = (pSequenceParameter->pic_width_in_luma_samples + ctb_size - 1) / ctb_size; in gen9_hcpe_hevc_pipeline_slice_programing()
1669 int height_in_ctb = (pSequenceParameter->pic_height_in_luma_samples + ctb_size - 1) / ctb_size; in gen9_hcpe_hevc_pipeline_slice_programing()
2150 int ctb_size = 16; in intel_hcpe_bit_rate_control_context_init() local
2151 int width_in_mbs = (pSequenceParameter->pic_width_in_luma_samples + ctb_size - 1) / ctb_size; in intel_hcpe_bit_rate_control_context_init()
[all …]
H A Dgen9_mfd.h75 uint8_t ctb_size; member
H A Dgen9_mfd.c89 if (gen9_hcpd_context->ctb_size == 16) in gen9_hcpd_init_hevc_surface()
125 gen9_hcpd_context->ctb_size = (1 << (pic_param->log2_min_luma_coding_block_size_minus3 + in gen9_hcpd_hevc_decode_init()
128 …_hcpd_context->picture_width_in_pixels, gen9_hcpd_context->ctb_size) / gen9_hcpd_context->ctb_size; in gen9_hcpd_hevc_decode_init()
129 …hcpd_context->picture_height_in_pixels, gen9_hcpd_context->ctb_size) / gen9_hcpd_context->ctb_size; in gen9_hcpd_hevc_decode_init()
1344 gen9_hcpd_context->ctb_size = 64; in gen9_hcpd_vp9_decode_init()
1349 …n_ctbs = ALIGN(pic_param->frame_width, gen9_hcpd_context->ctb_size) / gen9_hcpd_context->ctb_size; in gen9_hcpd_vp9_decode_init()
1350 …n_ctbs = ALIGN(pic_param->frame_height, gen9_hcpd_context->ctb_size) / gen9_hcpd_context->ctb_size; in gen9_hcpd_vp9_decode_init()
1967 gen9_hcpd_context->ctb_size = 64; in gen9_hcpd_vp9_context_init()
H A Di965_encoder_utils.c943 int ctb_size = 1 << log2_ctb_size; in slice_rbsp() local
945 int picture_width_in_ctb = (seq_param->pic_width_in_luma_samples + ctb_size - 1) / ctb_size; in slice_rbsp()
946 int picture_height_in_ctb = (seq_param->pic_height_in_luma_samples + ctb_size - 1) / ctb_size; in slice_rbsp()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_filter.c487 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
506 x_end = x0 + ctb_size; in deblocking_filter_CTB()
509 y_end = y0 + ctb_size; in deblocking_filter_CTB()
844 int x_end = x >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filter()
859 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter()
861 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
863 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
865 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
883 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
885 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_filter.c487 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
506 x_end = x0 + ctb_size; in deblocking_filter_CTB()
509 y_end = y0 + ctb_size; in deblocking_filter_CTB()
844 int x_end = x >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filter()
859 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter()
861 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
863 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
865 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
883 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
885 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_filter.c509 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
529 x_end = x0 + ctb_size; in deblocking_filter_CTB()
532 y_end = y0 + ctb_size; in deblocking_filter_CTB()
885 int x_end = x >= s->sps->width - ctb_size; in ff_hevc_hls_filter()
888 int y_end = y >= s->sps->height - ctb_size; in ff_hevc_hls_filter()
890 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
892 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
894 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
912 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
914 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
H A Dhevc.c348 int ctb_size = 1 << s->sps->log2_ctb_size; in set_sps() local
353 av_malloc(((ctb_size + 2) * (ctb_size + 2)) << in set_sps()
2304 int ctb_size = 1 << s->sps->log2_ctb_size; in hls_decode_neighbour() local
2352 int ctb_size = 1 << s->sps->log2_ctb_size; in hls_decode_entry() local
2395 ff_hevc_hls_filters(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry()
2398 if (x_ctb + ctb_size >= s->sps->width && in hls_decode_entry()
2399 y_ctb + ctb_size >= s->sps->height) in hls_decode_entry()
2400 ff_hevc_hls_filter(s, x_ctb, y_ctb, ctb_size); in hls_decode_entry()
2422 int ctb_size = 1<< s1->sps->log2_ctb_size; in hls_decode_entry_wpp() local
2476 if ((x_ctb+ctb_size) >= s->sps->width && (y_ctb+ctb_size) >= s->sps->height ) { in hls_decode_entry_wpp()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_filter.c487 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
506 x_end = x0 + ctb_size; in deblocking_filter_CTB()
509 y_end = y0 + ctb_size; in deblocking_filter_CTB()
844 int x_end = x >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filter()
859 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter()
861 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
863 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
865 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
883 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
885 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c487 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
506 x_end = x0 + ctb_size; in deblocking_filter_CTB()
509 y_end = y0 + ctb_size; in deblocking_filter_CTB()
844 int x_end = x >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filter()
859 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter()
861 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
863 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
865 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
883 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
885 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c487 int ctb_size = 1 << log2_ctb_size; in deblocking_filter_CTB() local
506 x_end = x0 + ctb_size; in deblocking_filter_CTB()
509 y_end = y0 + ctb_size; in deblocking_filter_CTB()
844 int x_end = x >= s->ps.sps->width - ctb_size; in ff_hevc_hls_filter()
859 int y_end = y >= s->ps.sps->height - ctb_size; in ff_hevc_hls_filter()
861 sao_filter_CTB(s, x - ctb_size, y - ctb_size); in ff_hevc_hls_filter()
863 sao_filter_CTB(s, x - ctb_size, y); in ff_hevc_hls_filter()
865 sao_filter_CTB(s, x, y - ctb_size); in ff_hevc_hls_filter()
883 ff_hevc_hls_filter(s, x_ctb - ctb_size, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
885 ff_hevc_hls_filter(s, x_ctb, y_ctb - ctb_size, ctb_size); in ff_hevc_hls_filters()
[all …]
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dvisualize.cc32 int ctb_size = 64; // HACK
39 int x0 = ctbX*ctb_size;
40 int y0 = ctbY*ctb_size;
47 for (dy=0;dy<ctb_size;dy++)
52 for (dx=0;dx<ctb_size;dx++)
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dvisualize.cc32 int ctb_size = 64; // HACK
39 int x0 = ctbX*ctb_size;
40 int y0 = ctbY*ctb_size;
47 for (dy=0;dy<ctb_size;dy++)
52 for (dx=0;dx<ctb_size;dx++)
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/include/asm/
H A Dhwrpb.h186 unsigned long ctb_size; /* console terminal block size */ member
/dports/emulators/qemu60/qemu-6.0.0/roms/qemu-palcode/
H A Dhwrpb.h194 unsigned long ctb_size; /* console terminal block size */ member
/dports/emulators/qemu42/qemu-4.2.1/roms/qemu-palcode/
H A Dhwrpb.h194 unsigned long ctb_size; /* console terminal block size */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/include/asm/
H A Dhwrpb.h186 unsigned long ctb_size; /* console terminal block size */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/qemu-palcode/
H A Dhwrpb.h194 unsigned long ctb_size; /* console terminal block size */ member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/qemu-palcode/
H A Dhwrpb.h194 unsigned long ctb_size; /* console terminal block size */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/include/asm/
H A Dhwrpb.h186 unsigned long ctb_size; /* console terminal block size */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/qemu-palcode/
H A Dhwrpb.h194 unsigned long ctb_size; /* console terminal block size */ member

123