Home | History | Annotate | Download | only in source

Lines Matching full:hind

34   int wind, hind;
41 for (hind = 0; hind < height; hind++) {
42 indO = hind * src_ystride + wind;
43 indS = hind * dst_ystride + (width - wind - 1);
55 for (hind = 0; hind < halfHeight; hind++) {
56 indO = hind * halfSrcuvStride + wind;
57 indS = hind * halfSrcuvStride + (halfuvWidth - wind - 1);