Home | History | Annotate | Download | only in src

Lines Matching refs:iWidth

52  *  [in]    iWidth      Width of the current block
66 OMX_U32 iWidth,
81 * Buf contains a 2D array of size (iWidth)X(iHeight + 5)
85 for (x = 0; x < iWidth; x++)
95 Buf [y * iWidth + x] = (OMX_S16)HalfCoeff;
102 for (x = 0; x < iWidth; x++)
104 pos = y * iWidth + x;
107 5 * Buf [pos + 1 * iWidth] +
108 20 * Buf [pos + 2 * iWidth] +
109 20 * Buf [pos + 3 * iWidth] -
110 5 * Buf [pos + 4 * iWidth] +
111 Buf [pos + 5 * iWidth];