Searched refs:un_scaled_source (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 3818 vpx_calloc(cpi->un_scaled_source->y_width, 4037 cpi->un_scaled_source->y_width == cm->width << 2 && 4038 cpi->un_scaled_source->y_height == cm->height << 2 && 4047 cm, cpi->un_scaled_source, &cpi->scaled_source, &svc->scaled_temp, 4051 cpi->un_scaled_source->y_width == cm->width << 1 && 4052 cpi->un_scaled_source->y_height == cm->height << 1 && 4060 cm, cpi->un_scaled_source, &cpi->scaled_source, (cpi->oxcf.pass == 0), 4596 vp9_scale_if_required(cm, cpi->un_scaled_source, &cpi->scaled_source, 6518 cpi->un_scaled_source = cpi->Source = 6599 YV12_BUFFER_CONFIG *source_buffer = cpi->un_scaled_source; [all …]
|
H A D | vp9_encoder.h | 745 YV12_BUFFER_CONFIG *un_scaled_source; member
|
H A D | vp9_ratectrl.c | 3024 YV12_BUFFER_CONFIG const *unscaled_src = cpi->un_scaled_source; in vp9_scene_detection_onepass() 3034 if (cpi->un_scaled_source == NULL || cpi->unscaled_last_source == NULL || in vp9_scene_detection_onepass()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_int.h | 304 YV12_BUFFER_CONFIG *un_scaled_source; member
|
H A D | onyx_if.c | 2537 scale_and_extend_source(cpi->un_scaled_source, cpi); in resize_key_frame() 3785 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()
|