Home
last modified time | relevance | path

Searched defs:segmentation (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_seg_common.h42 struct segmentation { struct
57 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() argument
/external/libaom/av1/common/
Dseg_common.h39 struct segmentation { struct
61 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() argument
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
Dimage_segmenter_demo.cc69 const Segmentation& segmentation = result.segmentation(0); in EncodeMaskToPngFile() local
108 const Segmentation& segmentation = result.segmentation(0); in DisplayColorLegend() local
/external/libtextclassifier/native/utils/sentencepiece/
Dencoder.cc30 std::vector<SegmentationEntry> segmentation( in Encode() local
/external/tflite-support/tensorflow_lite_support/cc/task/vision/proto/
Dsegmentations.proto25 repeated Segmentation segmentation = 1; field
/external/libgav1/src/
Dquantizer_test.cc31 Segmentation segmentation = {}; in TEST() local
Dquantizer.cc316 int GetQIndex(const Segmentation& segmentation, int index, int base_qindex) { in GetQIndex()
Dbuffer_pool.cc106 const Segmentation& segmentation) { in SetSegmentationParameters()
Dobu_parser.cc989 Segmentation* const segmentation = &frame_header_.segmentation; in ParseSegmentationParameters() local
1081 Segmentation* const segmentation = &frame_header_.segmentation; in ComputeSegmentLosslessAndQIndex() local
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc326 Segmentation* segmentation = result.add_segmentation(); in Postprocess() local
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/segmenter/
Dimage_segmenter_jni.cc100 const Segmentation& segmentation = results.segmentation(0); in ConvertToSegmentationResults() local
/external/crosvm/media/cros-codecs/src/decoders/vp8/
Dparser.rs410 segmentation: Segmentation, field
422 pub fn segmentation(&self) -> &Segmentation { in segmentation() method
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Ddecoder.rs134 segmentation: [Segmentation; MAX_SEGMENTS], field
/external/libgav1/src/utils/
Dtypes.h442 Segmentation segmentation; member
/external/libvpx/vp8/encoder/
Drdopt.c945 unsigned int segmentation) { in rd_check_segment()