Home
last modified time | relevance | path

Searched refs:seg_map (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c184 unsigned char *const seg_map = cpi->segmentation_map; in vp9_cyclic_refresh_setup() local
191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()
224 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols); in vp9_cyclic_refresh_setup()
289 seg_map[bl_index2] = 1; in vp9_cyclic_refresh_setup()
302 seg_map[bl_index + y * cm->mi_cols + x] = new_value; in vp9_cyclic_refresh_setup()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c538 unsigned char *seg_map; in segmentation_test_function() local
542 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); in segmentation_test_function()
545 set_segmentation_map(cpi, seg_map); in segmentation_test_function()
566 vpx_free(seg_map); in segmentation_test_function()
568 seg_map = 0; in segmentation_test_function()
574 unsigned char *seg_map = cpi->segmentation_map; in cyclic_background_refresh() local
602 seg_map[i] = 1; in cyclic_background_refresh()
629 seg_map[i] = (cpi->consec_zero_last[i] > in cyclic_background_refresh()