Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/encoder/srce/
Dsbc_packing.c65 SINT32 s32PresentBit; /* represents bit to be stored*/ in EncPacking() local
101 s32PresentBit = 8; in EncPacking()
113 s32PresentBit = 4; in EncPacking()
129 if (s32PresentBit == 4) { in EncPacking()
130 s32PresentBit = 8; in EncPacking()
134 s32PresentBit = 4; in EncPacking()
179 if (s32PresentBit >= s32LoopCount) { in EncPacking()
182 s32PresentBit -= s32LoopCount; in EncPacking()
184 while (s32PresentBit < s32LoopCount) { in EncPacking()
185 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]