Home
last modified time | relevance | path

Searched refs:un_scaled_source (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h301 YV12_BUFFER_CONFIG *un_scaled_source; member
Dvp9_onyx_if.c2554 if (cm->mi_cols * MI_SIZE != cpi->un_scaled_source->y_width ||
2555 cm->mi_rows * MI_SIZE != cpi->un_scaled_source->y_height) {
2556 scale_and_extend_frame_nonnormative(cpi->un_scaled_source,
2560 cpi->Source = cpi->un_scaled_source;
3113 cpi->un_scaled_source = cpi->Source = force_src_buffer ? force_src_buffer
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h323 YV12_BUFFER_CONFIG *un_scaled_source; member
Donyx_if.c2726 scale_and_extend_source(cpi->un_scaled_source, cpi); in resize_key_frame()
3844 scale_and_extend_source(cpi->un_scaled_source, cpi); in encode_frame_to_data_rate()
4984 cpi->un_scaled_source = cpi->Source; in vp8_get_compressed_data()