Home
last modified time | relevance | path

Searched refs:b_calculate_psnr (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h646 int b_calculate_psnr; member
Donyx_if.c1974 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp8_create_compressor()
1981 if (cpi->b_calculate_psnr) in vp8_create_compressor()
2232 if (cpi->b_calculate_psnr) in vp8_remove_compressor()
4840 if (cpi->b_lpf_running && cpi->b_calculate_psnr) in encode_frame_to_data_rate()
5622 if (cpi->b_calculate_psnr && cpi->pass != 1 && cm->show_frame) in vp8_get_compressed_data()
5638 if (cpi->b_calculate_psnr) in vp8_get_compressed_data()
5744 if (!cpi->b_calculate_psnr) in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h445 int b_calculate_psnr; member
Dvp9_encoder.c1691 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp9_create_compressor()
1703 if (cpi->b_calculate_psnr) { in vp9_create_compressor()
1962 if (cpi->b_calculate_psnr) { in vp9_remove_compressor()
4427 if (cpi->b_calculate_psnr && oxcf->pass != 1 && cm->show_frame)
4439 if (cpi->b_calculate_psnr) {
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c912 ((VP8_COMP *)ctx->cpi)->b_calculate_psnr = 1; in vp8e_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1032 cpi->b_calculate_psnr = 1; in encoder_encode()