Home
last modified time | relevance | path

Searched refs:motion2 (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c692 double motion1, motion2 = 65536.0; in calc_vmaf_motion_score() local
701 motion2 = highbd_image_sad_c(CONVERT_TO_SHORTPTR(blurred_cur.y_buffer), in calc_vmaf_motion_score()
712 motion2 = image_sad_c(blurred_cur.y_buffer, blurred_cur.y_stride, in calc_vmaf_motion_score()
722 return AOMMIN(motion1, motion2); in calc_vmaf_motion_score()