Searched refs:begin_index (Results 1 – 9 of 9) sorted by relevance
186 && section.begin_index < section.end_index in point_in_original()192 boost::begin(original.m_ring) + section.begin_index, in point_in_original()
181 signed_size_type const sec1_first_index = piece1_first_index + section1.begin_index; in calculate_turns()182 signed_size_type const sec2_first_index = piece2_first_index + section2.begin_index; in calculate_turns()
233 && section.begin_index < section.end_index in apply()237 for (signed_size_type i = section.begin_index + 1; i <= section.end_index; i++) in apply()
214 signed_size_type index1 = sec1.begin_index; in apply()243 signed_size_type index2 = sec2.begin_index; in apply()294 … bool const is_1_first = sec1.is_non_duplicate_first && index1 == sec1.begin_index; in apply()296 … bool const is_2_first = sec2.is_non_duplicate_first && index2 == sec2.begin_index; in apply()370 it = boost::begin(range) + section.begin_index; in get_start_point_iterator()
92 signed_size_type begin_index; member103 : begin_index(-1) in section()519 section.begin_index = index; in apply()
255 uint32_t begin_index, end_index; in precompute_de_pq() local262 begin_index = 13 * NUM_PTS_IN_REGION; in precompute_de_pq()263 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()265 for (i = 0; i <= begin_index; i++) in precompute_de_pq()1022 uint32_t begin_index, end_index; in build_degamma() local1033 begin_index = 13 * NUM_PTS_IN_REGION; in build_degamma()1034 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()1036 while (i != begin_index) { in build_degamma()
437 static int drop_blocks(struct resize *resize, unsigned begin_index, in drop_blocks() argument442 while (begin_index != end_index) { in drop_blocks()443 uint64_t key = begin_index++; in drop_blocks()
1685 static float* stbir__get_ring_buffer_scanline(int get_scanline, float* ring_buffer, int begin_index… in stbir__get_ring_buffer_scanline() argument1687 … int ring_buffer_index = (begin_index + (get_scanline - first_scanline)) % ring_buffer_num_entries; in stbir__get_ring_buffer_scanline()