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

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 79 #define VPX_CODEC_USE_INPUT_FRAGMENTS 0x40000
192 * If the decoder is configured with VPX_CODEC_USE_INPUT_FRAGMENTS enabled,
  /external/libvpx/libvpx/test/
encode_test_driver.cc 192 dec_init_flags |= VPX_CODEC_USE_INPUT_FRAGMENTS;
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 42 else if ((flags & VPX_CODEC_USE_INPUT_FRAGMENTS) &&
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 104 (priv->base.init_flags & VPX_CODEC_USE_INPUT_FRAGMENTS);

Completed in 3000 milliseconds