/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_aq_cyclicrefresh.c | 185 unsigned char *const seg_map = cpi->segmentation_map; local 192 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/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 | 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...] |
/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...] |