HomeSort by relevance Sort by last modified time
    Searched defs:delta_index (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/download/
rate_estimator.cc 88 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/
trust_region_minimizer_test.cc 193 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/opencv/cxcore/src/
cxdatastructs.cpp 1119 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
1588 int delta_index; local
    [all...]

Completed in 77 milliseconds