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

  /external/chromium_org/third_party/libvpx/source/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 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...]
  /external/libvpx/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...]
  /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...]

Completed in 179 milliseconds