Searched defs:Segmentation (Results  1 – 6 of 6) sorted by relevance
| /system/cros-codecs/src/codec/vp8/ | 
| D | parser.rs | 66 pub struct Segmentation {  struct68     pub segmentation_enabled: bool,
 70     pub update_mb_segmentation_map: bool,
 72     pub update_segment_feature_data: bool,
 77     pub segment_feature_mode: bool,
 79     pub quantizer_update_value: [i8; 4],
 81     pub lf_update_value: [i8; 4],
 85     pub segment_prob: [u8; 3],
 411     pub fn segmentation(&self) -> &Segmentation {  in segmentation()
 
 | 
| /system/cros-codecs/src/decoder/stateless/vp8/ | 
| D | dummy.rs | 41         _: &Segmentation,  in submit_picture()
 | 
| D | vaapi.rs | 76     segmentation: &Segmentation,  in build_iq_matrix()116     seg: &Segmentation,  in build_pic_param()
 240         segmentation: &Segmentation,  in submit_picture()
 
 | 
| D | v4l2.rs | 86         segmentation: &Segmentation,  in submit_picture()
 | 
| /system/cros-codecs/src/codec/vp9/ | 
| D | parser.rs | 314 pub struct Segmentation {  struct335 impl Segmentation {  argument
 
 | 
| /system/cros-codecs/src/decoder/stateless/ | 
| D | vp8.rs | 65         segmentation: &Segmentation,  in submit_picture()
 |