Searched defs:active_map (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h426 unsigned char *active_map; member in struct:VP9_COMP

Completed in 93 milliseconds