Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 6 of 6) sorted by relevance

/libsbc-latest/decoder/srce/
Ddecoder-oina.c40 uint8_t blocks, uint8_t alloc, uint8_t maxBitpool) { in OI_CODEC_SBC_DecoderConfigureRaw() argument
67 if (alloc > SBC_SNR) { in OI_CODEC_SBC_DecoderConfigureRaw()
80 context->common.frameInfo.alloc = alloc; in OI_CODEC_SBC_DecoderConfigureRaw()
Dframing-sbc.c52 printf(" alloc: %s\n", OI_CODEC_SBC_AllocText[frameInfo->alloc]); in OI_CODEC_SBC_DumpConfig()
Ddecoder-private.c107 frame->alloc = (d1 & BIT1) >> 1; in OI_SBC_ReadHeader()
Dbitalloc.c139 if (common->frameInfo.alloc == SBC_SNR) { in computeBitneed()
Ddecoder-sbc.c248 context->common.frameInfo.alloc = SBC_LOUDNESS; in OI_CODEC_SBC_DecoderConfigureMSbc()
/libsbc-latest/decoder/include/
Doi_codec_sbc.h178 uint8_t alloc; /**< The bit allocation method. Input parameter. */ member
331 uint8_t blocks, uint8_t alloc, uint8_t maxBitpool);