Home | History | Annotate | Download | only in src

Lines Matching refs:dstStep

56  *   dstStep - Step of the destination buffer; must be a multiple of 4. 
71 * dstStep < 4, or dstStep is not a multiple of 4.
114 OMX_INT dstStep,
124 armRetArgErrIf((dstStep % 4) != 0, OMX_Sts_BadArgErr);
125 armRetArgErrIf((dstStep < 4), OMX_Sts_BadArgErr);
180 pDst[y*dstStep+0] = U0;
181 pDst[y*dstStep+1] = U1;
182 pDst[y*dstStep+2] = U2;
183 pDst[y*dstStep+3] = U3;
190 pDst[0*dstStep+x] = L0;
191 pDst[1*dstStep+x] = L1;
192 pDst[2*dstStep+x] = L2;
193 pDst[3*dstStep+x] = L3;
199 armVCM4P10_PredictIntraDC4x4(pSrcLeft, pSrcAbove, pDst, leftStep, dstStep, availability);
225 pDst[y*dstStep+x] = pTmp[x+y];
243 pDst[y*dstStep+x] = pTmp[3+x-y];
267 pDst[y*dstStep+x] = pTmp[3+2*x-y];
291 pDst[y*dstStep+x] = pTmp[3+2*y-x];
325 pDst[y*dstStep+x] = pTmp[2*x+y];
346 pDst[y*dstStep+x] = pTmp[x+2*y];