Searched defs:Segmentation (Results 1 – 9 of 9) sorted by relevance
| /external/crosvm/media/cros-codecs/src/decoders/vp9/ |
| D | decoder.rs | 85 pub struct Segmentation { struct 87 pub lvl_lookup: [[u8; MAX_MODE_LF_DELTAS]; MAX_REF_FRAMES], 90 pub luma_ac_quant_scale: i16, 92 pub luma_dc_quant_scale: i16, 94 pub chroma_ac_quant_scale: i16, 96 pub chroma_dc_quant_scale: i16, 99 pub reference_frame_enabled: bool, 101 pub reference_frame: i16, 103 pub reference_skip_enabled: bool,
|
| /external/crosvm/media/cros-codecs/src/decoders/vp8/ |
| D | parser.rs | 65 pub struct Segmentation { struct 67 pub segmentation_enabled: bool, 69 pub update_mb_segmentation_map: bool, 71 pub update_segment_feature_data: bool, 76 pub segment_feature_mode: bool, 78 pub quantizer_update_value: [i8; 4], 80 pub lf_update_value: [i8; 4], 84 pub segment_prob: [u8; 3], 422 pub fn segmentation(&self) -> &Segmentation { in segmentation() 483 seg: &mut Segmentation, in update_segmentation()
|
| D | backends.rs | 41 segmentation: &Segmentation, in submit_picture()
|
| /external/libgav1/src/utils/ |
| D | types.h | 337 struct Segmentation { struct 340 bool FeatureActive(int segment_id, SegmentFeature feature) const { in FeatureActive() 346 static bool FeatureSigned(SegmentFeature feature) { in FeatureSigned() 352 bool enabled; 353 bool update_map; 354 bool update_data; 355 bool temporal_update; 358 bool segment_id_pre_skip; 361 int8_t last_active_segment_id; 363 bool feature_enabled[kMaxSegments][kSegmentFeatureMax]; [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/examples/segmentation/ |
| D | overview.md | 1 # Segmentation chapter
|
| /external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/ |
| D | Segmentation.java | 26 public abstract class Segmentation { class
|
| /external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/ |
| D | segmentations.proto | 29 message Segmentation { message
|
| /external/crosvm/media/cros-codecs/src/decoders/vp8/backends/ |
| D | dummy.rs | 31 _: &Segmentation, in submit_picture()
|
| D | vaapi.rs | 111 segmentation: &Segmentation, in build_iq_matrix() 153 seg: &Segmentation, in build_pic_param() 302 segmentation: &Segmentation, in submit_picture()
|