Searched refs:img_x (Results 1 – 2 of 2) sorted by relevance
468 for (int img_x = start_x; img_x < end_x; ++img_x) { in FindFastKeypoints() local480 uint8_t* const center_ptr = (*keypoint_scratch_)[img_y] + img_x; in FindFastKeypoints()504 for (int img_x = start_x + 1; img_x < end_x - 1; ++img_x) { in FindFastKeypoints() local508 img_x * downsample_factor, img_y * downsample_factor); in FindFastKeypoints()
240 int img_x, img_y, img_w, img_h; in paint_image() local246 img_x = (width / 2) - (img_w / 2); in paint_image()248 igt_paint_image(cr, file, img_x, img_y, img_h, img_w); in paint_image()