Searched refs:un_scaled_source (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 297 YV12_BUFFER_CONFIG *un_scaled_source; member
|
D | onyx_if.c | 2534 scale_and_extend_source(cpi->un_scaled_source, cpi); in resize_key_frame() 3778 scale_and_extend_source(cpi->un_scaled_source, cpi); in encode_frame_to_data_rate() 4864 cpi->un_scaled_source = cpi->Source; in vp8_get_compressed_data()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 3500 vpx_calloc(cpi->un_scaled_source->y_width, 3707 cpi->un_scaled_source->y_width == cm->width << 2 && 3708 cpi->un_scaled_source->y_height == cm->height << 2 && 3717 cm, cpi->un_scaled_source, &cpi->scaled_source, &svc->scaled_temp, 3721 cpi->un_scaled_source->y_width == cm->width << 1 && 3722 cpi->un_scaled_source->y_height == cm->height << 1 && 3730 cm, cpi->un_scaled_source, &cpi->scaled_source, (cpi->oxcf.pass == 0), 4065 vp9_scale_if_required(cm, cpi->un_scaled_source, &cpi->scaled_source, 6647 cpi->un_scaled_source = cpi->Source = 6853 cpi->un_scaled_source->y_width); [all …]
|
D | vp9_encoder.h | 577 YV12_BUFFER_CONFIG *un_scaled_source; member
|
D | vp9_ratectrl.c | 2781 YV12_BUFFER_CONFIG const *unscaled_src = cpi->un_scaled_source; in vp9_scene_detection_onepass() 2791 if (cpi->un_scaled_source == NULL || cpi->unscaled_last_source == NULL || in vp9_scene_detection_onepass()
|