Home
last modified time | relevance | path

Searched refs:shuffle (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_neon.c41 return vcombine_u8(vtbl1q_u8(argb, vget_low_u8(shuffle)), in DoGreenShuffle_NEON()
42 vtbl1q_u8(argb, vget_high_u8(shuffle))); in DoGreenShuffle_NEON()
49 const uint8x8_t shuffle) { in DoGreenShuffle_NEON() argument
50 return vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle), in DoGreenShuffle_NEON()
51 vtbl1_u8(vget_high_u8(argb), shuffle)); in DoGreenShuffle_NEON()
59 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local
61 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in SubtractGreenFromBlueAndRed_NEON() local
65 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle); in SubtractGreenFromBlueAndRed_NEON()
96 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColor_NEON() local
99 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColor_NEON() local
[all …]
A Dlossless_neon.c77 const uint8x8_t shuffle = vld1_u8(kRGBAShuffle); in ConvertBGRAToRGBA_NEON() local
80 vst1_u8(dst, vtbl1_u8(pixels, shuffle)); in ConvertBGRAToRGBA_NEON()
510 return vcombine_u8(vtbl1q_u8(argb, vget_low_u8(shuffle)), in DoGreenShuffle_NEON()
511 vtbl1q_u8(argb, vget_high_u8(shuffle))); in DoGreenShuffle_NEON()
519 return vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle), in DoGreenShuffle_NEON()
520 vtbl1_u8(vget_high_u8(argb), shuffle)); in DoGreenShuffle_NEON()
528 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
530 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); in AddGreenToBlueAndRed_NEON() local
566 const uint8x16_t shuffle = vld1q_u8(kg0g0); in TransformColorInverse_NEON() local
569 const uint8x8_t shuffle = vld1_u8(k0g0g); in TransformColorInverse_NEON() local
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dsse_tensor_utils.cc53 __m128i shuffle = _mm_unpackhi_epi64(acc, acc); in ReduceInt32x4() local
55 acc = _mm_add_epi32(acc, shuffle); in ReduceInt32x4()
57 shuffle = _mm_shuffle_epi32(acc, _MM_SHUFFLE(2, 3, 0, 1)); in ReduceInt32x4()
59 acc = _mm_add_epi32(acc, shuffle); in ReduceInt32x4()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Davrcp_api.h827 avrcp_shuffle_value_t shuffle; member
840 avrcp_shuffle_string_t shuffle; /* Shuffle mode status */ member
1032 avrcp_shuffle_value_t shuffle; member
1179 avrcp_shuffle_value_t shuffle; member
1281 avrcp_shuffle_value_t shuffle; member
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data.py317 random.shuffle(unknown_index[set_index])
322 random.shuffle(self.data_index[set_index])
A Dgenerate_streaming_test_wav.py149 np.random.shuffle(index_lookup)
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_yuv.c1227 #define PACKED4_TO_PACKED4_ROW_SSE2(shuffle) … argument
1232 … lo = _mm_shufflelo_epi16(lo, shuffle); \
1233 … lo = _mm_shufflehi_epi16(lo, shuffle); \
1234 … hi = _mm_shufflelo_epi16(hi, shuffle); \
1235 … hi = _mm_shufflehi_epi16(hi, shuffle); \
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtest.h1068 Eigen::array<int, 2> shuffle(DstOrder == Order::kColMajor ? 0 : 1,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3159 985d3da6 Merge "shuffle variables in HashChainFindCopy" into 0.2.0
3160 cdf885c6 shuffle variables in HashChainFindCopy

Completed in 30 milliseconds