Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance
40 uint8_t blocks, uint8_t alloc, uint8_t maxBitpool) { in OI_CODEC_SBC_DecoderConfigureRaw() argument67 if (alloc > SBC_SNR) { in OI_CODEC_SBC_DecoderConfigureRaw()80 context->common.frameInfo.alloc = alloc; in OI_CODEC_SBC_DecoderConfigureRaw()
52 printf(" alloc: %s\n", OI_CODEC_SBC_AllocText[frameInfo->alloc]); in OI_CODEC_SBC_DumpConfig()
107 frame->alloc = (d1 & BIT1) >> 1; in OI_SBC_ReadHeader()
139 if (common->frameInfo.alloc == SBC_SNR) { in computeBitneed()
248 context->common.frameInfo.alloc = SBC_LOUDNESS; in OI_CODEC_SBC_DecoderConfigureMSbc()
178 uint8_t alloc; /**< The bit allocation method. Input parameter. */ member331 uint8_t blocks, uint8_t alloc, uint8_t maxBitpool);