Searched refs:columnF (Results 1 – 1 of 1) sorted by relevance
87 int32 columnF = (x << 8) * (srcWidth - 1) / (dstWidth - 1); in scale_bilinear() local88 int32 columnI = columnF >> 8; in scale_bilinear()89 uint8 weight = (uint8)(columnF & 0xff); in scale_bilinear()