Home
last modified time | relevance | path

Searched refs:VPX_CODEC_USE_PSNR (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_lossless_test.cc67 init_flags_ = VPX_CODEC_USE_PSNR; in TEST_P()
87 init_flags_ = VPX_CODEC_USE_PSNR; in TEST_P()
Derror_resilience_test.cc154 init_flags_ = VPX_CODEC_USE_PSNR; in TEST_P()
191 init_flags_ = VPX_CODEC_USE_PSNR; in TEST_P()
Dcq_test.cc29 init_flags_ = VPX_CODEC_USE_PSNR; in CQTest()
Dtile_independence_test.cc31 init_flags_ = VPX_CODEC_USE_PSNR; in TileIndependenceTest()
Dresize_test.cc238 init_flags_ = VPX_CODEC_USE_PSNR; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h91 #define VPX_CODEC_USE_PSNR 0x10000 /**< Calculate PSNR on each frame */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c40 else if ((flags & VPX_CODEC_USE_PSNR) in vpx_codec_enc_init_ver()
85 else if ((flags & VPX_CODEC_USE_PSNR) in vpx_codec_enc_init_multi_ver()
Dsvc_encodeframe.c600 res = vpx_codec_enc_init(codec_ctx, iface, enc_cfg, VPX_CODEC_USE_PSNR); in vpx_svc_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c329 (show_psnr ? VPX_CODEC_USE_PSNR : 0), &dsf[0])) in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c836 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR) in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c732 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR) in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1225 flags |= global->show_psnr ? VPX_CODEC_USE_PSNR : 0; in initialize_encoder()