HomeSort by relevance Sort by last modified time
    Searched refs:feature_data (Results 1 - 11 of 11) 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;
  /system/extras/simpleperf/scripts/
simpleperf_report_lib.py 295 feature_data = self._GetFeatureSection(self.getInstance(), _char_pt('cmdline'))
296 if not _is_null(feature_data):
297 void_p = ct.cast(feature_data[0].data, ct.c_void_p)
318 feature_data = self._GetFeatureSection(self.getInstance(), _char_pt(feature_name))
320 if not _is_null(feature_data):
321 void_p = ct.cast(feature_data[0].data, ct.c_void_p)
341 feature_data = self._GetFeatureSection(self.getInstance(), _char_pt('meta_info'))
342 if not _is_null(feature_data):
344 data = feature_data[0].data
345 data_size = feature_data[0].data_siz
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.cc 569 int16_t feature_data = local
572 ? feature_data
573 : quant.base_q_idx + feature_data;
630 int feature_data =
632 level = ClampLf(segmentation.abs_or_delta_update ? feature_data
633 : level + feature_data);
vp9_parser.h 94 int16_t feature_data[kNumSegments][SEG_LVL_MAX]; member in struct:media::Vp9SegmentationParams
104 return feature_data[seg_id][feature];
vp9_uncompressed_header_parser.cc 862 segmentation.feature_data[i][j] = data;
v4l2-controls.h 1234 __s16 feature_data[8][4]; member in struct:v4l2_vp9_segmentation_params
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 496 static void set_segment_data(VP8_COMP *cpi, signed char *feature_data,
499 memcpy(cpi->segment_feature_data, feature_data,
506 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
596 feature_data[MB_LVL_ALT_Q][0] = 0;
597 feature_data[MB_LVL_ALT_Q][1] = (cpi->cyclic_refresh_q - Q);
598 feature_data[MB_LVL_ALT_Q][2] = 0;
599 feature_data[MB_LVL_ALT_Q][3] = 0;
602 feature_data[MB_LVL_ALT_LF][0] = 0;
603 feature_data[MB_LVL_ALT_LF][1] = lf_adjustment;
604 feature_data[MB_LVL_ALT_LF][2] = 0
5349 signed char feature_data[MB_LVL_MAX][MAX_MB_SEGMENTS]; local
    [all...]

Completed in 266 milliseconds