Searched refs:min_mvy (Results 1 - 2 of 2) sorted by last modified time

/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c180 int min_mvy = mvy[0]; local
190 else if (mvy[i] < min_mvy) min_mvy = mvy[i];
196 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col),
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c181 int min_mvy = mvy[0]; local
191 else if (mvy[i] < min_mvy) min_mvy = mvy[i];
197 mmvy = MAX(abs(min_mvy - here->mbmi.mv.as_mv.col),

Completed in 541 milliseconds