Searched refs:MULT31 (Results 1 - 4 of 4) sorted by relevance
/external/tremolo/Tremolo/ |
H A D | misc.h | 98 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) { function 118 * For MULT32 and MULT31: The second argument is always a lookup table 128 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) { function 161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \ 162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); } 164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \ 165 *(_y)=MULT31(_ [all...] |
H A D | mdct.c | 135 x[ 0] = MULT31((s0 - s1) , cPI2_8); 136 x[ 1] = MULT31((s2 + s3) , cPI2_8); 137 x[ 2] = MULT31((s0 + s1) , cPI2_8); 138 x[ 3] = MULT31((s3 - s2) , cPI2_8); 170 x[ 4] = MULT31((s0 - s1) , cPI2_8); 171 x[ 5] = MULT31((s3 + s2) , cPI2_8); 172 x[ 6] = MULT31((s0 + s1) , cPI2_8); 173 x[ 7] = MULT31((s3 - s2) , cPI2_8); 525 *out = CLIP_TO_15((MULT31(*--r,*--wR) + MULT31(* [all...] |
H A D | asm_arm.h | 52 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) { function
|
H A D | floor0.c | 174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1); 340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
|
Completed in 858 milliseconds