Home
last modified time | relevance | path

Searched refs:active_map (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dactive_map_test.cc42 uint8_t active_map[9 * 13] = { in PreEncodeFrameHook() local
57 map.active_map = active_map; in PreEncodeFrameHook()
63 map.active_map = NULL; in PreEncodeFrameHook()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.c109 unsigned char *active_map) in vp8_lookahead_push() argument
126 if (ctx->max_sz == 1 && active_map && !flags) in vp8_lookahead_push()
137 if (active_map[col]) in vp8_lookahead_push()
150 if (!active_map[active_end]) in vp8_lookahead_push()
164 active_map += mb_cols; in vp8_lookahead_push()
Dlookahead.h70 unsigned char *active_map);
Donyx_int.h505 unsigned char *active_map; member
Donyx_if.c459 vpx_free(cpi->active_map); in dealloc_compressor_data()
460 cpi->active_map = 0; in dealloc_compressor_data()
1232 vpx_free(cpi->active_map); in vp8_alloc_compressor_data()
1233 CHECK_MEM_ERROR(cpi->active_map, in vp8_alloc_compressor_data()
1235 sizeof(*cpi->active_map))); in vp8_alloc_compressor_data()
1236 vpx_memset(cpi->active_map , 1, (cm->mb_rows * cm->mb_cols)); in vp8_alloc_compressor_data()
4859 frame_flags, cpi->active_map_enabled ? cpi->active_map : NULL)) in vp8_receive_raw_frame()
5544 vpx_memcpy(cpi->active_map, map, rows * cols); in vp8_set_active_map()
Dethreading.c182 x->active_ptr = cpi->active_map + map_index + mb_col; in thread_encoding_proc()
Dencodeframe.c499 x->active_ptr = cpi->active_map + map_index + mb_col; in encode_mb_row()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c115 if (ctx->max_sz == 1 && active_map && !flags) { in vp9_lookahead_push()
122 if (active_map[col]) in vp9_lookahead_push()
134 if (!active_map[active_end]) in vp9_lookahead_push()
148 active_map += mb_cols; in vp9_lookahead_push()
Dvp9_onyx_int.h426 unsigned char *active_map; member
Dvp9_onyx_if.c185 vpx_free(cpi->active_map); in dealloc_compressor_data()
186 cpi->active_map = NULL; in dealloc_compressor_data()
1215 CHECK_MEM_ERROR(cm, cpi->active_map, vpx_calloc(cm->MBs, 1)); in vp9_create_compressor()
1216 vpx_memset(cpi->active_map, 1, cm->MBs); in vp9_create_compressor()
3402 vpx_memcpy(cpi->active_map, map, rows * cols);
Dvp9_encodeframe.c182 return cpi->active_map[mb_row * mb_cols + mb_col]; in is_block_in_mb_map()
190 if (cpi->active_map[row * mb_cols + col]) in is_block_in_mb_map()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dset_maps.c105 map.active_map = (uint8_t *)malloc(map.rows * map.cols); in set_active_map()
107 map.active_map[i] = i % 2; in set_active_map()
112 free(map.active_map); in set_active_map()
121 map.active_map = NULL; in unset_active_map()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h247 unsigned char *active_map; /**< specify an on (1) or off (0) each 16x16 region within a frame */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c986 if (!vp9_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols)) in vp9e_set_activemap()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c1157 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols)) in vp8e_set_activemap()