Searched refs:blurred_cur (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 671 YV12_BUFFER_CONFIG blurred_cur, blurred_last, blurred_next; in calc_vmaf_motion_score() local 674 memset(&blurred_cur, 0, sizeof(blurred_cur)); in calc_vmaf_motion_score() 679 &blurred_cur, y_width, y_height, 1, 1, cm->seq_params.use_highbitdepth, in calc_vmaf_motion_score() 688 gaussian_blur(bit_depth, cur, &blurred_cur); in calc_vmaf_motion_score() 695 motion1 = highbd_image_sad_c(CONVERT_TO_SHORTPTR(blurred_cur.y_buffer), in calc_vmaf_motion_score() 696 blurred_cur.y_stride, in calc_vmaf_motion_score() 701 motion2 = highbd_image_sad_c(CONVERT_TO_SHORTPTR(blurred_cur.y_buffer), in calc_vmaf_motion_score() 702 blurred_cur.y_stride, in calc_vmaf_motion_score() 708 motion1 = image_sad_c(blurred_cur.y_buffer, blurred_cur.y_stride, in calc_vmaf_motion_score() 712 motion2 = image_sad_c(blurred_cur.y_buffer, blurred_cur.y_stride, in calc_vmaf_motion_score() [all …]
|