Home
last modified time | relevance | path

Searched refs:max_blocks_high (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecParseHelper.h63 int max_blocks_high = block_size_high[plane_bsize]; in max_block_high() local
65 max_blocks_high += gcc_right_shift(part_info->mb_to_bottom_edge, 3 + suby); in max_block_high()
67 return max_blocks_high >> tx_size_high_log2[0]; in max_block_high()
H A DEbDecLF.c300 int max_blocks_high = block_size_high[bsize]; in dec_av1_filter_block_plane_vert() local
304 max_blocks_high += gcc_right_shift(mb_to_right_edge, 3); in dec_av1_filter_block_plane_vert()
306 max_blocks_high = max_blocks_high >> tx_size_high_log2[0]; in dec_av1_filter_block_plane_vert()
308 int num_chroma_tus = lossless_block ? (max_blocks_wide * max_blocks_high) >> (sub_x + sub_y) in dec_av1_filter_block_plane_vert()
329 num_tu = (max_blocks_wide * max_blocks_high) >> (sub_x + sub_y); in dec_av1_filter_block_plane_vert()
487 int max_blocks_high = block_size_high[bsize]; in dec_av1_filter_block_plane_horz() local
491 max_blocks_high += gcc_right_shift(mb_to_bottom_edge, 3); in dec_av1_filter_block_plane_horz()
493 max_blocks_high = max_blocks_high >> tx_size_high_log2[0]; in dec_av1_filter_block_plane_horz()
495 int num_chroma_tus = lossless_block ? (max_blocks_wide * max_blocks_high) >> in dec_av1_filter_block_plane_horz()
517 num_tu = (max_blocks_wide * max_blocks_high) >> (sub_x + sub_y); in dec_av1_filter_block_plane_horz()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecParseHelper.h63 int max_blocks_high = block_size_high[plane_bsize]; in max_block_high() local
65 max_blocks_high += gcc_right_shift(part_info->mb_to_bottom_edge, 3 + suby); in max_block_high()
67 return max_blocks_high >> tx_size_high_log2[0]; in max_block_high()
H A DEbDecLF.c300 int max_blocks_high = block_size_high[bsize]; in dec_av1_filter_block_plane_vert() local
304 max_blocks_high += gcc_right_shift(mb_to_right_edge, 3); in dec_av1_filter_block_plane_vert()
306 max_blocks_high = max_blocks_high >> tx_size_high_log2[0]; in dec_av1_filter_block_plane_vert()
308 int num_chroma_tus = lossless_block ? (max_blocks_wide * max_blocks_high) >> (sub_x + sub_y) in dec_av1_filter_block_plane_vert()
329 num_tu = (max_blocks_wide * max_blocks_high) >> (sub_x + sub_y); in dec_av1_filter_block_plane_vert()
487 int max_blocks_high = block_size_high[bsize]; in dec_av1_filter_block_plane_horz() local
491 max_blocks_high += gcc_right_shift(mb_to_bottom_edge, 3); in dec_av1_filter_block_plane_horz()
493 max_blocks_high = max_blocks_high >> tx_size_high_log2[0]; in dec_av1_filter_block_plane_horz()
495 int num_chroma_tus = lossless_block ? (max_blocks_wide * max_blocks_high) >> in dec_av1_filter_block_plane_horz()
517 num_tu = (max_blocks_wide * max_blocks_high) >> (sub_x + sub_y); in dec_av1_filter_block_plane_horz()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dblockd.c146 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in av1_foreach_transformed_block_in_plane() local
154 mu_blocks_high = AOMMIN(max_blocks_high, mu_blocks_high); in av1_foreach_transformed_block_in_plane()
158 for (r = 0; r < max_blocks_high; r += mu_blocks_high) { in av1_foreach_transformed_block_in_plane()
159 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/
H A Dvp9_detokenize.c161 if (xd->max_blocks_high) { in get_ctx_shift()
162 if (tx_size_in_blocks + y > xd->max_blocks_high) in get_ctx_shift()
163 *ctx_shift_l = (tx_size_in_blocks - (xd->max_blocks_high - y)) * 8; in get_ctx_shift()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/decoder/
H A Dvp9_detokenize.c161 if (xd->max_blocks_high) { in get_ctx_shift()
162 if (tx_size_in_blocks + y > xd->max_blocks_high) in get_ctx_shift()
163 *ctx_shift_l = (tx_size_in_blocks - (xd->max_blocks_high - y)) * 8; in get_ctx_shift()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_blockd.c62 const int max_blocks_high = in eb_vp9_foreach_transformed_block_in_plane() local
70 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in eb_vp9_foreach_transformed_block_in_plane()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_blockd.c60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane() local
66 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp9/common/
H A Dvp9_blockd.c60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane() local
66 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c58 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
66 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/common/
H A Dvp9_blockd.c60 const int max_blocks_high = num_4x4_h + (xd->mb_to_bottom_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane() local
65 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_blockd.c62 const int max_blocks_high = in eb_vp9_foreach_transformed_block_in_plane() local
70 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in eb_vp9_foreach_transformed_block_in_plane()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dtokenize.c135 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in tokenize_vartx() local
138 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in tokenize_vartx()
166 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tokenize_vartx()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dtokenize.c140 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in tokenize_vartx() local
143 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in tokenize_vartx()
171 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tokenize_vartx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dtokenize.c135 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in tokenize_vartx() local
138 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in tokenize_vartx()
166 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tokenize_vartx()

1234567