Searched refs:dstImageStride (Results 1 – 1 of 1) sorted by relevance
1026 int dstRowStride, int dstImageStride, ubyte *dstPtr) in reduce_3d() argument1039 if (!dstImageStride) in reduce_3d()1040 dstImageStride = dstWidth * dstHeight * bpt; in reduce_3d()1073 ubyte *imgDst = dstPtr + img * dstImageStride; in reduce_3d()1093 dstImgRow += dstImageStride; in reduce_3d()