Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h81 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr);
Dvp9_aq_cyclicrefresh.c39 vp9_cyclic_refresh_free(cr); in vp9_cyclic_refresh_alloc()
45 vp9_cyclic_refresh_free(cr); in vp9_cyclic_refresh_alloc()
54 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free() function
Dvp9_encoder.c1006 vp9_cyclic_refresh_free(cpi->cyclic_refresh); in dealloc_compressor_data()
1897 if (cpi->cyclic_refresh) vp9_cyclic_refresh_free(cpi->cyclic_refresh); in realloc_segmentation_maps()