Searched refs:s16BitPool (Results 1 – 6 of 6) sorted by relevance
253 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool; in SBC_Encoder_Init()255 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool; in SBC_Encoder_Init()266 pstrEncParams->s16BitPool = (s16Bitpool > in SBC_Encoder_Init()271 if (pstrEncParams->s16BitPool < 0) in SBC_Encoder_Init()272 pstrEncParams->s16BitPool = 0; in SBC_Encoder_Init()303 pstrEncParams->u16BitRate, pstrEncParams->s16BitPool); in SBC_Encoder_Init()
57 SINT32 s32BitPool = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_ste()
119 s32BitCount = pstrCodecParams->s16BitPool; in sbc_enc_bit_alloc_mono()
88 *pu8PacketPtr = (UINT8)(pstrEncParams->s16BitPool & 0x00FF); in EncPacking()
1855 APPL_TRACE_DEBUG("%s bit pool %d", __func__, btif_media_cb.encoder.s16BitPool); in btif_media_task_enc_init()1873 SINT16 s16BitPool = 0; in btif_media_task_enc_update() local1935 s16BitPool = (SINT16)((pstrEncParams->u16BitRate * in btif_media_task_enc_update()1947 + (pstrEncParams->s16NumOfBlocks * s16BitPool)) / 8; in btif_media_task_enc_update()1954 s16BitPool--; in btif_media_task_enc_update()1957 s16BitPool = (s16BitPool > 255) ? 255 : s16BitPool; in btif_media_task_enc_update()1959 s16BitPool = (s16BitPool > 128) ? 128 : s16BitPool; in btif_media_task_enc_update()1961 s16BitPool = (SINT16)(((pstrEncParams->s16NumOfSubBands * in btif_media_task_enc_update()1968 pstrEncParams->s16BitPool = in btif_media_task_enc_update()1969 (s16BitPool > (16 * pstrEncParams->s16NumOfSubBands)) ? in btif_media_task_enc_update()[all …]
162 SINT16 s16BitPool; /* 16*numOfSb for mono & dual; member