OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvec32
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
compare.cc
41
static const
uvec32
kHash16x33 = { 0x92d9e201, 0, 0, 0 }; // 33 ^ 16
42
static const
uvec32
kHashMul0 = {
48
static const
uvec32
kHashMul1 = {
54
static const
uvec32
kHashMul2 = {
60
static const
uvec32
kHashMul3 = {
135
CONST
uvec32
kHash16x33 = { 0x92d9e201, 0, 0, 0 }; // 33 ^ 16
136
CONST
uvec32
kHashMul0 = {
142
CONST
uvec32
kHashMul1 = {
148
CONST
uvec32
kHashMul2 = {
154
CONST
uvec32
kHashMul3 =
[
all
...]
/external/libyuv/files/include/libyuv/
row.h
154
typedef __declspec(align(16)) uint32
uvec32
[4];
variable
162
typedef uint32 __attribute__((vector_size(16)))
uvec32
;
170
typedef uint32
uvec32
[4];
Completed in 42 milliseconds