Searched refs:s16Bitpool (Results 1 – 1 of 1) sorted by relevance
203 SINT16 s16Bitpool; /*to store bit pool value*/ in SBC_Encoder_Init() local240 s16Bitpool = pstrEncParams->s16BitPool; in SBC_Encoder_Init()256 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()258 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()270 s16Bitpool = pstrEncParams->s16BitPool; in SBC_Encoder_Init()272 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()274 ? (16*pstrEncParams->s16NumOfSubBands) : s16Bitpool; in SBC_Encoder_Init()