Home
last modified time | relevance | path

Searched refs:mb_to_bottom_edge (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/multimedia/libvpx/libvpx-1.11.0/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/
H A Dfindnearmv.h47 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()
48 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
53 int mb_to_bottom_edge) in vp8_clamp_mv() argument
61 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge) ? in vp8_clamp_mv()
62 mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
67 int mb_to_bottom_edge) in vp8_check_mv_bounds() argument
73 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/vp8/common/
H A Dfindnearmv.h47 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()
48 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
53 int mb_to_bottom_edge) in vp8_clamp_mv() argument
61 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge) ? in vp8_clamp_mv()
62 mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
67 int mb_to_bottom_edge) in vp8_check_mv_bounds() argument
73 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp8/common/
H A Dfindnearmv.h46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) in vp8_clamp_mv2()
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
51 int mb_to_top_edge, int mb_to_bottom_edge) in vp8_clamp_mv() argument
59 mv->as_mv.row = (mv->as_mv.row > mb_to_bottom_edge) ? in vp8_clamp_mv()
60 mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
64 int mb_to_bottom_edge) in vp8_check_mv_bounds() argument
70 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp8/common/
H A Dfindnearmv.h43 } else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN) { in vp8_clamp_mv2()
44 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN; in vp8_clamp_mv2()
50 int mb_to_bottom_edge) { in vp8_clamp_mv() argument
58 (mv->as_mv.row > mb_to_bottom_edge) ? mb_to_bottom_edge : mv->as_mv.row; in vp8_clamp_mv()
63 int mb_to_bottom_edge) { in vp8_check_mv_bounds() argument
68 need_to_clamp |= (mv->as_mv.row > mb_to_bottom_edge); in vp8_check_mv_bounds()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/VPX/
H A Dvp9_blockd.c63 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in eb_vp9_foreach_transformed_block_in_plane()
65 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in eb_vp9_foreach_transformed_block_in_plane()
114 if (has_eob && xd->mb_to_bottom_edge < 0) { in eb_vp9_set_contexts()
117 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in eb_vp9_set_contexts()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/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()
61 xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
111 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
114 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/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()
61 xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
111 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
114 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c59 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
61 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
109 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
112 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c60 num_4x4_h + (xd->mb_to_bottom_edge >= 0 in vp9_foreach_transformed_block_in_plane()
62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()
/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()
61 xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_foreach_transformed_block_in_plane()
110 if (has_eob && xd->mb_to_bottom_edge < 0) { in vp9_set_contexts()
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y)); in vp9_set_contexts()

12345678910>>...19