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.cc165 init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
Dvp9_arf_freq_test.cc201 init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH; in TEST_P()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h100 #define VPX_CODEC_USE_HIGHBITDEPTH 0x40000 /**< Use high bitdepth */ macro
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c678 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH)) in main()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c805 (ctx->init_flags & VPX_CODEC_USE_HIGHBITDEPTH) ? 1 : 0; in encoder_init()
/external/libvpx/libvpx/
Dvpxenc.c1547 flags |= stream->config.use_16bit_internal ? VPX_CODEC_USE_HIGHBITDEPTH : 0; in initialize_encoder()