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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c179 int min_mvx = mvx[0]; local
189 else if (mvx[i] < min_mvx) min_mvx = mvx[i];
195 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
/external/libvpx/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 209 milliseconds