Home | History | Annotate | Download | only in src

Lines Matching defs:width2

120  the temporary buffer should contain width2*2 elements
130 int D = maxD - minD, width1 = maxX1 - minX1, width2 = maxX2 - minX2;
132 PixType *prow1 = buffer + width2*2, *prow2 = prow1 + width*cn*2;
203 buffer[x + width2] = (PixType)v1;
225 __m128i _v1 = _mm_loadu_si128((const __m128i*)(buffer + width-x-1 + d + width2));
244 int v1 = buffer[width-x-1 + d + width2];