Searched refs:fp_x_whole (Results 1 – 2 of 2) sorted by relevance
171 const int fp_x_whole, const int fp_y_whole) const { in GetPixelInterpFixed1616() argument176 int trunc_x = fp_x_whole & kFixedPointTruncateMask; in GetPixelInterpFixed1616()178 const int fp_x = fp_x_whole - trunc_x; in GetPixelInterpFixed1616()
142 inline T GetPixelInterpFixed1616(const int fp_x_whole,