HomeSort by relevance Sort by last modified time
    Searched refs:CYCLIC_REFRESH (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 32 struct CYCLIC_REFRESH {
75 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH;
77 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols);
79 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr);
92 // check if we should reset the segment_id, and update the cyclic_refresh map
124 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
vp9_aq_cyclicrefresh.c 24 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) {
26 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr));
45 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) {
55 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr, const MODE_INFO *mi,
79 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
96 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
128 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
    [all...]
vp9_svc_layercontext.c 313 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
340 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
    [all...]
vp9_encoder.h 547 CYCLIC_REFRESH *cyclic_refresh; member in struct:VP9_COMP
vp9_ratectrl.c 550 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
    [all...]

Completed in 108 milliseconds