Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c535 unsigned char *seg_map; in segmentation_test_function() local
539 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() local
599 seg_map[i] = 1; in cyclic_background_refresh()