scale2x
scale2x(srcBits, tmpBits, srcWidth, srcHeight, srcBPR, tmpBPR);
scale2x(tmpBits, dstBits, srcWidth * 2, srcHeight * 2, tmpBPR, dstBPR);
scale2x(convertedBits, dst, width, height, convertedBPR, dstBPR);
scale2x(dst, tempBits, width, height, dstBPR, tempBPR);