OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:k1x4
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
FECompositeArithmeticNEON.h
41
float32x4_t
k1x4
= vdupq_n_f32(k1 / 255);
local
63
result = vmlaq_f32(result, vmulq_f32(sourcePixelAsFloat, destinationPixelAsFloat),
k1x4
);
Completed in 553 milliseconds