Searched refs:raw_source_frame (Results 1 – 2 of 2) sorted by relevance
2508 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr, in generate_psnr_packet()2511 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr); in generate_psnr_packet()3508 cpi->raw_source_frame = vp9_scale_if_required(3512 cpi->raw_source_frame = cpi->Source;3515 cpi->raw_source_frame = cpi->Source;3736 cpi->raw_source_frame = vp9_scale_if_required(3740 cpi->raw_source_frame = cpi->Source;3743 cpi->raw_source_frame = cpi->Source;5315 YV12_BUFFER_CONFIG *orig = cpi->raw_source_frame;
469 YV12_BUFFER_CONFIG *raw_source_frame; member