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

1 2

  /external/chromium_org/third_party/libvpx/source/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/test/
active_map_test.cc 42 uint8_t active_map[9 * 13] = { local
57 map.active_map = active_map;
63 map.active_map = NULL;
  /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/chromium_org/third_party/libvpx/source/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 182 x->active_ptr = cpi->active_map + map_index + mb_col;
  /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 505 unsigned char *active_map; member in struct:VP8_COMP
  /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
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.c 112 if (ctx->max_sz == 1 && active_map && !flags) {
119 if (active_map[col])
131 if (!active_map[active_end])
145 active_map += mb_cols;
  /external/libvpx/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 424 unsigned char *active_map; member in struct:VP9_COMP
  /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
  /external/chromium_org/third_party/libvpx/source/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/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/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;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8cx.h 262 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 247 unsigned char *active_map; /**< specify an on (1) or off (0) each 16x16 region within a frame */ member in struct:vpx_active_map
  /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/chromium_org/remoting/codec/
video_encoder_vpx.cc 270 act_map.active_map = active_map_.get();

Completed in 1206 milliseconds

1 2