Searched refs:minc (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c185 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
293 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); local
392 const int minc = MAX(x->mv_col_min * 8, ref_mv->col - MV_MAX); local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmcomp.c197 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
223 int minc = MAX(x->mv_col_min * 4, local

Completed in 41 milliseconds