Searched refs:seg_map (Results 1 – 3 of 3) sorted by relevance
252 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_postencode() local263 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() local337 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() local507 memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()
499 unsigned char *const seg_map = cpi->segmentation_map; in suppress_active_map() local507 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() local528 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; local3635 memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
513 unsigned char *seg_map = cpi->segmentation_map; in cyclic_background_refresh() local559 seg_map[i] = 1; in cyclic_background_refresh()588 seg_map[i] = (cpi->consec_zero_last[i] > in cyclic_background_refresh()