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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 21 struct CYCLIC_REFRESH {
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,
125 // check if we should reset the segment_id, and update the cyclic_refresh map
132 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
182 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh;
    [all...]
vp9_encoder.h 319 CYCLIC_REFRESH *cyclic_refresh; member in struct:VP9_COMP
vp9_encodeframe.c 771 x->rdmult = vp9_cyclic_refresh_get_rdmult(cpi->cyclic_refresh);
    [all...]
vp9_encoder.c 195 vp9_cyclic_refresh_free(cpi->cyclic_refresh);
196 cpi->cyclic_refresh = NULL;
786 CHECK_MEM_ERROR(cm, cpi->cyclic_refresh,
    [all...]
  /external/libvpx/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 427 CYCLIC_REFRESH *cyclic_refresh; member in struct:VP9_COMP
vp9_encodeframe.c     [all...]
vp9_onyx_if.c 172 vp9_cyclic_refresh_free(cpi->cyclic_refresh);
173 cpi->cyclic_refresh = NULL;
    [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 329 milliseconds