Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.c3366 cpi->scaled_ref_buf[ref_frame - 1] = NULL; in scale_references()
3386 RefCntBuffer *new_fb = cpi->scaled_ref_buf[ref_frame - 1]; in scale_references()
3413 cpi->scaled_ref_buf[ref_frame - 1] = new_fb; in scale_references()
3420 cpi->scaled_ref_buf[ref_frame - 1] = buf; in scale_references()
3424 if (cpi->oxcf.pass != 0) cpi->scaled_ref_buf[ref_frame - 1] = NULL; in scale_references()
3432 RefCntBuffer *const buf = cpi->scaled_ref_buf[i]; in release_scaled_references()
3435 cpi->scaled_ref_buf[i] = NULL; in release_scaled_references()
Dencoder.h752 RefCntBuffer *scaled_ref_buf[INTER_REFS_PER_FRAME]; member
Drd.c1058 RefCntBuffer *const scaled_buf = cpi->scaled_ref_buf[ref_frame - 1]; in av1_get_scaled_ref_frame()