HomeSort by relevance Sort by last modified time
    Searched refs:VPX_CODEC_USE_HIGHBITDEPTH (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 191 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH;
vp9_end_to_end_test.cc 155 if (cfg_.g_bit_depth > 8) init_flags_ |= VPX_CODEC_USE_HIGHBITDEPTH;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 96 #define VPX_CODEC_USE_HIGHBITDEPTH 0x40000 /**< Use high bitdepth */
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 758 bit_depth == VPX_BITS_8 ? 0 : VPX_CODEC_USE_HIGHBITDEPTH))
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 56 milliseconds