Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.h23 struct CYCLIC_REFRESH;
24 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; typedef
26 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);
Dvp9_aq_cyclicrefresh.c22 struct CYCLIC_REFRESH { struct
50 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { in vp9_cyclic_refresh_alloc() argument
51 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()
Dvp9_onyx_int.h429 CYCLIC_REFRESH *cyclic_refresh;