Searched refs:CYCLIC_REFRESH (Results 1 – 9 of 9) sorted by relevance
32 struct CYCLIC_REFRESH;33 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; typedef35 CYCLIC_REFRESH *av1_cyclic_refresh_alloc(int mi_rows, int mi_cols);37 void av1_cyclic_refresh_free(CYCLIC_REFRESH *cr);69 int av1_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
22 struct CYCLIC_REFRESH { struct62 CYCLIC_REFRESH *av1_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in av1_cyclic_refresh_alloc() argument64 CYCLIC_REFRESH *const cr = aom_calloc(1, sizeof(*cr)); in av1_cyclic_refresh_alloc()84 void av1_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in av1_cyclic_refresh_free()96 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, in candidate_refresh_aq()121 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq()139 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_estimate_bits_at_q()172 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_rc_bits_per_mb()204 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_update_segment()254 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in av1_cyclic_refresh_postencode()[all …]
836 CYCLIC_REFRESH *cyclic_refresh;
32 struct CYCLIC_REFRESH { struct77 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; argument79 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols);81 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr);126 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
32 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in vp9_cyclic_refresh_alloc()34 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr)); in vp9_cyclic_refresh_alloc()54 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) { in vp9_cyclic_refresh_free()66 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MODE_INFO *mi, in candidate_refresh_aq()90 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in compute_deltaq()107 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_estimate_bits_at_q()139 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_rc_bits_per_mb()164 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_segment()227 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_update_sb_postencode()261 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_cyclic_refresh_postencode()[all …]
356 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_restore_layer_context()380 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_save_layer_context()
676 CYCLIC_REFRESH *cyclic_refresh;
804 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_rc_regulate_q()
3961 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;