Home
last modified time | relevance | path

Searched refs:SBC_MIN_BITPOOL (Results 1 – 2 of 2) sorted by relevance

/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h56 #define SBC_MIN_BITPOOL 2 /**< Minimum size of the bit allocation pool used to encode the stream … macro
/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c306 …if ((context->common.frameInfo.bitpool < SBC_MIN_BITPOOL) && !context->common.frameInfo.enhanced) { in OI_CODEC_SBC_DecodeFrame()