Searched refs:best_unsharp_amounts (Results 1 – 1 of 1) sorted by relevance
299 double *best_unsharp_amounts = in av1_vmaf_blk_preprocessing() local300 aom_malloc(sizeof(*best_unsharp_amounts) * num_cols * num_rows); in av1_vmaf_blk_preprocessing()301 memset(best_unsharp_amounts, 0, in av1_vmaf_blk_preprocessing()302 sizeof(*best_unsharp_amounts) * num_cols * num_rows); in av1_vmaf_blk_preprocessing()374 best_unsharp_amounts[index] = find_best_frame_unsharp_amount( in av1_vmaf_blk_preprocessing()397 best_unsharp_amounts[index], bit_depth); in av1_vmaf_blk_preprocessing()405 best_unsharp_amounts[index]); in av1_vmaf_blk_preprocessing()413 aom_free(best_unsharp_amounts); in av1_vmaf_blk_preprocessing()