Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_encoder.c41 uint32_t u32Count, maxBit = 0; /* loop count*/ in SBC_Encode() local
80 if (u32Count > maxBit) maxBit = u32Count; in SBC_Encode()
115 if (u32CountSum > maxBit) maxBit = u32CountSum; in SBC_Encode()
117 if (u32CountDiff > maxBit) maxBit = u32CountDiff; in SBC_Encode()
145 pstrEncParams->s16MaxBitNeed = (int16_t)maxBit; in SBC_Encode()