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

  /system/bt/embdrv/sbc/decoder/srce/
bitalloc.c 187 * Explanation of the adjustToFitBitpool inner loop.
246 OI_INT adjustToFitBitpool(const OI_UINT bitpool,
356 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds->uint32, nrof_subbands, bitcount, &ex);
bitalloc-sbc.c 65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32, 2 * nrof_subbands, bitcount, &ex);
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 140 OI_INT adjustToFitBitpool(const OI_UINT bitpool,

Completed in 62 milliseconds