Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h625 int b_calculate_psnr; member
Donyx_if.c1906 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp8_create_compressor()
1913 if (cpi->b_calculate_psnr) { in vp8_create_compressor()
2118 if (cpi->b_calculate_psnr) { in vp8_remove_compressor()
5119 if (cpi->b_calculate_psnr && cpi->pass != 1 && cm->show_frame) { in vp8_get_compressed_data()
5132 if (cpi->b_calculate_psnr) { in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h740 int b_calculate_psnr; member
Dvp9_encoder.c446 return cpi->b_calculate_psnr && (oxcf->pass != 1) && cm->show_frame; in is_psnr_calc_enabled()
2205 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in vp9_create_compressor()
2220 if (cpi->b_calculate_psnr) { in vp9_create_compressor()
2500 if (cpi->b_calculate_psnr) { in vp9_remove_compressor()
6815 if (cpi->b_calculate_psnr) {
/external/libaom/libaom/av1/encoder/
Dencoder.h880 int b_calculate_psnr; member
Dencoder.c2629 cpi->b_calculate_psnr = CONFIG_INTERNAL_STATS; in av1_create_compressor()
2643 if (cpi->b_calculate_psnr) { in av1_create_compressor()
3014 if (cpi->b_calculate_psnr) { in av1_remove_compressor()
5353 if (cpi->b_calculate_psnr) { in compute_internal_stats()
5475 if (cpi->b_calculate_psnr) { in av1_get_compressed_data()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c864 ((VP8_COMP *)ctx->cpi)->b_calculate_psnr = 1; in vp8e_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1157 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR) cpi->b_calculate_psnr = 1; in encoder_encode()
/external/libaom/libaom/av1/
Dav1_cx_iface.c1708 if (ctx->base.init_flags & AOM_CODEC_USE_PSNR) cpi->b_calculate_psnr = 1; in encoder_encode()