Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/skia/src/codec/
H A 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 …]
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
H A 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()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/tests/
H A Dradv_nir_lower_hit_attrib_derefs_tests.cpp104 uint32_t masks[RADV_MAX_HIT_ATTRIB_DWORDS] = { in TEST_F() local
133 uint32_t masks[RADV_MAX_HIT_ATTRIB_DWORDS] = { in TEST_F() local
149 uint32_t masks[RADV_MAX_HIT_ATTRIB_DWORDS] = { in TEST_F() local
174 uint32_t masks[RADV_MAX_HIT_ATTRIB_DWORDS] = { in TEST_F() local
209 uint32_t masks[RADV_MAX_HIT_ATTRIB_DWORDS] = { in TEST_F() local
232 uint32_t masks[RADV_MAX_HIT_ATTRIB_DWORDS] = { in TEST_F() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A 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
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dmap_of_masks_test.cc221 auto masks = MapOfMasks(prng_keys_to_add, prng_keys_to_subtract, vector_specs, in TEST_P() local
239 auto masks = MapOfMasks(prng_keys_to_add, prng_keys_to_subtract, vector_specs, in TEST_P() local
341 auto masks = MapOfMasks(prng_keys_to_add, prng_keys_to_subtract, vector_specs, in TEST_P() local
369 auto masks = MapOfMasks(prng_keys_to_add, prng_keys_to_subtract, vector_specs, in TEST_P() local
388 auto masks = MapOfMasks(prng_keys_to_add, prng_keys_to_subtract, vector_specs, in TEST_P() local
529 auto masks = MapOfMasks(prng_keys_to_add, prng_keys_to_subtract, vector_specs, in TEST_P() local
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkRenderPass.cpp109 bool GetViewMasks(const VkRenderPassCreateInfo *pCreateInfo, uint32_t *masks) in GetViewMasks()
114 bool GetViewMasks(const VkRenderPassCreateInfo2KHR *pCreateInfo, uint32_t *masks) in GetViewMasks()
224 uint32_t *masks = reinterpret_cast<uint32_t *>(hostMemory); in init() local
/aosp_15_r20/external/skia/tests/
H A DSkRasterPipelineOptsTest.cpp41 std::array<int32_t, N> masks; in make_masks() local
55 std::array<int32_t, N> masks = make_masks<N>(value); in DEF_TEST() local
69 std::array<int32_t, N> masks = make_masks<N>(value); in DEF_TEST() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
H A DMaskKeyframeAnimation.java15 private final List<Mask> masks; field in MaskKeyframeAnimation
17 public MaskKeyframeAnimation(List<Mask> masks) { in MaskKeyframeAnimation()
/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DSpatializer.cpp67 const std::vector<audio_channel_mask_t>& masks, size_t channelLimit = SIZE_MAX) { in getMaxChannelMask()
320 const std::vector<audio_channel_mask_t>& masks) { in channelMaskVectorToString()
502 Status Spatializer::getSpatializedChannelMasks(std::vector<int>* masks) { in getSpatializedChannelMasks()
1189 const std::vector<audio_channel_mask_t>& masks) in containsImmersiveChannelMask()
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/inc/
H A Dvpe10_cm_common.h75 struct vpe10_xfer_func_mask masks; member
100 struct cm_color_matrix_mask masks; member
/aosp_15_r20/external/libcups/scheduler/
H A 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()
951 cups_array_t *masks) /* I - Masks */ in cupsdCheckAuth()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DUSBAudioPeripheralAttributesActivity.java88 private void formatChannelIndexMasks(int[] masks, TextView tx) { in formatChannelIndexMasks()
98 private void formatChannelPositionMasks(int[] masks, boolean isInput, TextView tx) { in formatChannelPositionMasks()
/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshrec.h108 PS_Mask masks; member
117 PS_Mask_TableRec masks; member
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp577 recordLocation(uint16_t *locs, uint8_t *masks, in recordLocation()
597 recordLocationSysVal(uint16_t *locs, uint8_t *masks, in recordLocationSysVal()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
H A DLayer.java48 private final List<Mask> masks; field in Layer
69 LayerType layerType, long parentId, @Nullable String refId, List<Mask> masks, in Layer()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/
H A Dgeneric.rs59 masks: [Mask<V>; BYTES], field
80 let masks = SlimMaskBuilder::from_teddy(&teddy); in new() localVariable
392 masks: [Mask<V>; BYTES], field
413 let masks = FatMaskBuilder::from_teddy(&teddy); in new() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dcpp_regex_traits.hpp755 static const char_class_type masks[16] = in init() local
775 static const char_class_type masks[16] = in init() local
815 static const char_class_type masks[22] = in lookup_classname_imp() local
Dc_regex_traits.hpp246 static const char_class_type masks[] = in lookup_classname() local
402 static const char_class_type masks[] = in lookup_classname() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dc_regex_traits.hpp224 static const char_class_type masks[] = in lookup_classname() local
380 static const char_class_type masks[] = in lookup_classname() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py256 masks = lambda a, b: b.upper().startswith(a.upper()) function
260 masks = lambda a, b: b.startswith(a) function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/
Dhelpers.py256 masks = lambda a, b: b.upper().startswith(a.upper()) function
260 masks = lambda a, b: b.startswith(a) function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py256 masks = lambda a, b: b.upper().startswith(a.upper()) function
260 masks = lambda a, b: b.startswith(a) function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/pyparsing/
Dhelpers.py256 masks = lambda a, b: b.upper().startswith(a.upper()) function
260 masks = lambda a, b: b.startswith(a) function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pyparsing/
Dhelpers.py256 masks = lambda a, b: b.upper().startswith(a.upper()) function
260 masks = lambda a, b: b.startswith(a) function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/pyparsing/
Dhelpers.py256 masks = lambda a, b: b.upper().startswith(a.upper()) function
260 masks = lambda a, b: b.startswith(a) function

12345678910>>...12