Searched refs:dstStrideY (Results 1 – 2 of 2) sorted by relevance
23 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() local39 dptr += dstStrideY; in morph()56 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() local71 dptr += dstStrideY; in morph()88 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() local117 dptr += dstStrideY; in morph()
113 const int dstStrideY = dstDirection == BlurDirection::kX ? width : 1; in box_blur_double() local163 *dst += dstStrideY * 2; in box_blur_double()235 int dstStrideY = dstDirection == BlurDirection::kX ? width : 1; in box_blur() local246 dst += dstStrideY; in box_blur()299 dst += dstStrideY; in box_blur()308 dst += dstStrideY; in box_blur()