Home
last modified time | relevance | path

Searched refs:VPX_CODEC_USE_HIGHBITDEPTH (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/test/
Dvp9_end_to_end_test.cc247 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
274 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dvp9_arf_freq_test.cc193 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h90 #define VPX_CODEC_USE_HIGHBITDEPTH 0x40000 /**< Use high bitdepth */ macro
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c814 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH)) in main()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc741 config_->g_bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH); in InitAndSetControlSettings()
/external/libvpx/libvpx/
Dvpxenc.c1261 flags |= stream->config.use_16bit_internal ? VPX_CODEC_USE_HIGHBITDEPTH : 0; in initialize_encoder()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c943 (ctx->init_flags & VPX_CODEC_USE_HIGHBITDEPTH) ? 1 : 0; in encoder_init()