Searched refs:U0 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_radix4_q15.c | 685 T0 = __SSAT(T0 + U0, 16u); in arm_radix4_butterfly_q15() 723 U0 = pSrc16[i3 * 2u] >> 2; in arm_radix4_butterfly_q15() 726 T0 = __SSAT(T0 - U0, 16); in arm_radix4_butterfly_q15() 833 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_q15() 875 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_q15() 958 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_q15() 985 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_q15() 1737 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_inverse_q15() 1772 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_inverse_q15() 1854 U0 = pSrc16[i3 * 2u]; in arm_radix4_butterfly_inverse_q15() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | yuv_sse41.c | 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE41() 58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE41() 90 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE41() 101 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE41() 510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local 523 U0 = _mm_packus_epi16(U0, U1); in ConvertARGBToUV_SSE41() 528 U0 = _mm_avg_epu8(U0, prev_u); in ConvertARGBToUV_SSE41() 531 STORE_16(U0, u); in ConvertARGBToUV_SSE41() 576 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE41() local 578 ConvertRGBToUV_SSE41(&r, &g, &b, &U0, &V0); in ConvertRGBA32ToUV_SSE41() [all …]
|
A D | yuv_sse2.c | 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE2() 58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE2() 90 ConvertYUV444ToRGB_SSE2(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE2() 101 ConvertYUV444ToRGB_SSE2(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE2() 664 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE2() local 677 U0 = _mm_packus_epi16(U0, U1); in ConvertARGBToUV_SSE2() 682 U0 = _mm_avg_epu8(U0, prev_u); in ConvertARGBToUV_SSE2() 685 STORE_16(U0, u); in ConvertARGBToUV_SSE2() 720 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE2() local 722 ConvertRGBToUV_SSE2(&r, &g, &b, &U0, &V0); in ConvertRGBA32ToUV_SSE2() [all …]
|
A D | upsampling_neon.c | 143 const int16x8_t U0 = vreinterpretq_s16_u16(vshll_n_u8(u, 7)); \ 147 const int16x8_t G0 = vqdmulhq_lane_s16(U0, coeff1, 2); \ 149 const int16x8_t B0 = vqdmulhq_n_s16(U0, 282); \ 157 const int16x8_t B3 = vqaddq_s16(B2, U0); \
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_tools_enc.c | 208 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local 234 u_ptr[x] = BLEND_10BIT(U0, u_ptr[x], alpha); in WebPBlendAlpha() 239 u_ptr[x] = BLEND_10BIT(U0, u_ptr[x], alpha); in WebPBlendAlpha()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 22 …�cG�C*�4%�/#�/#�)23@O]a"Z+[+Z( Z0 a=$Z6T=I6IJ$Wn4c�C[4U0kB!wl9��j��[��a�ݝ���… 302 Ze(j1$n5'v@,�U0�d8�p9�f5{X0sI+mI*pS-sZ3tg6x|?{�@z�Bw~<ut9{{;{t;~x={y<uu=pP/rB0p7,k$ ngeg%…
|
Completed in 18 milliseconds