Home | History | Annotate | Download | only in src

Lines Matching refs:pDst

30  * [out] pDst		Destination 4x4 block
33 void armVCM4P10_FwdTransformResidual4x4(OMX_S16* pDst, OMX_S16 *pSrc)
52 pDst[i+0] = (OMX_S16)f0;
53 pDst[i+1] = (OMX_S16)f1;
54 pDst[i+2] = (OMX_S16)f2;
55 pDst[i+3] = (OMX_S16)f3;
61 int f0 = pDst[i+0];
62 int f1 = pDst[i+4];
63 int f2 = pDst[i+8];
64 int f3 = pDst[i+12];
73 pDst[i+0] = (OMX_S16) h0;
74 pDst[i+4] = (OMX_S16) h1;
75 pDst[i+8] = (OMX_S16) h2;
76 pDst[i+12] = (OMX_S16) h3;