Home
last modified time | relevance | path

Searched refs:scaled_ref_buf (Results 1 – 6 of 6) sorted by relevance

/external/libaom/av1/encoder/
Dencoder_utils.c706 cpi->scaled_ref_buf[ref_frame - 1] = NULL; in av1_scale_references()
746 RefCntBuffer *new_fb = cpi->scaled_ref_buf[ref_frame - 1]; in av1_scale_references()
803 cpi->scaled_ref_buf[ref_frame - 1] = new_fb; in av1_scale_references()
810 cpi->scaled_ref_buf[ref_frame - 1] = buf; in av1_scale_references()
814 if (!has_no_stats_stage(cpi)) cpi->scaled_ref_buf[ref_frame - 1] = NULL; in av1_scale_references()
Dencoder_utils.h952 RefCntBuffer *const buf = cpi->scaled_ref_buf[i]; in release_scaled_references()
963 cpi->scaled_ref_buf[i] = NULL; in release_scaled_references()
Dencoder.c4866 cpi->scaled_ref_buf[ref_frame - 1] = NULL; in scale_references_fpmt()
4875 cpi->scaled_ref_buf[ref_frame - 1] = buf; in scale_references_fpmt()
4882 if (!has_no_stats_stage(cpi)) cpi->scaled_ref_buf[ref_frame - 1] = NULL; in scale_references_fpmt()
4903 RefCntBuffer *const buf = cpi->scaled_ref_buf[i]; in av1_release_scaled_references_fpmt()
4905 cpi->scaled_ref_buf[i] = NULL; in av1_release_scaled_references_fpmt()
Drd.c1219 RefCntBuffer *const scaled_buf = cpi->scaled_ref_buf[ref_frame - 1]; in av1_get_scaled_ref_frame()
Dencoder.h3017 RefCntBuffer *scaled_ref_buf[INTER_REFS_PER_FRAME]; member
Dratectrl.c2185 if (cpi->scaled_ref_buf[LAST_FRAME - 1]) return; in rc_compute_variance_onepass_rt()