Searched refs:scaled_ref_buf (Results 1 – 3 of 3) sorted by relevance
3893 cpi->scaled_ref_buf[ref_frame - 1] = NULL; in scale_references()3913 RefCntBuffer *new_fb = cpi->scaled_ref_buf[ref_frame - 1]; in scale_references()3940 cpi->scaled_ref_buf[ref_frame - 1] = new_fb; in scale_references()3947 cpi->scaled_ref_buf[ref_frame - 1] = buf; in scale_references()3951 if (!has_no_stats_stage(cpi)) cpi->scaled_ref_buf[ref_frame - 1] = NULL; in scale_references()3959 RefCntBuffer *const buf = cpi->scaled_ref_buf[i]; in release_scaled_references()3962 cpi->scaled_ref_buf[i] = NULL; in release_scaled_references()
1110 RefCntBuffer *scaled_ref_buf[INTER_REFS_PER_FRAME]; member
1064 RefCntBuffer *const scaled_buf = cpi->scaled_ref_buf[ref_frame - 1]; in av1_get_scaled_ref_frame()