Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_packing.c63 SINT32 s32PresentBit; /* represents bit to be stored*/ in EncPacking() local
92 s32PresentBit = 8; in EncPacking()
107 s32PresentBit = 4; in EncPacking()
126 if(s32PresentBit == 4) in EncPacking()
128 s32PresentBit = 8; in EncPacking()
134 s32PresentBit = 4; in EncPacking()
182 if(s32PresentBit >= s32LoopCount) in EncPacking()
186 s32PresentBit -= s32LoopCount; in EncPacking()
190 while (s32PresentBit < s32LoopCount) in EncPacking()
192 s32LoopCount -= s32PresentBit; in EncPacking()
[all …]