Home
last modified time | relevance | path

Searched refs:force_src_buffer (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4182 YV12_BUFFER_CONFIG *force_src_buffer = NULL; local
4254 force_src_buffer = &cpi->alt_ref_buffer;
4300 cpi->un_scaled_source = cpi->Source = force_src_buffer ? force_src_buffer
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c5260 YV12_BUFFER_CONFIG *force_src_buffer = NULL; in vp8_get_compressed_data() local
5295 force_src_buffer = &cpi->alt_ref_buffer; in vp8_get_compressed_data()
5334 cpi->Source = force_src_buffer ? force_src_buffer : &cpi->source->img; in vp8_get_compressed_data()