HomeSort by relevance Sort by last modified time
    Searched defs:vpx_codec_alg_priv (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 32 struct vpx_codec_alg_priv { struct
vp9_cx_iface.c 65 struct vpx_codec_alg_priv { struct
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 31 struct vpx_codec_alg_priv { struct
vp9_cx_iface.c 76 struct vpx_codec_alg_priv { struct
522 struct vpx_codec_alg_priv *priv = calloc(1, sizeof(*priv));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 67 struct vpx_codec_alg_priv struct
629 struct vpx_codec_alg_priv *priv =
630 (struct vpx_codec_alg_priv *)vpx_calloc(1, sizeof(*priv));
    [all...]
vp8_dx_iface.c 45 struct vpx_codec_alg_priv struct
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 77 struct vpx_codec_alg_priv struct
575 struct vpx_codec_alg_priv *priv;
585 priv = calloc(1, sizeof(struct vpx_codec_alg_priv));
    [all...]
vp8_dx_iface.c 50 struct vpx_codec_alg_priv struct

Completed in 35 milliseconds