Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_encoder.c43 UINT32 u32Count, maxBit = 0; /* loop count*/ in SBC_Encoder() local
97 if (u32Count > maxBit) { in SBC_Encoder()
98 maxBit = u32Count; in SBC_Encoder()
142 if (u32CountSum > maxBit) { in SBC_Encoder()
143 maxBit = u32CountSum; in SBC_Encoder()
146 if (u32CountDiff > maxBit) { in SBC_Encoder()
147 maxBit = u32CountDiff; in SBC_Encoder()
176 pstrEncParams->s16MaxBitNeed = (SINT16)maxBit; in SBC_Encoder()