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

  /system/bt/embdrv/sbc/decoder/srce/
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);
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...]

Completed in 156 milliseconds