HomeSort by relevance Sort by last modified time
    Searched defs:MULT31 (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
asm_arm.h 52 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) {
misc.h 98 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) {
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) {
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(_b,_t)+MULT31(_a,_v);
    [all...]

Completed in 143 milliseconds