Searched refs:s16BitPool (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c345 pstrEncParams->s16BitPool = (s16Bitpool > 255) ? 255 : s16Bitpool;
347 pstrEncParams->s16BitPool = (s16Bitpool > 128) ? 128 : s16Bitpool;
358 pstrEncParams->s16BitPool = (s16Bitpool >
363 if (pstrEncParams->s16BitPool < 0)
364 pstrEncParams->s16BitPool = 0;
395 pstrEncParams->u16BitRate, pstrEncParams->s16BitPool);
H A Dsbc_enc_bit_alloc_mono.c119 s32BitCount = pstrCodecParams->s16BitPool;
H A Dsbc_enc_bit_alloc_ste.c57 SINT32 s32BitPool = pstrCodecParams->s16BitPool;
H A Dsbc_packing.c88 *pu8PacketPtr = (UINT8)(pstrEncParams->s16BitPool & 0x00FF);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c1862 APPL_TRACE_DEBUG("btif_media_task_enc_init bit pool %d", btif_media_cb.encoder.s16BitPool);
1880 SINT16 s16BitPool = 0; local
1923 s16BitPool = (SINT16)( (pstrEncParams->u16BitRate *
1935 + (pstrEncParams->s16NumOfBlocks * s16BitPool) ) / 8;
1942 s16BitPool--;
1945 s16BitPool = (s16BitPool > 255) ? 255 : s16BitPool;
1947 s16BitPool = (s16BitPool > 12
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/encoder/include/
H A Dsbc_encoder.h162 SINT16 s16BitPool; /* 16*numOfSb for mono & dual; member in struct:SBC_ENC_PARAMS_TAG

Completed in 95 milliseconds