Searched refs:prep_rate_estimates (Results 1 – 3 of 3) sorted by relevance
69 if (cpi->mb_weber_stats && cpi->prep_rate_estimates && in av1_init_mb_wiener_var_buffer()82 cm, cpi->prep_rate_estimates, in av1_init_mb_wiener_var_buffer()84 sizeof(*cpi->prep_rate_estimates))); in av1_init_mb_wiener_var_buffer()391 cpi->prep_rate_estimates[(mi_row / mb_step) * cpi->frame_info.mi_cols + in av1_calc_mb_wiener_var_row()579 rate_sum += cpi->prep_rate_estimates[(mi_row / mb_step) * in ext_rate_guided_quantization()709 cpi->prep_rate_estimates[(this_row / mb_step) * in get_rate_guided_quantizer()
370 aom_free(cpi->prep_rate_estimates); in dealloc_compressor_data()371 cpi->prep_rate_estimates = NULL; in dealloc_compressor_data()
3549 int *prep_rate_estimates; member