Lines Matching refs:bit_depth
28 double amount, int bit_depth) { in highbd_unsharp_rect() argument
29 const int max_value = (1 << bit_depth) - 1; in highbd_unsharp_rect()
62 const int bit_depth = cpi->td.mb.e_mbd.bd; in unsharp() local
63 if (bit_depth > 8) { in unsharp()
68 amount, bit_depth); in unsharp()
80 static AOM_INLINE void gaussian_blur(const int bit_depth, in gaussian_blur() argument
90 ConvolveParams conv_params = get_conv_params(0, 0, bit_depth); in gaussian_blur()
106 if (bit_depth > 8) { in gaussian_blur()
110 &filter, &filter, 0, 0, &conv_params, bit_depth); in gaussian_blur()
129 const int bit_depth = cpi->td.mb.e_mbd.bd; in frame_average_variance() local
142 if (bit_depth > 8) { in frame_average_variance()
144 bit_depth); in frame_average_variance()
158 const int bit_depth = cpi->td.mb.e_mbd.bd; in cal_approx_vmaf() local
160 aom_calc_vmaf(cpi->oxcf.vmaf_model_path, source, sharpened, bit_depth, in cal_approx_vmaf()
241 const int bit_depth = cpi->td.mb.e_mbd.bd; in av1_vmaf_frame_preprocessing() local
256 gaussian_blur(bit_depth, &source_extended, &blurred); in av1_vmaf_frame_preprocessing()
274 const int bit_depth = cpi->td.mb.e_mbd.bd; in av1_vmaf_blk_preprocessing() local
287 gaussian_blur(bit_depth, &source_extended, &blurred); in av1_vmaf_blk_preprocessing()
322 if (bit_depth > 8) { in av1_vmaf_blk_preprocessing()
389 if (bit_depth > 8) { in av1_vmaf_blk_preprocessing()
397 best_unsharp_amounts[index], bit_depth); in av1_vmaf_blk_preprocessing()
419 int block_w, block_h, num_rows, num_cols, row, col, bit_depth; member
438 const int bit_depth = frames->bit_depth; in update_frame() local
439 const float scale_factor = 1.0f / (float)(1 << (bit_depth - 8)); in update_frame()
447 if (bit_depth == 8) { in update_frame()
469 if (bit_depth == 8) { in update_frame()
508 const int bit_depth = cpi->td.mb.e_mbd.bd; in av1_set_mb_vmaf_rdmult_scaling() local
517 av1_resize_and_extend_frame(cpi->source, &resized_source, bit_depth, in av1_set_mb_vmaf_rdmult_scaling()
535 gaussian_blur(bit_depth, &resized_source, &blurred); in av1_set_mb_vmaf_rdmult_scaling()
548 frame_data.bit_depth = bit_depth; in av1_set_mb_vmaf_rdmult_scaling()
551 bit_depth, scores); in av1_set_mb_vmaf_rdmult_scaling()
672 const int bit_depth = cpi->td.mb.e_mbd.bd; in calc_vmaf_motion_score() local
688 gaussian_blur(bit_depth, cur, &blurred_cur); in calc_vmaf_motion_score()
689 gaussian_blur(bit_depth, last, &blurred_last); in calc_vmaf_motion_score()
690 if (next) gaussian_blur(bit_depth, next, &blurred_next); in calc_vmaf_motion_score()
693 if (bit_depth > 8) { in calc_vmaf_motion_score()
694 const float scale_factor = 1.0f / (float)(1 << (bit_depth - 8)); in calc_vmaf_motion_score()
733 const int bit_depth = cpi->td.mb.e_mbd.bd; in av1_get_vmaf_base_qindex() local
736 (double)((1 << (bit_depth - 8)) * (1 << (bit_depth - 8))); in av1_get_vmaf_base_qindex()
786 const int bit_depth = cpi->td.mb.e_mbd.bd; in av1_update_vmaf_curve() local
787 aom_calc_vmaf(cpi->oxcf.vmaf_model_path, source, recon, bit_depth, in av1_update_vmaf_curve()
789 if (bit_depth > 8) { in av1_update_vmaf_curve()