Searched refs:delta_index (Results 1 – 3 of 3) sorted by relevance
170 int delta_index = 0; in Plus() local171 state_plus_delta[0] = (col1 ? state[0] + delta[delta_index++] : state[0]); in Plus()172 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]); in Plus()173 state_plus_delta[2] = (col3 ? state[2] + delta[delta_index++] : state[2]); in Plus()174 state_plus_delta[3] = (col4 ? state[3] + delta[delta_index++] : state[3]); in Plus()
1119 reader->delta_index = seq->first->start_index; in cvStartReadSeq()1140 reader->delta_index = 0; in cvStartReadSeq()1202 index += reader->block->start_index - reader->delta_index; in cvGetSeqReaderPos()1463 int delta_index; in cvSeqInsert() local1505 delta_index = seq->first->start_index; in cvSeqInsert()1510 while( before_index < block->start_index - delta_index ) in cvSeqInsert()1523 before_index = (before_index - block->start_index + delta_index) * elem_size; in cvSeqInsert()1544 delta_index = block->start_index; in cvSeqInsert()1549 while( before_index > block->start_index - delta_index + block->count ) in cvSeqInsert()1562 before_index = (before_index - block->start_index + delta_index) * elem_size; in cvSeqInsert()[all …]
1505 int delta_index;/* = seq->first->start_index */ \