OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvec32
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
compare_gcc.cc
66
static
uvec32
kHash16x33 = { 0x92d9e201, 0, 0, 0 }; // 33 ^ 16
67
static
uvec32
kHashMul0 = {
73
static
uvec32
kHashMul1 = {
79
static
uvec32
kHashMul2 = {
85
static
uvec32
kHashMul3 = {
compare_win.cc
104
static
uvec32
kHash16x33 = { 0x92d9e201, 0, 0, 0 }; // 33 ^ 16
105
static
uvec32
kHashMul0 = {
111
static
uvec32
kHashMul1 = {
117
static
uvec32
kHashMul2 = {
123
static
uvec32
kHashMul3 = {
/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];
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h
375
typedef __declspec(align(16)) uint32
uvec32
[4];
variable
391
typedef uint32 __attribute__((vector_size(16)))
uvec32
;
406
typedef uint32
uvec32
[4];
[
all
...]
Completed in 43 milliseconds