Home
last modified time | relevance | path

Searched refs:min_col (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mv.h37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, in clamp_mv() argument
39 mv->col = clamp(mv->col, min_col, max_col); in clamp_mv()