Searched refs:seg_map (Results 1 – 3 of 3) sorted by relevance
289 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_postencode() local296 seg_map[mi_row * cm->mi_cols + mi_col]) == CR_SEGMENT_ID_BOOST1) in vp9_cyclic_refresh_postencode()299 seg_map[mi_row * cm->mi_cols + mi_col]) == CR_SEGMENT_ID_BOOST2) in vp9_cyclic_refresh_postencode()396 unsigned char *const seg_map = cpi->segmentation_map; in cyclic_refresh_update_map() local403 memset(seg_map, CR_SEGMENT_ID_BASE, cm->mi_rows * cm->mi_cols); in cyclic_refresh_update_map()459 seg_map[bl_index + y * cm->mi_cols + x] = CR_SEGMENT_ID_BOOST1; in cyclic_refresh_update_map()523 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_setup() local524 memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()
118 unsigned char *const seg_map = cpi->segmentation_map; in suppress_active_map() local122 if (seg_map[i] == AM_SEGMENT_ID_INACTIVE) in suppress_active_map()123 seg_map[i] = AM_SEGMENT_ID_ACTIVE; in suppress_active_map()128 unsigned char *const seg_map = cpi->segmentation_map; in apply_active_map() local142 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i]; in apply_active_map()3317 unsigned char *const seg_map = cpi->segmentation_map; local3318 memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
533 unsigned char *seg_map = cpi->segmentation_map; in cyclic_background_refresh() local582 seg_map[i] = 1; in cyclic_background_refresh()613 seg_map[i] = (cpi->consec_zero_last[i] > in cyclic_background_refresh()