Home
last modified time | relevance | path

Searched refs:raw_source_frame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encoder.c2954 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr, in vp9_get_psnr()
2957 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr); in vp9_get_psnr()
3964 cpi->raw_source_frame = vp9_scale_if_required(
3968 cpi->raw_source_frame = cpi->Source;
3971 cpi->raw_source_frame = cpi->Source;
4074 cpi->raw_source_frame = vp9_scale_if_required(
4078 cpi->raw_source_frame = cpi->Source;
4081 cpi->raw_source_frame = cpi->Source;
4604 cpi->raw_source_frame = vp9_scale_if_required(
4608 cpi->raw_source_frame = cpi->Source;
[all …]
H A Dvp9_encoder.h753 YV12_BUFFER_CONFIG *raw_source_frame; member