HomeSort by relevance Sort by last modified time
    Searched refs:allocAdjustedBits (Results 1 - 3 of 3) sorted by null

  /system/bt/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);
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 146 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest,

Completed in 44 milliseconds