Lines Matching refs:y_width
110 for (col = 0; col < frame->y_width / block_w; ++col) { in frame_average_variance()
134 const int frame_width = src->y_width; in residual_frame_average_variance()
237 dst->y_stride, source->y_width, source->y_height, in unsharp()
242 source->y_width, source->y_height, amount); in unsharp()
256 const int num_cols = (source->y_width + block_w - 1) / block_w; in gaussian_blur()
337 const int width = source->y_width; in find_best_frame_unsharp_amount()
380 const int width = source->y_width; in av1_vmaf_neg_preprocessing()
407 const int width = source->y_width; in av1_vmaf_frame_preprocessing()
445 const int width = source->y_width; in av1_vmaf_blk_preprocessing()
481 const int num_cols = (source->y_width + block_w - 1) / block_w; in av1_vmaf_blk_preprocessing()
575 const int block_width = AOMMIN(source->y_width - col_offset_y, block_w); in av1_vmaf_blk_preprocessing()
610 const int y_width = cpi->source->y_width; in av1_set_mb_vmaf_rdmult_scaling() local
621 &resized_source, y_width / resize_factor, y_height / resize_factor, ss_x, in av1_set_mb_vmaf_rdmult_scaling()
627 const int resized_y_width = resized_source.y_width; in av1_set_mb_vmaf_rdmult_scaling()
814 const int y_width = cur->y_width; in calc_vmaf_motion_score() local
825 aom_alloc_frame_buffer(&blurred_cur, y_width, y_height, ss_x, ss_y, in calc_vmaf_motion_score()
829 aom_alloc_frame_buffer(&blurred_last, y_width, y_height, ss_x, ss_y, in calc_vmaf_motion_score()
833 aom_alloc_frame_buffer(&blurred_next, y_width, y_height, ss_x, ss_y, in calc_vmaf_motion_score()
850 blurred_last.y_stride, y_width, y_height) * in calc_vmaf_motion_score()
857 blurred_next.y_stride, y_width, y_height) * in calc_vmaf_motion_score()
862 blurred_last.y_buffer, blurred_last.y_stride, y_width, in calc_vmaf_motion_score()
867 y_width, y_height); in calc_vmaf_motion_score()
913 0.01 * cpi->source->y_width * cpi->source->y_height; in av1_get_vmaf_base_qindex()
1006 const int width = recon->y_width; in find_best_frame_unsharp_amount_neg()