Searched refs:un_scaled_source (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 301 YV12_BUFFER_CONFIG *un_scaled_source; member
|
D | onyx_if.c | 2543 scale_and_extend_source(cpi->un_scaled_source, cpi); in resize_key_frame() 3784 scale_and_extend_source(cpi->un_scaled_source, cpi); in encode_frame_to_data_rate() 4882 cpi->un_scaled_source = cpi->Source; in vp8_get_compressed_data()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 3716 vpx_calloc(cpi->un_scaled_source->y_width, 3911 cpi->un_scaled_source->y_width == cm->width << 2 && 3912 cpi->un_scaled_source->y_height == cm->height << 2 && 3921 cm, cpi->un_scaled_source, &cpi->scaled_source, &svc->scaled_temp, 3925 cpi->un_scaled_source->y_width == cm->width << 1 && 3926 cpi->un_scaled_source->y_height == cm->height << 1 && 3934 cm, cpi->un_scaled_source, &cpi->scaled_source, (cpi->oxcf.pass == 0), 4464 vp9_scale_if_required(cm, cpi->un_scaled_source, &cpi->scaled_source, 7758 cpi->un_scaled_source = cpi->Source = 7995 cpi->un_scaled_source->y_width); [all …]
|
D | vp9_encoder.h | 676 YV12_BUFFER_CONFIG *un_scaled_source; member
|
D | vp9_ratectrl.c | 2980 YV12_BUFFER_CONFIG const *unscaled_src = cpi->un_scaled_source; in vp9_scene_detection_onepass() 2990 if (cpi->un_scaled_source == NULL || cpi->unscaled_last_source == NULL || in vp9_scene_detection_onepass()
|