HomeSort by relevance Sort by last modified time
    Searched refs:active_map (Results 1 - 25 of 31) sorted by null

1 2

  /external/libvpx/libvpx/test/
active_map_test.cc 42 uint8_t active_map[9 * 13] = { local
57 map.active_map = active_map;
63 map.active_map = NULL;
active_map_refresh_test.cc 88 uint8_t *active_map = new uint8_t[mb_width * mb_height]; local
89 GenerateMap(mb_height, mb_width, *current, *previous, active_map);
92 map.active_map = active_map;
94 delete[] active_map;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
active_map_test.cc 42 uint8_t active_map[9 * 13] = { local
57 map.active_map = active_map;
63 map.active_map = NULL;
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 54 * If active_map is non-NULL and there is only one frame in the queue, then copy
62 * \param[in] active_map Map that specifies which macroblock is active
70 unsigned char *active_map);
lookahead.c 109 unsigned char *active_map)
126 if (ctx->max_sz == 1 && active_map && !flags)
137 if (active_map[col])
150 if (!active_map[active_end])
164 active_map += mb_cols;
onyx_int.h 502 unsigned char *active_map; member in struct:VP8_COMP
ethreading.c 180 x->active_ptr = cpi->active_map + map_index + mb_col;
onyx_if.c 456 vpx_free(cpi->active_map);
457 cpi->active_map = 0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 54 * If active_map is non-NULL and there is only one frame in the queue, then copy
62 * \param[in] active_map Map that specifies which macroblock is active
70 unsigned char *active_map);
lookahead.c 109 unsigned char *active_map)
126 if (ctx->max_sz == 1 && active_map && !flags)
137 if (active_map[col])
150 if (!active_map[active_end])
164 active_map += mb_cols;
onyx_int.h 505 unsigned char *active_map; member in struct:VP8_COMP
ethreading.c 182 x->active_ptr = cpi->active_map + map_index + mb_col;
onyx_if.c 459 vpx_free(cpi->active_map);
460 cpi->active_map = 0;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.c 115 if (ctx->max_sz == 1 && active_map && !flags) {
122 if (active_map[col])
134 if (!active_map[active_end])
148 active_map += mb_cols;
vp9_onyx_int.h 426 unsigned char *active_map; member in struct:VP9_COMP
vp9_onyx_if.c 185 vpx_free(cpi->active_map);
186 cpi->active_map = NULL;
    [all...]
  /external/libvpx/libvpx/examples/
set_maps.c 106 map.active_map = (uint8_t *)malloc(map.rows * map.cols);
108 map.active_map[i] = i % 2;
113 free(map.active_map);
122 map.active_map = NULL;
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 135 if (!new_dimensions && ctx->max_sz == 1 && active_map && !flags) {
142 if (active_map[col])
154 if (!active_map[active_end])
168 active_map += mb_cols;
vp9_encoder.c 120 if (cpi->active_map.enabled || cpi->active_map.update)
129 const unsigned char *const active_map = cpi->active_map.map; local
135 cpi->active_map.enabled = 0;
136 cpi->active_map.update = 1;
139 if (cpi->active_map.update) {
140 if (cpi->active_map.enabled) {
142 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i];
158 cpi->active_map.update = 0
    [all...]
vp9_encoder.h 388 ActiveMap active_map; member in struct:VP9_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 105 map.active_map = (uint8_t *)malloc(map.rows * map.cols);
107 map.active_map[i] = i % 2;
112 free(map.active_map);
121 map.active_map = NULL;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 247 unsigned char *active_map; /**< specify an on (1) or off (0) each 16x16 region within a frame */ member in struct:vpx_active_map
  /external/libvpx/libvpx/vpx/
vp8cx.h 625 unsigned char *active_map; /**< specify an on (1) or off (0) each 16x16 region within a frame */ member in struct:vpx_active_map
  /external/v8/test/cctest/
test-field-type-tracking.cc     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 302 milliseconds

1 2