Searched defs:motion_magnitude2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c202 unsigned int motion_magnitude2; local
287 motion_magnitude2 = mv_row * mv_row + mv_col * mv_col;
291 if (best_sse > sse_thresh || motion_magnitude2
309 x->thismb, 16, motion_magnitude2,
/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c194 unsigned int motion_magnitude2; local
279 motion_magnitude2 = mv_row * mv_row + mv_col * mv_col;
280 if (best_sse > SSE_THRESHOLD || motion_magnitude2
292 motion_magnitude2,

Completed in 88 milliseconds