Searched refs:ptBitStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_getbits.cpp110 uint32 getNbits(tmp3Bits *ptBitStream, argument
127 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
130 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
132 Elem3 = *(ptBitStream->pBuffer + module(offset + 3, BUFSIZE));
141 bitIndex = module(ptBitStream->usedBits, INBUF_BIT_WIDTH);
149 ptBitStream->usedBits += neededBits;
158 uint16 getUpTo9bits(tmp3Bits *ptBitStream, argument
168 offset = (ptBitStream
194 getUpTo17bits(tmp3Bits *ptBitStream, int32 neededBits) argument
233 get1bit(tmp3Bits *ptBitStream) argument
[all...]

Completed in 81 milliseconds