Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_mv.h38 int min_row, int max_row) { in clamp_mv() argument
40 mv->row = clamp(mv->row, min_row, max_row); in clamp_mv()