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.cpp13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque()
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque()
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul()
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul()
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul()
101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul()
121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565()
138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque()
155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque()
172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul()
[all …]
DSkMasks.cpp127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkBmpMaskCodec.cpp17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
/external/skqp/src/codec/
DSkMaskSwizzler.cpp13 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_opaque()
30 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_opaque()
47 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_unpremul()
65 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_unpremul()
83 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_rgba_premul()
101 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_bgra_premul()
121 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask16_to_565()
138 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_opaque()
155 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_bgra_opaque()
172 void* dstRow, const uint8_t* srcRow, int width, SkMasks* masks, in swizzle_mask24_to_rgba_unpremul()
[all …]
DSkBmpMaskCodec.cpp17 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
DSkMasks.cpp129 SkMasks* SkMasks::CreateMasks(InputMasks masks, uint32_t bitsPerPixel) { in CreateMasks()
/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/libgav1/src/dsp/x86/
Dobmc_sse4.cc49 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromLeft2xH_SSE4_1() local
81 const __m128i masks = in OverlapBlendFromLeft4xH_SSE4_1() local
118 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromLeft8xH_SSE4_1() local
205 const __m128i masks = in OverlapBlendFromTop4xH_SSE4_1() local
243 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromTop8xH_SSE4_1() local
284 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromTop_SSE4_1() local
336 const __m128i masks = in OverlapBlendFromLeft2xH_SSE4_1() local
366 const __m128i masks = in OverlapBlendFromLeft4xH_SSE4_1() local
418 const __m128i masks = _mm_unpacklo_epi8(mask_val, obmc_mask_val); in OverlapBlendFromLeft10bpp_SSE4_1() local
459 const __m128i masks = in OverlapBlendFromTop2xH_SSE4_1() local
[all …]
/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/toybox/toys/other/
Dinotifyd.c53 char *path = *ss, *masks = strchr(*ss, ':'); in inotifyd_main() local
/external/freetype/src/pshinter/
Dpshrec.h108 PS_Mask masks; member
117 PS_Mask_TableRec masks; member
/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.java43 private final List<Mask> masks; field in Layer
60 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/skqp/src/core/
DSkDraw_text.cpp39 void SkDraw::paintMasks(SkSpan<const SkMask> masks, const SkPaint& paint) const { in paintMasks()
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager_v1.py42 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DLayerParser.java96 List<Mask> masks = new ArrayList<>(); in parse() local
/external/libxkbcommon/tools/
Dhow-to-type.c187 xkb_mod_mask_t masks[100]; in main() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_non_uniform_arithmetic.cpp440 std::vector<uint32_t> masks{ 0xffffffff, 0x55aaaa55, 0x5555aaaa, 0xaaaa5555, in test_subgroup_functions_non_uniform_arithmetic() local
/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

123