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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dmr_dissim.c177 int max_mvx = mvx[0]; local
187 if (mvx[i] > max_mvx) max_mvx = mvx[i];
195 abs(max_mvx - here->mbmi.mv.as_mv.row));

Completed in 88 milliseconds