Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_encoder.c2845 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr, in vp9_get_psnr()
2848 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr); in vp9_get_psnr()
3843 cpi->raw_source_frame = vp9_scale_if_required(
3847 cpi->raw_source_frame = cpi->Source;
3850 cpi->raw_source_frame = cpi->Source;
3924 cpi->raw_source_frame = vp9_scale_if_required(
3928 cpi->raw_source_frame = cpi->Source;
3931 cpi->raw_source_frame = cpi->Source;
4468 cpi->raw_source_frame = vp9_scale_if_required(
4472 cpi->raw_source_frame = cpi->Source;
[all …]
Dvp9_encoder.h684 YV12_BUFFER_CONFIG *raw_source_frame; member