Searched refs:blurred_next (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 676 memset(&blurred_next, 0, sizeof(blurred_next)); in calc_vmaf_motion_score() 685 &blurred_next, y_width, y_height, 1, 1, cm->seq_params.use_highbitdepth, in calc_vmaf_motion_score() 690 if (next) gaussian_blur(bit_depth, next, &blurred_next); in calc_vmaf_motion_score() 703 CONVERT_TO_SHORTPTR(blurred_next.y_buffer), in calc_vmaf_motion_score() 704 blurred_next.y_stride, y_width, y_height) * in calc_vmaf_motion_score() 713 blurred_next.y_buffer, blurred_next.y_stride, in calc_vmaf_motion_score() 720 aom_free_frame_buffer(&blurred_next); in calc_vmaf_motion_score()
|