Searched refs:MULT32 (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Dmisc.h92 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { function
99 return MULT32(x,y)<<1;
118 * For MULT32 and MULT31: The second argument is always a lookup table
124 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { function
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
173 *x = MULT32(a, t) + MULT32(
[all...]
H A Dasm_arm.h43 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) { function
53 return MULT32(x,y)<<1;
H A Dmdct.c286 s2 = MULT32(s0, T[1]) + MULT32(s1, T[0]);
287 s3 = MULT32(s1, T[1]) - MULT32(s0, T[0]);
305 s2 = MULT32(s0, T[0]) + MULT32(s1, T[1]);
306 s3 = MULT32(s1, T[0]) - MULT32(s0, T[1]);
H A Dfloor0.c182 ogg_int32_t val=MULT32(lsp[i],0x517cc2);

Completed in 144 milliseconds