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.c2661 vpx_calc_highbd_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr, in generate_psnr_packet()
2664 vpx_calc_psnr(cpi->raw_source_frame, cpi->common.frame_to_show, &psnr); in generate_psnr_packet()
3664 cpi->raw_source_frame = vp9_scale_if_required(
3668 cpi->raw_source_frame = cpi->Source;
3671 cpi->raw_source_frame = cpi->Source;
3744 cpi->raw_source_frame = vp9_scale_if_required(
3748 cpi->raw_source_frame = cpi->Source;
3751 cpi->raw_source_frame = cpi->Source;
4073 cpi->raw_source_frame = vp9_scale_if_required(
4077 cpi->raw_source_frame = cpi->Source;
[all …]
Dvp9_encoder.h585 YV12_BUFFER_CONFIG *raw_source_frame; member