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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c252 unsigned char *const seg_map = cpi->segmentation_map; local
263 if (cyclic_refresh_segment_id(seg_map[map_index]) == CR_SEGMENT_ID_BOOST1)
265 else if (cyclic_refresh_segment_id(seg_map[map_index]) ==
330 unsigned char *const seg_map = cpi->segmentation_map; local
337 memset(seg_map, CR_SEGMENT_ID_BASE, cm->mi_rows * cm->mi_cols);
405 seg_map[bl_index + y * cm->mi_cols + x] = CR_SEGMENT_ID_BOOST1;
507 unsigned char *const seg_map = cpi->segmentation_map; local
508 memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
H A Dvp9_encoder.c501 unsigned char *const seg_map = cpi->segmentation_map; local
509 if (seg_map[i] == AM_SEGMENT_ID_INACTIVE)
510 seg_map[i] = AM_SEGMENT_ID_ACTIVE;
516 unsigned char *const seg_map = cpi->segmentation_map; local
530 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i];
3660 unsigned char *const seg_map = cpi->segmentation_map; local
3661 memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c505 unsigned char *seg_map = cpi->segmentation_map; local
551 seg_map[i] = 1;
580 seg_map[i] = (cpi->consec_zero_last[i] >

Completed in 1085 milliseconds