intType
intType srcColumn;
Scaler::ScaleBilinear(intType fromRow, int32 toRow)
intType srcW, srcH;
intType destW, destH;
intType x, y, i;
intType srcBPR, destBPR;
cd->srcColumn = (intType)column;
intType srcRow;
srcRow = (intType)row;
Scaler::ScaleBilinearFP(intType fromRow, int32 toRow)
intType srcW, srcH;
intType destW, destH;
intType x, y, i;
intType srcBPR, destBPR;
intType srcRow;
Scaler::RowValues(float* sum, const uchar* src, intType srcW, intType fromX,
intType toX, const float a0X, const float a1X, const int32 kBPP)
Scaler::DownScaleBilinear(intType fromRow, int32 toRow)
intType srcW, srcH;
intType destW, destH;
intType x, y;
intType srcBPR, destBPR;
cd->from = (intType)fFromX;
cd->to = (intType)fToX;
const intType fromY = (intType)fFromY;
const intType toY = (intType)fToY;
const intType fromX = cd->from;
const intType toX = cd->to;
intType error[3];
Scaler::Limit(intType value)
intType destW;
intType x, y;
intType srcBPR;
intType destBPR;
intType error[3], err[3];
inline void RowValues(float* sum, const uchar* srcData, intType srcW,
intType fromX, intType toX, const float a0X,
static inline uchar Limit(intType value);