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

/external/speex/libspeex/
H A Dbits.c79 bits->charPtr=0;
97 bits->charPtr=0;
104 bits->charPtr=0;
142 bits->charPtr=0;
150 if (bits->charPtr>0)
151 SPEEX_MOVE(bits->chars, &bits->chars[bits->charPtr], nchars-bits->charPtr);
152 bits->nbBits -= bits->charPtr<<LOG2_BITS_PER_CHAR;
153 bits->charPtr=0;
192 int charPtr, bitPt local
308 int bitPtr, charPtr; local
[all...]
/external/speex/include/speex/
H A Dspeex_bits.h52 int charPtr; /**< Position of the byte "cursor" */ member in struct:SpeexBits

Completed in 67 milliseconds