Home
last modified time | relevance | path

Searched refs:seg_map (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c252 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_postencode() local
263 if (cyclic_refresh_segment_id(seg_map[map_index]) == CR_SEGMENT_ID_BOOST1) in vp9_cyclic_refresh_postencode()
265 else if (cyclic_refresh_segment_id(seg_map[map_index]) == in vp9_cyclic_refresh_postencode()
330 unsigned char *const seg_map = cpi->segmentation_map; in cyclic_refresh_update_map() local
337 memset(seg_map, CR_SEGMENT_ID_BASE, cm->mi_rows * cm->mi_cols); in cyclic_refresh_update_map()
405 seg_map[bl_index + y * cm->mi_cols + x] = CR_SEGMENT_ID_BOOST1; in cyclic_refresh_update_map()
506 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_setup() local
507 memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c499 unsigned char *const seg_map = cpi->segmentation_map; in suppress_active_map() local
507 if (seg_map[i] == AM_SEGMENT_ID_INACTIVE) in suppress_active_map()
508 seg_map[i] = AM_SEGMENT_ID_ACTIVE; in suppress_active_map()
514 unsigned char *const seg_map = cpi->segmentation_map; in apply_active_map() local
528 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i]; in apply_active_map()
3634 unsigned char *const seg_map = cpi->segmentation_map; local
3635 memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c513 unsigned char *seg_map = cpi->segmentation_map; in cyclic_background_refresh() local
559 seg_map[i] = 1; in cyclic_background_refresh()
588 seg_map[i] = (cpi->consec_zero_last[i] > in cyclic_background_refresh()