Searched refs:right_slice (Results 1 – 2 of 2) sorted by relevance
523 CvSlice slice = {0, 0}, right_slice = {0, 0}; in icvApproxPolyDP_32s() local551 right_slice.start_index = count; in icvApproxPolyDP_32s()571 right_slice.start_index = 0; in icvApproxPolyDP_32s()576 cvSetSeqReaderPos( &reader, right_slice.start_index, 1 ); in icvApproxPolyDP_32s()592 right_slice.start_index = j; in icvApproxPolyDP_32s()603 slice.end_index = right_slice.start_index += slice.start_index; in icvApproxPolyDP_32s()605 right_slice.start_index -= right_slice.start_index >= count ? count : 0; in icvApproxPolyDP_32s()606 right_slice.end_index = slice.start_index; in icvApproxPolyDP_32s()607 if( right_slice.end_index < right_slice.start_index ) in icvApproxPolyDP_32s()608 right_slice.end_index += count; in icvApproxPolyDP_32s()[all …]
501 Range slice(0, 0), right_slice(0, 0); in approxPolyDP_() local516 right_slice.start = count; in approxPolyDP_()536 right_slice.start = 0; in approxPolyDP_()541 pos = (pos + right_slice.start) % count; in approxPolyDP_()557 right_slice.start = j; in approxPolyDP_()567 right_slice.end = slice.start = pos % count; in approxPolyDP_()568 slice.end = right_slice.start = (right_slice.start + slice.start) % count; in approxPolyDP_()570 PUSH_SLICE(right_slice); in approxPolyDP_()602 right_slice.start = (pos+count-1)%count; in approxPolyDP_()621 right_slice.end = slice.end; in approxPolyDP_()[all …]