HomeSort by relevance Sort by last modified time
    Searched refs:scaled_frames (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 71 YV12_BUFFER_CONFIG scaled_frames[MAX_LAG_BUFFERS]; member in struct:__anon16648
vp9_temporal_filter.c 711 if (vpx_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used],
724 cm, frames[frame], &cpi->svc.scaled_frames[frame_used], 0);
vp9_encoder.c 408 vpx_free_frame_buffer(&cpi->svc.scaled_frames[i]);
410 memset(&cpi->svc.scaled_frames[0], 0,
411 MAX_LAG_BUFFERS * sizeof(cpi->svc.scaled_frames[0]));
    [all...]

Completed in 130 milliseconds