Searched refs:active_map (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dactive_map_test.cc42 uint8_t active_map[9 * 13] = { local
57 map.active_map = active_map;
63 map.active_map = NULL;
/external/libvpx/libvpx/test/
H A Dactive_map_test.cc42 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/
H A Dlookahead.h54 * 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);
H A Dlookahead.c109 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;
104 vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, int64_t ts_start, int64_t ts_end, unsigned int flags, unsigned char *active_map) argument
H A Donyx_int.h502 unsigned char *active_map; member in struct:VP8_COMP
H A Dethreading.c182 x->active_ptr = cpi->active_map + map_index + mb_col;
H A Donyx_if.c462 vpx_free(cpi->active_map);
463 cpi->active_map = 0;
1255 vpx_free(cpi->active_map);
1256 CHECK_MEM_ERROR(cpi->active_map,
1258 sizeof(*cpi->active_map)));
1259 vpx_memset(cpi->active_map , 1, (cm->mb_rows * cm->mb_cols));
5052 frame_flags, cpi->active_map_enabled ? cpi->active_map : NULL))
5701 vpx_memcpy(cpi->active_map, map, rows * cols);
H A Dencodeframe.c498 x->active_ptr = cpi->active_map + map_index + mb_col;
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.h54 * 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);
H A Dlookahead.c109 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;
104 vp8_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, int64_t ts_start, int64_t ts_end, unsigned int flags, unsigned char *active_map) argument
H A Donyx_int.h505 unsigned char *active_map; member in struct:VP8_COMP
H A Dethreading.c182 x->active_ptr = cpi->active_map + map_index + mb_col;
H A Donyx_if.c459 vpx_free(cpi->active_map);
460 cpi->active_map = 0;
1232 vpx_free(cpi->active_map);
1233 CHECK_MEM_ERROR(cpi->active_map,
1235 sizeof(*cpi->active_map)));
1236 vpx_memset(cpi->active_map , 1, (cm->mb_rows * cm->mb_cols));
4858 frame_flags, cpi->active_map_enabled ? cpi->active_map : NULL))
5542 vpx_memcpy(cpi->active_map, map, rows * cols);
H A Dencodeframe.c498 x->active_ptr = cpi->active_map + map_index + mb_col;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_lookahead.c112 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/
H A Dvp9_lookahead.c115 if (ctx->max_sz == 1 && active_map && !flags) {
122 if (active_map[col])
134 if (!active_map[active_end])
148 active_map += mb_cols;
H A Dvp9_onyx_int.h424 unsigned char *active_map; member in struct:VP9_COMP
H A Dvp9_onyx_if.c175 vpx_free(cpi->active_map);
176 cpi->active_map = NULL;
1169 CHECK_MEM_ERROR(cm, cpi->active_map, vpx_calloc(cm->MBs, 1));
1170 vpx_memset(cpi->active_map, 1, cm->MBs);
3319 vpx_memcpy(cpi->active_map, map, rows * cols);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dset_maps.c106 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/
H A Dset_maps.c105 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/
H A Dvp8cx.h262 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/
H A Dvp8cx.h247 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/
H A Dvideo_encoder_vpx.cc270 act_map.active_map = active_map_.get();
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c1172 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols))
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c1136 if (!vp9_set_active_map(ctx->cpi, map->active_map,

Completed in 1300 milliseconds

12