Home
last modified time | relevance | path

Searched refs:prep_rate_estimates (Results 1 – 3 of 3) sorted by relevance

/external/libaom/av1/encoder/
Dallintra_vis.c69 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()
Dencoder_alloc.h370 aom_free(cpi->prep_rate_estimates); in dealloc_compressor_data()
371 cpi->prep_rate_estimates = NULL; in dealloc_compressor_data()
Dencoder.h3549 int *prep_rate_estimates; member