Home | History | Annotate | Download | only in src

Lines Matching refs:pDst

71  *   pDst - pointer to the coefficient buffer of current block; must be 
79 * ppBitStream, *ppBitStream, pBitOffset, pDst
82 * - pDst is not 4-byte aligned
95 OMX_S16 * pDst,
110 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
111 armRetArgErrIf(!armIs4ByteAligned(pDst), OMX_Sts_BadArgErr);
132 pDst[0] = 0;
144 pDst[0] = (OMX_S16) (fetchDCbits ^ (powOfSize - 1));
145 pDst[0] = -pDst[0];
149 pDst[0] = fetchDCbits;
163 pDst,