Searched refs:abbc (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/psp/ |
A D | SDL_sysjoystick.c | 75 point ab, bc, cd, abbc, bccd, dest; in calc_bezier_y() local 79 lerp (&abbc, &ab, &bc, t); /* point between ab and bc */ in calc_bezier_y() 81 lerp (&dest, &abbc, &bccd, t); /* point on the bezier-curve */ in calc_bezier_y()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dec_sse2.c | 970 const __m128i abbc = _mm_or_si128(ab, bc); in VL4_SSE2() local 971 const __m128i lsb2 = _mm_and_si128(abbc, lsb1); in VL4_SSE2()
|
A D | enc_sse2.c | 807 const __m128i abbc = _mm_or_si128(ab, bc); in VL4_SSE2() local 808 const __m128i lsb2 = _mm_and_si128(abbc, lsb1); in VL4_SSE2()
|
Completed in 13 milliseconds