Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h80 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols);
Dvp9_aq_cyclicrefresh.c32 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in vp9_cyclic_refresh_alloc() function
Dvp9_encoder.c1935 vp9_cyclic_refresh_alloc(cm->mi_rows, cm->mi_cols)); in realloc_segmentation_maps()
/external/libvpx/vp9/
Dratectrl_rtc.cc45 vp9_cyclic_refresh_alloc(cpi->common.mi_rows, cpi->common.mi_cols); in Create()