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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 24 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) {
27 CYCLIC_REFRESH *const cr = vpx_calloc(1, sizeof(*cr));
55 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr) {
87 static int candidate_refresh_aq(const CYCLIC_REFRESH *cr,
116 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
134 const CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
165 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
    [all...]
vp9_encoder.h 387 CYCLIC_REFRESH *cyclic_refresh; member in struct:VP9_COMP
vp9_svc_layercontext.c 290 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
318 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
vp9_denoiser.c 553 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
vp9_encoder.c 372 vp9_cyclic_refresh_free(cpi->cyclic_refresh);
373 cpi->cyclic_refresh = NULL;
    [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 22 struct CYCLIC_REFRESH {
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,
126 // check if we should reset the segment_id, and update the cyclic_refresh map
133 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
    [all...]
vp9_onyx_int.h 429 CYCLIC_REFRESH *cyclic_refresh; member in struct:VP9_COMP
vp9_encodeframe.c     [all...]
vp9_onyx_if.c 182 vp9_cyclic_refresh_free(cpi->cyclic_refresh);
183 cpi->cyclic_refresh = NULL;
    [all...]

Completed in 640 milliseconds