Searched refs:one_minus_fp_x (Results 1 – 1 of 1) sorted by relevance
185 const int one_minus_fp_x = kFixedPointOne - fp_x; in GetPixelInterpFixed1616() local196 (one_minus_fp_y * static_cast<int64_t>(one_minus_fp_x * a + fp_x * b) + in GetPixelInterpFixed1616()197 fp_y * static_cast<int64_t>(one_minus_fp_x * c + fp_x * d) + in GetPixelInterpFixed1616()392 const int one_minus_fp_x = kFixedPointOne8 - fp_x; in DownsampleInterpolateLinear() local395 ((one_minus_fp_y * one_minus_fp_x * a + fp_x * b) + in DownsampleInterpolateLinear()396 (fp_y * one_minus_fp_x * c + fp_x * d) + kFixedPointHalf8) >> in DownsampleInterpolateLinear()