OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delta_index
(Results
1 - 5
of
5
) 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
...]
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
216
bool HandleMagnifyScreen(int
delta_index
) {
225
int new_scale_index = std::max(0, std::min(8, scale_index +
delta_index
));
231
float scale =
delta_index
> 0 ? kDefaultPartialMagnifiedScale : 1;
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
[
all
...]
Completed in 2434 milliseconds