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

  /system/bt/embdrv/sbc/decoder/srce/
bitalloc.c 115 * @param bitneed Array to return bitneeds for each subband
124 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT* common, uint8_t* bitneeds,
147 bitneeds[sb] = bits;
148 if (bitneeds[sb] > 1) {
173 bitneeds[sb] = bits;
174 if (bitneeds[sb] > 1) {
192 * OI_INT bits = bitadjust + bitneeds[s];
226 * Computes adjustment +/- of bitneeds to fill bitpool and returns overall
231 * @param bitneeds An array of bit needs (more acturately allocation
245 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds,
368 BITNEED_UNION1 bitneeds; local
    [all...]
bitalloc-sbc.c 51 BITNEED_UNION2 bitneeds; local
59 bitcount = computeBitneed(common, &bitneeds.uint8[0], 0, &bitpoolPreference);
60 bitcount += computeBitneed(common, &bitneeds.uint8[nrof_subbands], 1,
65 bitadjust = adjustToFitBitpool(common->frameInfo.bitpool, bitneeds.uint32,
74 bitneeds.uint8[sbL] + bitadjust, excess);
77 bitneeds.uint8[sbR] + bitadjust, excess);
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 136 OI_UINT computeBitneed(OI_CODEC_SBC_COMMON_CONTEXT* common, uint8_t* bitneeds,
140 BITNEED_UNION1* bitneeds, OI_UINT ch,
143 OI_INT adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds,

Completed in 349 milliseconds