Searched refs:bitneeds (Results 1 – 3 of 3) sorted by relevance
/system/bt/embdrv/sbc/decoder/srce/ |
D | bitalloc.c | 119 OI_UINT8 *bitneeds, in computeBitneed() argument 150 if ((bitneeds[sb] = bits) > 1) { in computeBitneed() 175 if ((bitneeds[sb] = bits) > 1) { in computeBitneed() 247 OI_UINT32 *bitneeds, in adjustToFitBitpool() argument 271 OI_UINT32 n = bitneeds[i] + adjust4; in adjustToFitBitpool() 343 BITNEED_UNION1 *bitneeds, in oneChannelBitAllocation() argument 356 …bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcoun… in oneChannelBitAllocation() 368 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess); in oneChannelBitAllocation() 381 BITNEED_UNION1 bitneeds; in monoBitAllocation() local 385 bitcount = computeBitneed(common, bitneeds.uint8, 0, &bitpoolPreference); in monoBitAllocation() [all …]
|
D | bitalloc-sbc.c | 52 BITNEED_UNION2 bitneeds; in stereoBitAllocation() local 60 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference); in stereoBitAllocation() 61 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1, &bitpoolPreference); in stereoBitAllocation() 65 …bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitc… in stereoBitAllocation() 72 … excess = allocAdjustedBits(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess); in stereoBitAllocation() 74 … excess = allocAdjustedBits(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess); in stereoBitAllocation()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 130 OI_UINT8 *bitneeds, 135 BITNEED_UNION1 *bitneeds, 141 OI_UINT32 *bitneeds,
|