Searched refs:vflr (Results 1 – 1 of 1) sorted by relevance
1024 const int vflr = util_ifloor(v); in img_filter_2d_linear_repeat_POT() local1027 const float yw = v - (float)vflr; in img_filter_2d_linear_repeat_POT()1030 const int y0 = vflr & (ypot - 1); in img_filter_2d_linear_repeat_POT()1078 const int vflr = util_ifloor(v); in img_filter_2d_nearest_repeat_POT() local1081 const int y0 = vflr & (ypot - 1); in img_filter_2d_nearest_repeat_POT()