Searched refs:s03 (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | j1.c | 109 s03 = 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */ variable 129 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1()
|
D | j1f.c | 60 s03 = 1.1771846857e-06, /* 0x359dffc2 */ variable 80 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1f()
|
/third_party/musl/src/math/ |
D | j1.c | 109 s03 = 1.17718464042623683263e-06, /* 0x3EB3BFF8, 0x333F8498 */ variable 129 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1()
|
D | j1f.c | 60 s03 = 1.1771846857e-06, /* 0x359dffc2 */ variable 80 s = 1+z*(s01+z*(s02+z*(s03+z*(s04+z*s05)))); in j1f()
|
/third_party/openh264/test/encoder/ |
D | EncUT_EncoderMbAux.cpp | 158 const int s03 = iDiff[i][0] - iDiff[i][3]; in Sub4x4DctAnchor() local 161 tmp[1][i] = 2 * s03 + s12; in Sub4x4DctAnchor() 163 tmp[3][i] = s03 - 2 * s12; in Sub4x4DctAnchor() 168 const int s03 = tmp[i][0] - tmp[i][3]; in Sub4x4DctAnchor() local 171 iDct[i][1] = 2 * s03 + s12; in Sub4x4DctAnchor() 173 iDct[i][3] = s03 - 2 * s12; in Sub4x4DctAnchor()
|
/third_party/openh264/codec/common/x86/ |
D | dct.asm | 438 punpckhqdq %2, %1 ; s03 = [x0+x3,x0-x3] 441 pmullw %1, [pic(wels_4xp1w_4xp2w)] ; [s03[0],2*s03[1]] 442 paddw %1, %3 ; [y0,y1] = [s03[0]+s12[0],2*s03[1]+s12[1]] 444 psubw %2, %3 ; [y2,y3] = [s03[0]-s12[0],s03[1]-2*s12[1]]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse2.c | 233 const __m128i s03 = _mm_packs_epi32(tmp0, tmp2); in FTransformPass1_SSE2() local 235 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... in FTransformPass1_SSE2() 236 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 in FTransformPass1_SSE2()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse2.c | 233 const __m128i s03 = _mm_packs_epi32(tmp0, tmp2); in FTransformPass1_SSE2() local 235 const __m128i s_lo = _mm_unpacklo_epi16(s03, s12); // 0 1 0 1 0 1... in FTransformPass1_SSE2() 236 const __m128i s_hi = _mm_unpackhi_epi16(s03, s12); // 2 3 2 3 2 3 in FTransformPass1_SSE2()
|