Searched refs:trunc_y (Results 1 – 1 of 1) sorted by relevance
85 const int trunc_y = fp_y >> 16; in ExtractPatchAtSubpixelFixed1616() local87 if (trunc_x < 0 || trunc_y < 0 || in ExtractPatchAtSubpixelFixed1616()89 (trunc_y + patchheight) >= height_less_one_) { in ExtractPatchAtSubpixelFixed1616()177 int trunc_y = fp_y_whole & kFixedPointTruncateMask; in GetPixelInterpFixed1616() local179 const int fp_y = fp_y_whole - trunc_y; in GetPixelInterpFixed1616()183 trunc_y >>= 16; in GetPixelInterpFixed1616()188 const T* trunc_start = (*this)[trunc_y] + trunc_x; in GetPixelInterpFixed1616()350 int trunc_y = src_y_fp & kFixedPointTruncateMask8; in DownsampleInterpolateLinear() local351 const int fp_y = src_y_fp - trunc_y; in DownsampleInterpolateLinear()354 trunc_y >>= 8; in DownsampleInterpolateLinear()[all …]