Home | History | Annotate | Download | only in imgproc

Lines Matching full:tempy

3275 "int tempY = srcY;\n"
3276 "EXTRAPOLATE(tempY, srcBeginY, srcEndY);\n"
3277 "data[sy + sy_index] = convertToWT(loadpix(srcptr + mad24(tempY, src_step, srcX * SRCSIZE)));\n"