OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sample_value
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkScalerContext.cpp
347
int
sample_value
= srcP[sample_index];
local
349
fir[subpxl_index] += coefficients[subpxl_index][coeff_index] *
sample_value
;
[
all
...]
/external/skqp/src/core/
SkScalerContext.cpp
315
int
sample_value
= srcP[sample_index];
local
317
fir[subpxl_index] += coefficients[subpxl_index][coeff_index] *
sample_value
;
[
all
...]
/external/v8/src/
counters.h
605
double
sample_value
;
local
608
sample_value
= Aggregate(end_ms, end_value);
611
sample_value
= (last_value_ + end_value) / 2;
613
backing_histogram_->AddSample(static_cast<int>(
sample_value
+ 0.5));
[
all
...]
Completed in 748 milliseconds