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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c2574 YV12_BUFFER_CONFIG *force_src_buffer = NULL; local
2625 force_src_buffer = &cpi->alt_ref_buffer;
2663 cpi->un_scaled_source = cpi->Source = force_src_buffer ? force_src_buffer
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2911 YV12_BUFFER_CONFIG *force_src_buffer = NULL; local
2965 force_src_buffer = &cpi->alt_ref_buffer;
3030 cpi->un_scaled_source = cpi->Source = force_src_buffer ? force_src_buffer
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c5081 YV12_BUFFER_CONFIG *force_src_buffer = NULL; local
5116 force_src_buffer = &cpi->alt_ref_buffer;
5155 cpi->Source = force_src_buffer ? force_src_buffer : &cpi->source->img;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c4899 YV12_BUFFER_CONFIG *force_src_buffer = NULL; local
4942 force_src_buffer = &cpi->alt_ref_buffer;
4981 cpi->Source = force_src_buffer ? force_src_buffer : &cpi->source->img;

Completed in 2260 milliseconds