Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h89 YV12_BUFFER_CONFIG scaled_frames[MAX_LAG_BUFFERS]; member
Dvp9_temporal_filter.c1103 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], in vp9_temporal_filter()
1115 cm, frames[frame], &cpi->svc.scaled_frames[frame_used], 0, in vp9_temporal_filter()
Dvp9_encoder.c1015 vpx_free_frame_buffer(&cpi->svc.scaled_frames[i]); in dealloc_compressor_data()
1017 memset(&cpi->svc.scaled_frames[0], 0, in dealloc_compressor_data()
1018 MAX_LAG_BUFFERS * sizeof(cpi->svc.scaled_frames[0])); in dealloc_compressor_data()