Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t;
375 struct vpx_codec_alg_priv *alg_priv;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c77 struct vpx_codec_alg_priv struct
578 struct vpx_codec_alg_priv *priv; in vp8e_init()
588 priv = calloc(1, sizeof(struct vpx_codec_alg_priv)); in vp8e_init()
Dvp8_dx_iface.c50 struct vpx_codec_alg_priv struct
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c26 struct vpx_codec_alg_priv { struct
Dvp9_cx_iface.c74 struct vpx_codec_alg_priv { struct
513 struct vpx_codec_alg_priv *priv = calloc(1, sizeof(*priv)); in vp9e_common_init()