Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Daq_cyclicrefresh.h128 CYCLIC_REFRESH *av1_cyclic_refresh_alloc(int mi_rows, int mi_cols);
Dencoder_alloc.h111 av1_cyclic_refresh_alloc(mi_params->mi_rows, mi_params->mi_cols)); in realloc_segmentation_maps()
Daq_cyclicrefresh.c23 CYCLIC_REFRESH *av1_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in av1_cyclic_refresh_alloc() function
/external/libaom/av1/
Dratectrl_rtc.cc80 cpi->cyclic_refresh = av1_cyclic_refresh_alloc( in Create()