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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c179 int max_mvy = mvy[0]; local
189 if (mvy[i] > max_mvy) max_mvy = mvy[i];
197 abs(max_mvy - here->mbmi.mv.as_mv.col));

Completed in 166 milliseconds