OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocAdjustedBits
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
bitalloc-sbc.c
72
excess =
allocAdjustedBits
(&common->bits.uint8[sbL], bitneeds.uint8[sbL] + bitadjust, excess);
74
excess =
allocAdjustedBits
(&common->bits.uint8[sbR], bitneeds.uint8[sbR] + bitadjust, excess);
bitalloc.c
304
INLINE OI_INT
allocAdjustedBits
(OI_UINT8 *dest,
368
excess =
allocAdjustedBits
(&allocBits[sb], bitneeds->uint8[sb] + bitadjust, excess);
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h
146
INLINE OI_INT
allocAdjustedBits
(OI_UINT8 *dest,
Completed in 262 milliseconds