Searched refs:s16In2 (Results 1 – 1 of 1) sorted by relevance
/system/bt/embdrv/sbc/encoder/include/ |
D | sbc_dct.h | 29 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1, s32OutLow) \ argument 33 MUL s32OutLow,(SINT32)s16In2, (s32In1>>15) \ 38 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) s32OutLow = SBC_Multiply_32_16_Simpli… argument 42 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) s32OutLow=(SINT32)(((SINT64)s16In2*(S… argument 51 #define SBC_MULT_32_16_SIMPLIFIED(s16In2, s32In1 , s32OutLow) \ argument 54 s32In2Temp = (SINT32)s16In2; \
|