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

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.c 29 vp9_zero(seg->feature_data);
55 seg->feature_data[segment_id][feature_id] = seg_data;
vp9_seg_common.h 47 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; member in struct:segmentation
72 return seg->feature_data[segment_id][feature_id];
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.h 39 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data,
vp9_segmentation.c 33 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data,
37 memcpy(seg->feature_data, feature_data, sizeof(seg->feature_data));
46 seg->feature_data[segment_id][feature_id] = 0;
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 504 static void set_segment_data(VP8_COMP *cpi, signed char *feature_data,
507 memcpy(cpi->segment_feature_data, feature_data,
514 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
604 feature_data[MB_LVL_ALT_Q][0] = 0;
605 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q);
606 feature_data[MB_LVL_ALT_Q][2] = 0;
607 feature_data[MB_LVL_ALT_Q][3] = 0;
610 feature_data[MB_LVL_ALT_LF][0] = 0;
611 feature_data[MB_LVL_ALT_LF][1] = lf_adjustment;
612 feature_data[MB_LVL_ALT_LF][2] = 0
5336 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
    [all...]

Completed in 236 milliseconds