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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 23 struct CYCLIC_REFRESH;
24 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH;
26 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols);
28 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr);
31 // check if we should reset the segment_id, and update the cyclic_refresh map
41 void vp9_cyclic_refresh_set_rate_and_dist_sb(CYCLIC_REFRESH *cr,
44 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);
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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 31 struct CYCLIC_REFRESH {
74 typedef struct CYCLIC_REFRESH CYCLIC_REFRESH;
76 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols);
78 void vp9_cyclic_refresh_free(CYCLIC_REFRESH *cr);
91 // check if we should reset the segment_id, and update the cyclic_refresh map
122 int vp9_cyclic_refresh_get_rdmult(const CYCLIC_REFRESH *cr);

Completed in 1309 milliseconds