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.c298 SINT16 s16Bitpool; /*to store bit pool value*/ in SBC_Encoder_Init() local
324 s16Bitpool = (SINT16)( (pstrEncParams->u16BitRate * in SBC_Encoder_Init()
336 + (pstrEncParams->s16NumOfBlocks * s16Bitpool) ) / 8; in SBC_Encoder_Init()
343 s16Bitpool--; in SBC_Encoder_Init()
346 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()
348 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()
352 s16Bitpool = (SINT16)( ((pstrEncParams->s16NumOfSubBands * in SBC_Encoder_Init()
359 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()
361 ? (16*pstrEncParams->s16NumOfSubBands) : s16Bitpool; in SBC_Encoder_Init()