Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.h87 struct VP9Decompressor *vp9_create_decompressor(const VP9D_CONFIG *oxcf);
Dvp9_decoder.c113 VP9D_COMP *vp9_create_decompressor(const VP9D_CONFIG *oxcf) { in vp9_create_decompressor() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c194 optr = vp9_create_decompressor(&oxcf); in decode_one()