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 73 excess = allocAdjustedBits(&common->bits.uint8[sbL],
76 excess = allocAdjustedBits(&common->bits.uint8[sbR],
bitalloc.c 300 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess) {
356 excess = allocAdjustedBits(&allocBits[sb], bitneeds->uint8[sb] + bitadjust,
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 147 INLINE OI_INT allocAdjustedBits(uint8_t* dest, OI_INT bits, OI_INT excess);

Completed in 115 milliseconds