Searched refs:min_row (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mv.h | 45 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, int min_row, in clamp_mv() argument 48 mv->row = clamp(mv->row, min_row, max_row); in clamp_mv()
|
/external/libaom/libaom/av1/common/ |
D | mv.h | 291 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, int min_row, in clamp_mv() argument 294 mv->row = clamp(mv->row, min_row, max_row); in clamp_mv()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 2268 int min_row = (int)ceil((clip_box_p.bottom - pPattern->bbox().top) / in DrawTilingPattern() local 2287 for (int row = min_row; row <= max_row; row++) { in DrawTilingPattern() 2315 min_row = (clip_box.top - orig_y) / height; in DrawTilingPattern() 2317 min_row--; in DrawTilingPattern() 2352 for (int row = min_row; row <= max_row; row++) { in DrawTilingPattern()
|