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.c289 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_postencode() local
296 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() local
403 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() local
524 memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()
Dvp9_encoder.c118 unsigned char *const seg_map = cpi->segmentation_map; in suppress_active_map() local
122 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() local
142 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; local
3318 memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c533 unsigned char *seg_map = cpi->segmentation_map; in cyclic_background_refresh() local
582 seg_map[i] = 1; in cyclic_background_refresh()
613 seg_map[i] = (cpi->consec_zero_last[i] > in cyclic_background_refresh()