Home
last modified time | relevance | path

Searched refs:CYCLIC_REFRESH (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.h32 struct CYCLIC_REFRESH;
33 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; typedef
35 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);
Daq_cyclicrefresh.c22 struct CYCLIC_REFRESH { struct
62 CYCLIC_REFRESH *av1_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in av1_cyclic_refresh_alloc() argument
64 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 …]
Dencoder.h836 CYCLIC_REFRESH *cyclic_refresh;
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h32 struct CYCLIC_REFRESH { struct
77 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; argument
79 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);
Dvp9_aq_cyclicrefresh.c32 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 …]
Dvp9_svc_layercontext.c356 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()
Dvp9_encoder.h676 CYCLIC_REFRESH *cyclic_refresh;
Dvp9_ratectrl.c804 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; in vp9_rc_regulate_q()
Dvp9_encoder.c3961 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;