OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ITERATION
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/opts/
SkBitmapFilter_opts_SSE2.cpp
61
// Output one pixel each
iteration
, calculating all channels (RGBA) together.
73
// We will load and accumulate with four coefficients per
iteration
.
193
// Output one pixel each
iteration
, calculating all channels (RGBA) together.
198
// four pixels in a column per
iteration
.
204
// We will load and accumulate with four coefficients per
iteration
.
220
#define
ITERATION
(src, accum) \
237
ITERATION
(src_data[0] + start, accum0);
238
ITERATION
(src_data[1] + start, accum1);
239
ITERATION
(src_data[2] + start, accum2);
240
ITERATION
(src_data[3] + start, accum3)
[
all
...]
SkBitmapProcState_arm_neon.cpp
201
// Output four pixels per
iteration
(16 bytes).
207
// Convolve with one filter coefficient per
iteration
.
387
// Output one pixel each
iteration
, calculating all channels (RGBA) together.
393
// four pixels in a column per
iteration
.
401
// We will load and accumulate with four coefficients per
iteration
.
416
#define
ITERATION
(src, accum) \
429
ITERATION
(srcData[0] + start, accum0);
430
ITERATION
(srcData[1] + start, accum1);
431
ITERATION
(srcData[2] + start, accum2);
432
ITERATION
(srcData[3] + start, accum3)
[
all
...]
/external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar
Completed in 71 milliseconds