Home
last modified time | relevance | path

Searched refs:s16AllocationMethod (Results 1 – 4 of 4) sorted by relevance

/libsbc-latest/encoder/include/
Dsbc_encoder.h169 int16_t s16AllocationMethod; /* loudness or SNR*/ member
/libsbc-latest/encoder/srce/
Dsbc_enc_bit_alloc_ste.c60 if (pstrCodecParams->s16AllocationMethod == SBC_SNR) { in sbc_enc_bit_alloc_ste()
Dsbc_enc_bit_alloc_mono.c66 if (pstrCodecParams->s16AllocationMethod == SBC_SNR) { in sbc_enc_bit_alloc_mono()
Dsbc_encoder.c259 HeaderParams |= ((pstrEncParams->s16AllocationMethod & 1) << 1); in SBC_Encoder_Init()