Home
last modified time | relevance | path

Searched refs:L2 (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/
A Darm_rfft_q31.c81 uint32_t L2 = S->fftLenReal >> 1; in arm_rfft_q31() local
87 arm_split_rifft_q31(pSrc, L2, S->pTwiddleAReal, in arm_rfft_q31()
106 arm_split_rfft_q31(pSrc, L2, S->pTwiddleAReal, in arm_rfft_q31()
A Darm_rfft_q15.c81 uint32_t L2 = S->fftLenReal >> 1; in arm_rfft_q15() local
87 arm_split_rifft_q15(pSrc, L2, S->pTwiddleAReal, in arm_rfft_q15()
106 arm_split_rfft_q15(pSrc, L2, S->pTwiddleAReal, in arm_rfft_q15()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c620 jge L2 in _alldiv()
628 L2: in _alldiv()
704 jmp L2 in _aulldiv()
735 L2: in _aulldiv()
765 jge L2 in _allrem()
772 L2: in _allrem()
848 jmp L2 in _aullrem()
882 L2: in _aullrem()
914 jge L2 in _alldvrm()
922 L2: in _alldvrm()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dpow.c71 L2 = 4.28571428578550184252e-01, /* 0x3FDB6DB6, 0xDB6FABFF */ variable
255 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in pow()
/AliOS-Things-master/components/SDL2/src/libm/
A De_pow.c82 L2 = 4.28571428578550184252e-01, /* 0x3FDB6DB6, 0xDB6FABFF */ variable
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Denc_msa.c419 const v8i16 L2 = (v8i16)__msa_fill_h(top[-4]); in TM4() local
425 ADD4(d, L0, d, L1, d, L2, d, L3, r0, r1, r2, r3); in TM4()
471 const v16u8 L2 = (v16u8)__msa_fill_b(left[2]); in HorizontalPred16x16() local
473 ST_UB4(L0, L1, L2, L3, dst, BPS); in HorizontalPred16x16()
499 const v8i16 L2 = (v8i16)__msa_fill_h(left[j + 2]); in TrueMotion16x16() local
501 ADD4(d1, L0, d1, L1, d1, L2, d1, L3, r0, r1, r2, r3); in TrueMotion16x16()
502 ADD4(d2, L0, d2, L1, d2, L2, d2, L3, r4, r5, r6, r7); in TrueMotion16x16()
593 const v16u8 L2 = (v16u8)__msa_fill_b(left[2]); in HorizontalPred8x8() local
597 const uint64_t out2 = __msa_copy_s_d((v2i64)L2, 0); in HorizontalPred8x8()
A Ddec_neon.c1288 const uint16x8_t L2 = vmovl_u8(vld1_u8(dst + 2 * BPS - 1)); in DC4_NEON() local
1291 const uint16x8_t s1 = vaddq_u16(L2, L3); in DC4_NEON()
1312 const int16x8_t L2 = ConvertU8ToS16_NEON(vld1_dup_u8(dst + 2 * BPS - 1)); in TrueMotion_NEON() local
1316 const int16x8_t r2 = vaddq_s16(L2, d); in TrueMotion_NEON()
1439 const uint16x8_t L2 = vmovl_u8(vld1_u8(dst + 2 * BPS - 1)); in DC8_NEON() local
1446 const uint16x8_t s1 = vaddq_u16(L2, L3); in DC8_NEON()
1521 const uint16x8_t L2 = vmovl_u8(vld1_u8(dst + (i + 2) * BPS - 1)); in DC16_NEON() local
1528 const uint16x8_t s1 = vaddq_u16(L2, L3); in DC16_NEON()
1574 const int16x8_t L2 = ConvertU8ToS16_NEON(vld1_dup_u8(dst + 2 * BPS - 1)); in TM16_NEON() local
1578 const int16x8_t r2_lo = vaddq_s16(L2, d_lo); in TM16_NEON()
[all …]
A Ddec_msa.c696 const v8i16 L2 = (v8i16)__msa_fill_h(ptemp[3 * BPS]); in TM4() local
702 ADD4(d, L0, d, L1, d, L2, d, L3, r0, r1, r2, r3); in TM4()
808 const v8i16 L2 = (v8i16)__msa_fill_h(dst[-1 + 2 * BPS]); in TM16() local
810 ADD4(d1, L0, d1, L1, d1, L2, d1, L3, r0, r1, r2, r3); in TM16()
811 ADD4(d2, L0, d2, L1, d2, L2, d2, L3, r4, r5, r6, r7); in TM16()
831 const v16u8 L2 = (v16u8)__msa_fill_b(dst[-1 + 2 * BPS]); in HE16() local
833 ST_UB4(L0, L1, L2, L3, dst, BPS); in HE16()
929 const v16u8 L2 = (v16u8)__msa_fill_b(dst[-1 + 2 * BPS]); in HE8uv() local
933 const uint64_t out2 = __msa_copy_s_d((v2i64)L2, 0); in HE8uv()
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_archflag.m4118 AX_GCC_X86_CPUID(0x80000006) # L2 cache size
120 *:*:*[[1-9a-f]]??????:*) # (L2 = ecx >> 16) >= 256
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c150 L2 = 4.2857143283e-01f, /* 0x3edb6db7 */ variable
306 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in powf()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb547 "id": "2pQnN0i_-0L2"
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm17 …,&�/)�1(�3(�4+�9,�5+�6*�6*�9+�:*�7*�>-�V?�t]Ӫ�ϼ��п����ɰڑn֍l�ì�δ�§�{]�F)�I0�L2�4%�2#�7&�:'�?,�4(�2%…
29 ��'v^0��J�L2�t jo �&)�HA�98�/2�"�
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm5 …=77<67<6495273162/40-2.,1-+0,+/.,0/,0/-10.21.21.23-12,01):'/@-6H2;M5=O7<N4:L2:L25G-7I1:L6<M::K96G7…

Completed in 54 milliseconds