Home | History | Annotate | Download | only in src

Lines Matching refs:dstStep

41  *   dstStep - Step of the destination buffer; must be a multiple of 4. 
56 * dstStep < 4, or dstStep is not a multiple of 4.
99 OMX_INT dstStep,
109 armRetArgErrIf((dstStep % 4) != 0, OMX_Sts_BadArgErr);
110 armRetArgErrIf((dstStep < 4), OMX_Sts_BadArgErr);
165 pDst[y*dstStep+0] = U0;
166 pDst[y*dstStep+1] = U1;
167 pDst[y*dstStep+2] = U2;
168 pDst[y*dstStep+3] = U3;
175 pDst[0*dstStep+x] = L0;
176 pDst[1*dstStep+x] = L1;
177 pDst[2*dstStep+x] = L2;
178 pDst[3*dstStep+x] = L3;
184 armVCM4P10_PredictIntraDC4x4(pSrcLeft, pSrcAbove, pDst, leftStep, dstStep, availability);
210 pDst[y*dstStep+x] = pTmp[x+y];
228 pDst[y*dstStep+x] = pTmp[3+x-y];
252 pDst[y*dstStep+x] = pTmp[3+2*x-y];
276 pDst[y*dstStep+x] = pTmp[3+2*y-x];
310 pDst[y*dstStep+x] = pTmp[2*x+y];
331 pDst[y*dstStep+x] = pTmp[x+2*y];