Searched defs:bcnt (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c212 M4OSA_Int32 bcnt; local
214 bcnt = p_bs->i8BitCnt;
223 if( bcnt > 24 )
231 if( bcnt < (int)(p_bs->numBitsInBuffer - p_bs->bitPos) )
245 p_bs->ui32TempBuff |= *(pbs)++ << (24 - bcnt);
246 bcnt += 8;
247 } while ( bcnt <= 24 );
250 p_bs->i8BitCnt = bcnt;
268 M4OSA_UInt32 bcnt; local
270 bcnt
[all...]

Completed in 503 milliseconds