OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeArithmeticPixelsNeon
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
FECompositeArithmeticNEON.h
38
inline void FEComposite::
computeArithmeticPixelsNeon
(unsigned char* source, unsigned char* destination,
80
computeArithmeticPixelsNeon
<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
84
computeArithmeticPixelsNeon
<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
89
computeArithmeticPixelsNeon
<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
92
computeArithmeticPixelsNeon
<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.h
82
static inline void
computeArithmeticPixelsNeon
(unsigned char* source, unsigned char* destination,
Completed in 53 milliseconds