Home
last modified time | relevance | path

Searched refs:vp9_remove_common (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.h21 void vp9_remove_common(struct VP9Common *cm);
Dvp9_alloccommon.c222 void vp9_remove_common(VP9_COMMON *cm) { in vp9_remove_common() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c159 vp9_remove_common(cm); in vp9_remove_decompressor()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1614 vp9_remove_common(&cpi->common); in vp9_remove_compressor()