HomeSort by relevance Sort by last modified time
    Searched refs:uvec32 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libyuv/source/
compare_posix.cc 70 static uvec32 kHash16x33 = { 0x92d9e201, 0, 0, 0 }; // 33 ^ 16
71 static uvec32 kHashMul0 = {
77 static uvec32 kHashMul1 = {
83 static uvec32 kHashMul2 = {
89 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/chromium_org/third_party/libyuv/include/libyuv/
row.h 353 typedef __declspec(align(16)) uint32 uvec32[4]; variable
369 typedef uint32 __attribute__((vector_size(16))) uvec32;
377 typedef uint32 uvec32[4];
    [all...]

Completed in 172 milliseconds