Searched refs:this_mv_rabs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c1433 double this_mv_rabs; local
1437 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct);
1440 distance_factor = sqrt((this_mv_rabs * this_mv_rabs) +
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1433 double this_mv_rabs; local
1437 this_mv_rabs = fabs(next_frame->mvr_abs * motion_pct);
1440 distance_factor = sqrt((this_mv_rabs * this_mv_rabs) +

Completed in 230 milliseconds