Searched refs:scaled_last_source (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h242 YV12_BUFFER_CONFIG scaled_last_source; member in struct:VP9_COMP
H A Dvp9_encoder.c203 vp9_free_frame_buffer(&cpi->scaled_last_source);
484 if (vp9_realloc_frame_buffer(&cpi->scaled_last_source,
2114 &cpi->scaled_last_source);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h303 YV12_BUFFER_CONFIG scaled_last_source; member in struct:VP9_COMP
H A Dvp9_onyx_if.c182 vp9_free_frame_buffer(&cpi->scaled_last_source);
584 if (vp9_alloc_frame_buffer(&cpi->scaled_last_source,
632 if (vp9_realloc_frame_buffer(&cpi->scaled_last_source,
2492 &cpi->scaled_last_source);
2493 cpi->Last_Source = &cpi->scaled_last_source;

Completed in 138 milliseconds