Searched refs:check_bounds (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 465 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col, in check_bounds() function 545 if (check_bounds(x, br, bc, 1 << t)) { in vp9_pattern_search() 588 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search() 626 if (check_bounds(x, br, bc, 1 << s)) { in vp9_pattern_search() 664 if (check_bounds(x, br, bc, 1)) { in vp9_pattern_search()
|