Home
last modified time | relevance | path

Searched refs:s16In2 (Results 1 – 1 of 1) sorted by relevance

/system/bt/embdrv/sbc/encoder/include/
Dsbc_dct.h31 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1, s32OutLow) \ argument
34 MUL s32OutLow,(int32_t)s16In2, (s32In1>>15) } \
38 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1, s32OutLow) \ argument
39 s32OutLow = SBC_Multiply_32_16_Simplified((int32_t)s16In2, s32In1);
46 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1, s32OutLow) \ argument
47 s32OutLow = (int32_t)(((int64_t)(s16In2) * (int64_t)(s32In1)) >> 15);
56 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1, s32OutLow) \ argument
59 s32In2Temp = (int32_t)s16In2; \