Searched defs:delta_index (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/download/
H A Drate_estimator.cc88 size_t delta_index = static_cast<size_t>(delta_buckets); local
91 if (delta_index < history_.size()) {
92 bucket_count_ = delta_index + 1;
98 size_t extra_buckets = delta_index - history_.size() + 1;
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc193 int delta_index = 0; local
194 state_plus_delta[0] = (col1 ? state[0] + delta[delta_index++] : state[0]);
195 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]);
196 state_plus_delta[2] = (col3 ? state[2] + delta[delta_index++] : state[2]);
197 state_plus_delta[3] = (col4 ? state[3] + delta[delta_index++] : state[3]);
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc170 bool HandleMagnifyScreen(int delta_index) { argument
179 int new_scale_index = std::max(0, std::min(8, scale_index + delta_index));
185 float scale = delta_index > 0 ? kDefaultPartialMagnifiedScale : 1;
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp1119 reader->delta_index = seq->first->start_index;
1140 reader->delta_index = 0;
1202 index += reader->block->start_index - reader->delta_index;
1463 int delta_index; local
1505 delta_index = seq->first->start_index;
1510 while( before_index < block->start_index - delta_index )
1523 before_index = (before_index - block->start_index + delta_index) * elem_size;
1544 delta_index = block->start_index;
1549 while( before_index > block->start_index - delta_index + block->count )
1562 before_index = (before_index - block->start_index + delta_index) * elem_siz
1588 int delta_index; local
[all...]

Completed in 180 milliseconds