Home
last modified time | relevance | path

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

/external/libvpx/examples/
Dvp8_set_maps.txt70 active.active_map = malloc(active.rows * active.cols);
72 active.active_map[i] = i & 1;
77 free(active.active_map);
84 /* pass in null map to disable active_map*/
85 active.active_map = NULL;
/external/libvpx/vpx/
Dvp8cx.h207 … unsigned char *active_map; /**< specify an on (1) or off (0) each 16x16 region within a frame */ member
/external/libvpx/vp8/encoder/
Donyx_int.h583 unsigned char *active_map; member
Dethreading.c168 x->active_ptr = cpi->active_map + seg_map_index + mb_col; in thread_encoding_proc()
Donyx_if.c282 vpx_free(cpi->active_map); in dealloc_compressor_data()
283 cpi->active_map = 0; in dealloc_compressor_data()
1883 CHECK_MEM_ERROR(cpi->active_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in vp8_create_compressor()
1884 vpx_memset(cpi->active_map , 1, (cpi->common.mb_rows * cpi->common.mb_cols)); in vp8_create_compressor()
5319 vpx_memcpy(cpi->active_map, map, rows * cols); in vp8_set_active_map()
Dencodeframe.c571 x->active_ptr = cpi->active_map + seg_map_index + mb_col; in encode_mb_row()
/external/libvpx/vp8/
Dvp8_cx_iface.c998 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols)) in vp8e_set_activemap()