Searched refs:CYCLIC_REFRESH (Results 1 – 3 of 3) sorted by relevance
23 struct CYCLIC_REFRESH;24 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; typedef26 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols);28 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr);41 void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr,44 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
22 struct CYCLIC_REFRESH { struct50 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in vp9_cyclic_refresh_alloc() argument51 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc()64 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free()94 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq()133 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment()182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_setup()316 void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr, in vp9_cyclic_refresh_set_rate_and_dist_sb()322 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_get_rdmult()
429 CYCLIC_REFRESH *cyclic_refresh;