Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h37 struct segmentation { struct
52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() argument
/external/libaom/libaom/av1/common/
Dseg_common.h39 struct segmentation { struct
62 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/libgav1/src/
Dquantizer.cc241 int GetQIndex(const Segmentation& segmentation, int index, int base_qindex) { in GetQIndex()
Dbuffer_pool.cc106 const Segmentation& segmentation) { in SetSegmentationParameters()
Dobu_parser.cc988 Segmentation* const segmentation = &frame_header_.segmentation; in ParseSegmentationParameters() local
1080 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/libgav1/libgav1/src/utils/
Dtypes.h462 Segmentation segmentation; member
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c945 unsigned int segmentation) { in rd_check_segment()