Lines Matching refs:SINT16
30 SINT16 EncMaxShiftCounter;
44 SINT16 *ps16ScfL; in SBC_Encoder()
95 *ps16ScfL++ = (SINT16)u32Count; in SBC_Encoder()
140 … if ( (*ps16ScfL + *(ps16ScfL+s32NumOfSubBands)) > (SINT16)(u32CountSum + u32CountDiff) ) in SBC_Encoder()
149 *ps16ScfL = (SINT16)u32CountSum; in SBC_Encoder()
150 *(ps16ScfL+s32NumOfSubBands) = (SINT16)u32CountDiff; in SBC_Encoder()
178 pstrEncParams->s16MaxBitNeed = (SINT16)maxBit; in SBC_Encoder()
205 SINT16 s16Bitpool; /*to store bit pool value*/ in SBC_Encoder_Init()
206 SINT16 s16BitRate; /*to store bitrate*/ in SBC_Encoder_Init()
207 SINT16 s16FrameLen; /*to store frame length*/ in SBC_Encoder_Init()
231 s16Bitpool = (SINT16)( (pstrEncParams->u16BitRate * in SBC_Encoder_Init()
259 s16Bitpool = (SINT16)( ((pstrEncParams->s16NumOfSubBands * in SBC_Encoder_Init()