Home | History | Annotate | Download | only in src

Lines Matching refs:pBitOffset

42  *   pBitOffset - index of the first free (next available) bit in the stream 
61 * pBitOffset - updated index of the next available bit position in stream
69 * *ppBitStream, pBitOffset, pMVCurMB
70 * - *pBitOffset < 0, or *pBitOffset >7.
77 OMX_INT *pBitOffset,
96 armRetArgErrIf(pBitOffset == NULL, OMX_Sts_BadArgErr);
98 armRetArgErrIf(((*pBitOffset < 0) || (*pBitOffset > 7)), OMX_Sts_BadArgErr);
187 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMVD[index]);
190 armPackBits (ppBitStream, pBitOffset, mvHorResidual, (fcodeForward -1));
199 armPackVLC32 (ppBitStream, pBitOffset, armVCM4P2_aVlcMVD[index]);
202 armPackBits (ppBitStream, pBitOffset, mvVerResidual, (fcodeForward -1));