OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max12
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/dsp/
dec_neon.c
690
const uint8x16_t
max12
= vmaxq_u8(max1, max2);
local
691
const uint8x16_t max123 = vmaxq_u8(
max12
, max3);
[
all
...]
Completed in 730 milliseconds