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.h69 YV12_BUFFER_CONFIG scaled_frames[MAX_LAG_BUFFERS]; member
Dvp9_temporal_filter.c746 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], in vp9_temporal_filter()
758 cm, frames[frame], &cpi->svc.scaled_frames[frame_used], 0, in vp9_temporal_filter()
Dvp9_encoder.c844 vpx_free_frame_buffer(&cpi->svc.scaled_frames[i]); in dealloc_compressor_data()
846 memset(&cpi->svc.scaled_frames[0], 0, in dealloc_compressor_data()
847 MAX_LAG_BUFFERS * sizeof(cpi->svc.scaled_frames[0])); in dealloc_compressor_data()