Lines Matching refs:y1
661 int x1 = 0, y1 = 0, sample_step = 0, pattern_size = 0;
714 y1 = (int)(sample_y - 0.5f);
717 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
725 fy = sample_y - y1;
727 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
728 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2);
733 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
734 res2 = *(evolution[level].Ly.ptr<float>(y1)+x2);
790 int x1 = 0, y1 = 0, x2 = 0, y2 = 0, sample_step = 0, pattern_size = 0;
846 y1 = fRound(sample_y - 0.5f);
849 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
857 fy = sample_y - y1;
859 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
860 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2);
865 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
866 res2 = *(evolution[level].Ly.ptr<float>(y1)+x2);
918 int x1 = 0, y1 = 0, sample_step = 0, pattern_size = 0;
976 y1 = (int)(sample_y - 0.5f);
979 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
987 fy = sample_y - y1;
989 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
990 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2);
995 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
996 res2 = *(evolution[level].Ly.ptr<float>(y1)+x2);
1073 int x1 = 0, y1 = 0, x2 = 0, y2 = 0, sample_step = 0, pattern_size = 0;
1132 y1 = fRound(sample_y - 0.5f);
1135 checkDescriptorLimits(x1, y1, options_.img_width, options_.img_height);
1143 fy = sample_y - y1;
1145 res1 = *(evolution[level].Lx.ptr<float>(y1)+x1);
1146 res2 = *(evolution[level].Lx.ptr<float>(y1)+x2);
1151 res1 = *(evolution[level].Ly.ptr<float>(y1)+x1);
1152 res2 = *(evolution[level].Ly.ptr<float>(y1)+x2);