Searched refs:seg_map (Results 1 – 2 of 2) sorted by relevance
184 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_setup() local191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()225 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()290 seg_map[bl_index2] = 1; in vp9_cyclic_refresh_setup()303 seg_map[bl_index + y * cm->mi_cols + x] = new_value; in vp9_cyclic_refresh_setup()
535 unsigned char *seg_map; in segmentation_test_function() local539 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in segmentation_test_function()542 set_segmentation_map(cpi, seg_map); in segmentation_test_function()563 vpx_free(seg_map); in segmentation_test_function()565 seg_map = 0; in segmentation_test_function()571 unsigned char *seg_map = cpi->segmentation_map; in cyclic_background_refresh() local599 seg_map[i] = 1; in cyclic_background_refresh()