Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dbitalloc-sbc.c83 excess = allocExcessBits(&common->bits.uint8[sbL], excess); in stereoBitAllocation()
88 excess = allocExcessBits(&common->bits.uint8[sbR], excess); in stereoBitAllocation()
Dbitalloc.c323 INLINE OI_INT allocExcessBits(uint8_t* dest, OI_INT excess) { in allocExcessBits() function
362 excess = allocExcessBits(&allocBits[sb], excess); in oneChannelBitAllocation()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h149 INLINE OI_INT allocExcessBits(uint8_t* dest, OI_INT excess);