OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max8u
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
host_generic_simd64.c
394
static inline UChar
max8U
( UChar xx, UChar yy )
1138
max8U
( sel8x8_7(xx), sel8x8_7(yy) ),
1139
max8U
( sel8x8_6(xx), sel8x8_6(yy) ),
1140
max8U
( sel8x8_5(xx), sel8x8_5(yy) ),
1141
max8U
( sel8x8_4(xx), sel8x8_4(yy) ),
1142
max8U
( sel8x8_3(xx), sel8x8_3(yy) ),
1143
max8U
( sel8x8_2(xx), sel8x8_2(yy) ),
1144
max8U
( sel8x8_1(xx), sel8x8_1(yy) ),
1145
max8U
( sel8x8_0(xx), sel8x8_0(yy) )
[
all
...]
/external/opencv3/modules/core/src/
arithm.cpp
952
static void
max8u
( const uchar* src1, size_t step1,
function in namespace:cv
[
all
...]
Completed in 1021 milliseconds