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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c178 int min_mvx = mvx[0]; local
188 else if (mvx[i] < min_mvx) min_mvx = mvx[i];
194 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),

Completed in 52 milliseconds