Home
last modified time | relevance | path

Searched defs:masks (Results 1 – 25 of 73) sorted by relevance

123

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DOutputType.java47 void assertMasksMatchColoredLabels(List<TensorImage> masks, List<ColoredLabel> coloredLabels) { in assertMasksMatchColoredLabels()
70 List<TensorImage> masks = new ArrayList<>(); in createMasksFromBuffer() local
94 void assertMasksMatchColoredLabels(List<TensorImage> masks, List<ColoredLabel> coloredLabels) { in assertMasksMatchColoredLabels()
112 List<TensorImage> masks = new ArrayList<>(); in createMasksFromBuffer() local
135 List<TensorImage> masks, List<ColoredLabel> coloredLabels); in assertMasksMatchColoredLabels()
DSegmentation.java64 OutputType outputType, List<TensorImage> masks, List<ColoredLabel> coloredLabels) { in create()
/external/skia/src/codec/
DSkMaskSwizzler.cpp20 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque()
37 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque()
54 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul()
72 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul()
90 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul()
108 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul()
128 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565()
145 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque()
162 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque()
179 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul()
[all …]
DSkMasks.cpp126 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkBmpMaskCodec.cpp25 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DMaskKeyframeAnimation.java15 private final List<Mask> masks; field in MaskKeyframeAnimation
17 public MaskKeyframeAnimation(List<Mask> masks) { in MaskKeyframeAnimation()
/external/libgav1/src/dsp/x86/
Dobmc_sse4.cc50 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromLeft2xH_SSE4_1() local
82 const __m128i masks = in OverlapBlendFromLeft4xH_SSE4_1() local
117 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromLeft8xH_SSE4_1() local
213 const __m128i masks = in OverlapBlendFromTop4xH_SSE4_1() local
305 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromTop_SSE4_1() local
358 const __m128i masks = in OverlapBlendFromLeft2xH_SSE4_1() local
388 const __m128i masks = in OverlapBlendFromLeft4xH_SSE4_1() local
439 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromLeft10bpp_SSE4_1() local
478 const __m128i masks = in OverlapBlendFromTop4xH_SSE4_1() local
529 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromTop10bpp_SSE4_1() local
/external/skia/tests/
DSkRasterPipelineOptsTest.cpp37 std::array<int32_t, N> masks; in make_masks() local
52 std::array<int32_t, N> masks = make_masks<N>(value); in DEF_TEST() local
67 std::array<int32_t, N> masks = make_masks<N>(value); in DEF_TEST() local
/external/skia/docs/examples/
DPath_getSegmentMasks.cpp10 const char* masks[] = { "line", "quad", "conic", "cubic" }; in draw() local
/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp109 bool GetViewMasks(const VkRenderPassCreateInfo *pCreateInfo, uint32_t *masks) in GetViewMasks()
114 bool GetViewMasks(const VkRenderPassCreateInfo2KHR *pCreateInfo, uint32_t *masks) in GetViewMasks()
218 uint32_t *masks = reinterpret_cast<uint32_t *>(hostMemory); in init() local
/external/freetype/src/pshinter/
Dpshrec.h108 PS_Mask masks; member
117 PS_Mask_TableRec masks; member
/external/toybox/toys/other/
Dinotifyd.c53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
/external/mesa3d/src/mesa/drivers/dri/common/
Dutils.c185 uint32_t masks[4]; in driCreateConfigs() member
223 const uint32_t * masks; in driCreateConfigs() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DLayer.java47 private final List<Mask> masks; field in Layer
66 LayerType layerType, long parentId, @Nullable String refId, List<Mask> masks, in Layer()
/external/libcups/scheduler/
Dauth.c92 cups_array_t **masks, /* IO - Masks array (created as needed) */ in cupsdAddIPMask()
174 cupsdAddNameMask(cups_array_t **masks, /* IO - Masks array (created as needed) */ in cupsdAddNameMask()
952 cups_array_t *masks) /* I - Masks */ in cupsdCheckAuth()
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager_v1.py38 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DLayerParser.java103 List<Mask> masks = new ArrayList<>(); in parse() local
/external/libxkbcommon/tools/
Dhow-to-type.c202 xkb_mod_mask_t masks[100]; in main() local
/external/rust/crates/glam/benches/support/
Dmacros.rs119 let masks = vec![$from(&mut rng).$op($from(&mut rng)); SIZE]; localVariable
/external/strace/tests-mx32/
Dfanotify_mark.c145 static const struct strval64 masks[] = { in main() local
/external/strace/tests-m32/
Dfanotify_mark.c145 static const struct strval64 masks[] = { in main() local
/external/strace/tests/
Dfanotify_mark.c145 static const struct strval64 masks[] = { in main() local
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java103 int masks[] = {0x0000, 0x0001, 0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF, field in LZWEncoder
/external/icu/icu4c/source/i18n/
Drbt_rule.cpp254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule
/external/cronet/third_party/icu/source/i18n/
Drbt_rule.cpp254 UBool TransliterationRule::masks(const TransliterationRule& r2) const { in masks() function in TransliterationRule

123