Searched refs:bitpool (Results 1 – 8 of 8) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 59 uint16_t nbits = frame->nrof_blocks * frame->bitpool; in internal_CalculateFramelen() 245 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, in adjustToFitBitpool() argument 249 OI_INT bitadjust = (bitcount > bitpool) ? -8 : 8; in adjustToFitBitpool() 255 while ((bitcount != bitpool) && chop) { in adjustToFitBitpool() 281 if (count > bitpool) { in adjustToFitBitpool() 290 *excess = bitpool - bitcount; in adjustToFitBitpool() 343 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, in oneChannelBitAllocation()
|
D | decoder-oina.c | 82 context->common.frameInfo.bitpool = maxBitpool; in OI_CODEC_SBC_DecoderConfigureRaw() 94 uint8_t bitpool, const OI_BYTE** frameData, in OI_CODEC_SBC_DecodeRaw() argument 97 return internal_DecodeRaw(context, bitpool, frameData, frameBytes, pcmData, in OI_CODEC_SBC_DecodeRaw()
|
D | decoder-sbc.c | 196 uint8_t bitpool, const OI_BYTE** frameData, in internal_DecodeRaw() argument 208 context->common.frameInfo.bitpool = bitpool; in internal_DecodeRaw() 324 if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && in OI_CODEC_SBC_DecodeFrame() 327 context->common.frameInfo.bitpool)); in OI_CODEC_SBC_DecodeFrame() 330 if (context->common.frameInfo.bitpool > in OI_CODEC_SBC_DecodeFrame() 333 context->common.frameInfo.bitpool, in OI_CODEC_SBC_DecodeFrame()
|
D | framing-sbc.c | 54 printf(" bitpool: %d\n", frameInfo->bitpool); in OI_CODEC_SBC_DumpConfig()
|
D | bitalloc-sbc.c | 65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, in stereoBitAllocation() 101 OI_ASSERT(common->frameInfo.bitpool <= OI_SBC_MaxBitpool(&common->frameInfo)); in OI_SBC_ComputeBitAllocation()
|
D | decoder-private.c | 121 frame->bitpool = data[2]; in OI_SBC_ReadHeader()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc.h | 177 uint8_t bitpool; /**< Size of the bit allocation pool used to encode the member 363 uint8_t bitpool, const OI_BYTE** frameData,
|
D | oi_codec_sbc_private.h | 143 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds, 160 uint8_t bitpool, const OI_BYTE** frameData,
|