Searched refs:segmentation_map (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_alt_ref_aq.c25 const struct MATX_8U *segmentation_map) {
27 (void)segmentation_map;
24 vp9_alt_ref_aq_upload_map(struct ALT_REF_AQ *const self, const struct MATX_8U *segmentation_map) argument
H A Dvp9_alt_ref_aq.h59 /*!\brief Upload segmentation_map to self object
62 * \param segmentation_map Segmentation map to upload
65 const struct MATX_8U *segmentation_map);
H A Dvp9_aq_complexity.c61 memset(cpi->segmentation_map, DEFAULT_AQ2_SEG, cm->mi_rows * cm->mi_cols);
157 cpi->segmentation_map[mi_offset + y * cm->mi_cols + x] = segment;
H A Dvp9_aq_cyclicrefresh.c207 cpi->segmentation_map[map_offset] = mi->segment_id;
252 unsigned char *const seg_map = cpi->segmentation_map;
330 unsigned char *const seg_map = cpi->segmentation_map;
507 unsigned char *const seg_map = cpi->segmentation_map;
H A Dvp9_mbgraph.c327 // of bound access in segmentation_map
334 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 0;
336 cpi->segmentation_map[mi_row * cm->mi_cols + mi_col] = 1;
H A Dvp9_encoder.h547 uint8_t *segmentation_map; member in struct:VP9_COMP
H A Dvp9_encoder.c501 unsigned char *const seg_map = cpi->segmentation_map;
516 unsigned char *const seg_map = cpi->segmentation_map;
617 unsigned char *const seg_map_8x8 = cpi->segmentation_map;
763 vpx_free(cpi->segmentation_map);
764 cpi->segmentation_map = NULL;
943 memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
956 memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
1017 memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
1706 vpx_free(cpi->segmentation_map);
1707 CHECK_MEM_ERROR(cm, cpi->segmentation_map,
[all...]
H A Dvp9_encodeframe.c264 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
1705 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
1927 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
1932 const uint8_t *const map = cpi->segmentation_map;
1941 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
1949 cm->seg.update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
2398 // segmentation_map.
2401 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
3590 seg->update_map ? cpi->segmentation_map : cm->last_frame_seg_map;
4379 seg->update_map ? cpi->segmentation_map
[all...]
/external/libvpx/libvpx/test/
H A Dset_roi.cc54 cpi.segmentation_map = reinterpret_cast<unsigned char *>(vpx_calloc(mbs, 1));
73 const int mapcompare = memcmp(roi_map, cpi.segmentation_map, mbs);
162 if (cpi.segmentation_map) vpx_free(cpi.segmentation_map);
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c160 if (cpi->segmentation_map[map_index + mb_col] <= 3) {
162 cpi->segmentation_map[map_index + mb_col];
229 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id;
H A Dencodeframe.c437 if (cpi->segmentation_map[map_index + mb_col] <= 3) {
439 cpi->segmentation_map[map_index + mb_col];
504 cpi->segmentation_map[map_index + mb_col] =
H A Donyx_int.h480 unsigned char *segmentation_map; member in struct:VP8_COMP
H A Donyx_if.c427 vpx_free(cpi->segmentation_map);
428 cpi->segmentation_map = 0;
474 unsigned char *segmentation_map) {
476 memcpy(cpi->segmentation_map, segmentation_map,
505 unsigned char *seg_map = cpi->segmentation_map;
536 memset(cpi->segmentation_map, 0, mbs_in_frame);
1211 vpx_free(cpi->segmentation_map);
1213 cpi->segmentation_map,
1214 vpx_calloc(cm->mb_rows * cm->mb_cols, sizeof(*cpi->segmentation_map)));
473 set_segmentation_map(VP8_COMP *cpi, unsigned char *segmentation_map) argument
[all...]

Completed in 245 milliseconds