Searched refs:unscaled_source (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encoder_alloc.h | 436 if (scaled_width == cpi->unscaled_source->y_crop_width && in realloc_and_scale_source() 437 scaled_height == cpi->unscaled_source->y_crop_height) { in realloc_and_scale_source() 438 return cpi->unscaled_source; in realloc_and_scale_source() 451 cpi->unscaled_source, &cpi->scaled_source, in realloc_and_scale_source()
|
H A D | superres_scale.c | 413 cpi->source = cpi->unscaled_source; in av1_superres_post_encode() 416 assert(cpi->unscaled_source->y_crop_width != cm->superres_upscaled_width); in av1_superres_post_encode() 417 assert(cpi->unscaled_source->y_crop_height != cm->superres_upscaled_height); in av1_superres_post_encode()
|
H A D | encode_strategy.c | 914 cpi->unscaled_source = source_buffer; 1747 cpi->unscaled_source->y_width == cpi->svc.source_last_TL0.y_width && 1748 cpi->unscaled_source->y_height == cpi->svc.source_last_TL0.y_height) { 1749 aom_yv12_copy_y(cpi->unscaled_source, &cpi->svc.source_last_TL0, 1); 1750 aom_yv12_copy_u(cpi->unscaled_source, &cpi->svc.source_last_TL0, 1); 1751 aom_yv12_copy_v(cpi->unscaled_source, &cpi->svc.source_last_TL0, 1);
|
H A D | tune_butteraugli.c | 269 cm, cpi->unscaled_source, &cpi->scaled_source, cm->features.interp_filter, in av1_setup_butteraugli_rdmult()
|
H A D | encoder.c | 2503 YV12_BUFFER_CONFIG *unscaled = cpi->unscaled_source; in encode_without_recode() 2749 (cm->width != cpi->unscaled_source->y_crop_width || in encode_without_recode() 2750 cm->height != cpi->unscaled_source->y_crop_height)) { in encode_without_recode() 2842 av1_vmaf_neg_preprocessing(cpi, cpi->unscaled_source); in encode_with_recode_loop() 2874 cm, cpi->unscaled_source, &cpi->scaled_source, EIGHTTAP_REGULAR, 0, in encode_with_recode_loop() 4021 cpi->unscaled_source = frame_input->source; in av1_encode()
|
H A D | encoder_utils.c | 1100 cm, cpi->unscaled_source, &cpi->scaled_source, cm->features.interp_filter, in av1_determine_sc_tools_with_encoding()
|
H A D | encoder.h | 2946 YV12_BUFFER_CONFIG *unscaled_source; member
|
H A D | ratectrl.c | 2180 YV12_BUFFER_CONFIG const *const unscaled_src = cpi->unscaled_source; in rc_compute_variance_onepass_rt()
|