Home
last modified time | relevance | path

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

/external/libvpx/vp8/
Dvp8_dx_iface.c33 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
46 {VP8_SEG_ALG_PRIV, 0, 8, VPX_CODEC_MEM_ZERO, vp8_priv_sz},
73 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags) in vp8_priv_sz() function