Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h522 struct VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf);
Dvp9_onyx_if.c1157 VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf) { in vp9_create_compressor() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c561 cpi = vp9_create_compressor(&ctx->priv->alg_priv->oxcf); in vp9e_common_init()