Home
last modified time | relevance | path

Searched refs:VPX_CODEC_USE_INPUT_FRAGMENTS (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_decoder.h79 #define VPX_CODEC_USE_INPUT_FRAGMENTS 0x40000 macro
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c42 else if ((flags & VPX_CODEC_USE_INPUT_FRAGMENTS) && in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc192 dec_init_flags |= VPX_CODEC_USE_INPUT_FRAGMENTS; in RunLoop()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c104 (priv->base.init_flags & VPX_CODEC_USE_INPUT_FRAGMENTS); in vp8_init()