Home | History | Annotate | Download | only in src

Lines Matching refs:iHeight

50  *  [in]    iHeight     Height of the current block
63 OMX_U32 iHeight
68 for (y = 0; y < iHeight; y++)
92 * [in] iHeight Height of the current block
110 OMX_U32 iHeight,
141 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
147 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
152 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
159 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
164 (pDst, pSrcHalfHor, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
171 (pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
177 (pSrcHalfVer, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
180 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
186 (pSrcHalfHor, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
189 (pDst, pBuf1, iDstStep, iWidth, pDst, iDstStep, iWidth, iHeight);
196 (pSrcHalfHor, iSrcStep, pBuf1, iWidth, iWidth, iHeight);
199 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight);
202 (pBuf1, pDst, iWidth, iDstStep, pDst, iDstStep, iWidth, iHeight);