Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.h23 void vp9_remove_common(struct VP9Common *cm);
Dvp9_alloccommon.c157 void vp9_remove_common(VP9_COMMON *cm) { in vp9_remove_common() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c184 vp9_remove_common(&pbi->common); in vp9_decoder_remove()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2618 vp9_remove_common(cm); in vp9_remove_compressor()