Searched refs:maxr (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef.c | 41 int maxr = mi_params->mi_rows - mi_row; in av1_cdef_compute_sb_list() local 48 maxr = AOMMIN(maxr, MI_SIZE_128X128); in av1_cdef_compute_sb_list() 50 maxr = AOMMIN(maxr, MI_SIZE_64X64); in av1_cdef_compute_sb_list() 57 for (int r = 0; r < maxr; r += r_step) { in av1_cdef_compute_sb_list()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.h | 310 const int maxr = in av1_set_subpel_mv_search_range() local 316 subpel_limits->row_max = AOMMIN(MV_UPP - 1, maxr); in av1_set_subpel_mv_search_range()
|
D | pickcdef.c | 308 const int maxr = AOMMIN(mi_params->mi_rows - mi_row, MI_SIZE_64X64); in sb_all_skip() local 312 for (int r = 0; r < maxr; ++r, mbmi += stride) { in sb_all_skip()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 163 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \ 191 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \ 281 int minc, maxc, minr, maxr; \ 290 maxr = subpel_mv_limits.row_max; \ 386 (void)maxr; in vp9_skip_sub_pixel_tree() 682 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \ 706 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \ 750 int minc, maxc, minr, maxr; in vp9_find_best_sub_pixel_tree() local 774 maxr = subpel_mv_limits.row_max; in vp9_find_best_sub_pixel_tree() 793 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) { in vp9_find_best_sub_pixel_tree() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 1587 int maxr = height - 1; in _SetCursor() local 1595 maxr = getBottomMargin(); in _SetCursor() 1597 if (R > maxr) { in _SetCursor() 1598 R = maxr; in _SetCursor()
|
/external/mp4parser/isoparser/src/main/resources/ |
D | isoparser-default.properties | 212 #hinf-maxr=com.coremedia.iso.boxes.rtp.MaximumDataRateBox()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 203 if (c >= minc && c <= maxc && r >= minr && r <= maxr) s else e; 246 int maxr = VPXMIN(x->mv_row_max * 4, in vp8_find_best_sub_pixel_step_iteratively() local
|