Home
last modified time | relevance | path

Searched refs:vpx_codec_flags_t (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_codec.h165 typedef long vpx_codec_flags_t; typedef
204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */
Dvpx_encoder.h719 vpx_codec_flags_t flags,
755 vpx_codec_flags_t flags,
Dvpx_decoder.h139 vpx_codec_flags_t flags,
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c26 vpx_codec_flags_t flags, in vpx_codec_enc_init_ver()
68 vpx_codec_flags_t flags, in vpx_codec_enc_init_multi_ver()
Dvpx_decoder.c24 vpx_codec_flags_t flags, in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h344 vpx_codec_flags_t init_flags;
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c43 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
70 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags) in vp8_priv_sz()