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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c178 int max_mvx = mvx[0]; local
188 if (mvx[i] > max_mvx) max_mvx = mvx[i];
196 abs(max_mvx - here->mbmi.mv.as_mv.row));
/external/libvpx/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 628 milliseconds