Lines Matching refs:idx
59 for idx, each_name in enumerate(self.full_img_list):
61 self.full_image_path_list[idx])
62 img_name = self.full_img_name_list[idx][:-4]
153 for idx, value in enumerate(care_value_list):
154 if idx != 0 and (idx + 1) % 2 == 0:
155 be_value = int(care_value_list[idx - 1])
156 af_value = int(care_value_list[idx])
227 idx = bisect.bisect_right(self.offset_index, each_value) - 1
229 self.offset_value_list[idx]
366 idx = bisect.bisect_right(self.offset_index, start) - 1
368 self.offset_value_list[idx]
381 idx += 1
383 self.offset_value_list[idx]