Home
last modified time | relevance | path

Searched refs:VPX_CODEC_USE_HIGHBITDEPTH (Results 1 – 6 of 6) 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.c786 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH)) in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c921 (ctx->init_flags & VPX_CODEC_USE_HIGHBITDEPTH) ? 1 : 0; in encoder_init()
/external/libvpx/libvpx/
Dvpxenc.c1567 flags |= stream->config.use_16bit_internal ? VPX_CODEC_USE_HIGHBITDEPTH : 0; in initialize_encoder()