Searched refs:CYCLIC_REFRESH (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.h23 struct CYCLIC_REFRESH;
24 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; typedef in typeref:struct:CYCLIC_REFRESH
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);
H A Dvp9_aq_cyclicrefresh.c21 struct CYCLIC_REFRESH { struct
49 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) {
50 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr));
63 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) {
93 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr,
132 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
316 void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr,
322 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr) {
H A Dvp9_encoder.h319 CYCLIC_REFRESH *cyclic_refresh;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.h23 struct CYCLIC_REFRESH;
24 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH; typedef in typeref:struct:CYCLIC_REFRESH
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);
H A Dvp9_aq_cyclicrefresh.c22 struct CYCLIC_REFRESH { struct
50 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) {
51 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr));
64 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) {
94 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr,
133 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
316 void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr,
322 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr) {
H A Dvp9_onyx_int.h427 CYCLIC_REFRESH *cyclic_refresh;

Completed in 102 milliseconds