Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_encoder.c205 SINT16 s16Bitpool; /*to store bit pool value*/ in SBC_Encoder_Init() local
231 s16Bitpool = (SINT16)( (pstrEncParams->u16BitRate * in SBC_Encoder_Init()
243 + (pstrEncParams->s16NumOfBlocks * s16Bitpool) ) / 8; in SBC_Encoder_Init()
250 s16Bitpool--; in SBC_Encoder_Init()
253 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()
255 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()
259 s16Bitpool = (SINT16)( ((pstrEncParams->s16NumOfSubBands * in SBC_Encoder_Init()
266 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()
268 ? (16*pstrEncParams->s16NumOfSubBands) : s16Bitpool; in SBC_Encoder_Init()