HomeSort by relevance Sort by last modified time
    Searched refs:seg_map (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 184 unsigned char *const seg_map = cpi->segmentation_map; local
191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
224 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
290 seg_map[bl_index2] = 1;
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 184 unsigned char *const seg_map = cpi->segmentation_map; local
191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
225 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
290 seg_map[bl_index2] = 1;
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 184 unsigned char *const seg_map = cpi->segmentation_map; local
191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
225 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
290 seg_map[bl_index2] = 1;
303 seg_map[bl_index + y * cm->mi_cols + x] = new_value;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 538 unsigned char *seg_map; local
542 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1));
545 set_segmentation_map(cpi, seg_map);
566 vpx_free(seg_map);
568 seg_map = 0;
574 unsigned char *seg_map = cpi->segmentation_map; local
602 seg_map[i] = 1;
630 seg_map[i] = (cpi->consec_zero_last[i] >
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 535 unsigned char *seg_map; local
539 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1));
542 set_segmentation_map(cpi, seg_map);
563 vpx_free(seg_map);
565 seg_map = 0;
571 unsigned char *seg_map = cpi->segmentation_map; local
599 seg_map[i] = 1;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 535 unsigned char *seg_map; local
539 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1));
542 set_segmentation_map(cpi, seg_map);
563 vpx_free(seg_map);
565 seg_map = 0;
571 unsigned char *seg_map = cpi->segmentation_map; local
599 seg_map[i] = 1;
    [all...]

Completed in 543 milliseconds