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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c180 int max_mvy = mvy[0]; local
190 if (mvy[i] > max_mvy) max_mvy = mvy[i];
198 abs(max_mvy - here->mbmi.mv.as_mv.col));
/external/libvpx/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 230 milliseconds