Searched defs:vpx_codec_alg_priv (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c45 struct vpx_codec_alg_priv struct
H A Dvp8_cx_iface.c67 struct vpx_codec_alg_priv struct
629 struct vpx_codec_alg_priv *priv =
630 (struct vpx_codec_alg_priv *)vpx_calloc(1, sizeof(*priv));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c32 struct vpx_codec_alg_priv { struct
H A Dvp9_cx_iface.c65 struct vpx_codec_alg_priv { struct
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c77 struct vpx_codec_alg_priv struct
575 struct vpx_codec_alg_priv *priv;
585 priv = calloc(1, sizeof(struct vpx_codec_alg_priv));
H A Dvp8_dx_iface.c50 struct vpx_codec_alg_priv struct
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c31 struct vpx_codec_alg_priv { struct
H A Dvp9_cx_iface.c76 struct vpx_codec_alg_priv { struct
522 struct vpx_codec_alg_priv *priv = calloc(1, sizeof(*priv));

Completed in 1644 milliseconds