Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2864 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr, in vp9_get_psnr()
2867 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, psnr); in vp9_get_psnr()
3847 cpi->raw_source_frame = vp9_scale_if_required(
3851 cpi->raw_source_frame = cpi->Source;
3854 cpi->raw_source_frame = cpi->Source;
3928 cpi->raw_source_frame = vp9_scale_if_required(
3932 cpi->raw_source_frame = cpi->Source;
3935 cpi->raw_source_frame = cpi->Source;
4266 cpi->raw_source_frame = vp9_scale_if_required(
4270 cpi->raw_source_frame = cpi->Source;
[all …]
Dvp9_encoder.h566 YV12_BUFFER_CONFIG *raw_source_frame; member