Searched +defs:b +defs:ab (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/psp/ |
A D | SDL_sysjoystick.c | 61 static point b = { 50, 0 }; variable 66 static SDL_INLINE void lerp (point *dest, point *a, point *b, float t) in lerp() 75 point ab, bc, cd, abbc, bccd, dest; in calc_bezier_y() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dec_sse2.c | 88 const __m128i b = _mm_sub_epi16(in0, in2); in Transform_SSE2() local 119 const __m128i b = _mm_sub_epi16(dc, T2); in Transform_SSE2() local 199 #define MUL(a, b) (((a) * (b)) >> 16) argument 262 #define FLIP_SIGN_BIT2(a, b) { \ argument 475 static WEBP_INLINE void Load8x4_SSE2(const uint8_t* const b, int stride, in Load8x4_SSE2() 720 uint8_t* const b = p - 4; in HFilter16_SSE2() local 744 uint8_t* const b = p + 2 * stride; // beginning of p1 in VFilter16i_SSE2() local 777 uint8_t* const b = p + 2; // beginning of p1 in HFilter16i_SSE2() local 892 #define AVG3(a, b, c) (((a) + 2 * (b) + (c) + 2) >> 2) argument 909 const __m128i b = _mm_subs_epu8(a, lsb); in VE4_SSE2() local [all …]
|
A D | enc_sse2.c | 86 const __m128i b = _mm_sub_epi16(in0, in2); in ITransform_SSE2() local 117 const __m128i b = _mm_sub_epi16(dc, T2); in ITransform_SSE2() local 704 #define AVG3(a, b, c) (((a) + 2 * (b) + (c) + 2) >> 2) argument 705 #define AVG2(a, b) (((a) + (b) + 1) >> 1) argument 723 const __m128i b = _mm_subs_epu8(a, lsb); in VE4_SSE2() local 805 const __m128i ab = _mm_xor_si128(ABCDEFGH, BCDEFGH_); in VL4_SSE2() local 946 const __m128i b, in SubtractAndAccumulate_SSE2() 984 static int SSE16x16_SSE2(const uint8_t* a, const uint8_t* b) { in SSE16x16_SSE2() 988 static int SSE16x8_SSE2(const uint8_t* a, const uint8_t* b) { in SSE16x8_SSE2() 995 static int SSE8x8_SSE2(const uint8_t* a, const uint8_t* b) { in SSE8x8_SSE2() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 12 …otype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=t… variable 20 …]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||d… argument 54 …ft+s.position.left;s.offset.top=s.parentData.top+s.position.top;var k=Math.abs((s._helper?s.offset… function
|
Completed in 17 milliseconds