Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_encoder.c201 SINT16 s16Bitpool; /*to store bit pool value*/ in SBC_Encoder_Init() local
229 s16Bitpool = (SINT16)( (pstrEncParams->u16BitRate * in SBC_Encoder_Init()
241 + (pstrEncParams->s16NumOfBlocks * s16Bitpool) ) / 8; in SBC_Encoder_Init()
248 s16Bitpool--; in SBC_Encoder_Init()
252 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()
254 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()
257 s16Bitpool = (SINT16)( ((pstrEncParams->s16NumOfSubBands * in SBC_Encoder_Init()
264 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()
266 ? (16 * pstrEncParams->s16NumOfSubBands) : s16Bitpool; in SBC_Encoder_Init()