Home | History | Annotate | Download | only in src

Lines Matching full:bytesavailable

127                                   int * const bytesAvailable,
140 FDK_ASSERT(bytesAvailable != NULL);
142 if ( (startAnchor >= 24) && (*bytesAvailable >= 3)
173 *bytesAvailable -= (startAnchor - FDKgetValidBits(bs)) >> 3;