OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lvec32
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h
378
typedef __declspec(align(32)) int32
lvec32
[8];
variable
394
typedef int32 __attribute__((vector_size(32)))
lvec32
;
409
typedef int32
lvec32
[8];
[
all
...]
/external/libyuv/files/include/libyuv/
row.h
385
typedef __declspec(align(32)) int32
lvec32
[8];
variable
401
typedef int32 __attribute__((vector_size(32)))
lvec32
;
416
typedef int32
lvec32
[8];
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc
741
static const
lvec32
kPermdARGBToY_AVX = {
[
all
...]
row_win.cc
[
all
...]
/external/libyuv/files/source/
row_gcc.cc
812
static const
lvec32
kPermdARGBToY_AVX = {
[
all
...]
row_win.cc
[
all
...]
Completed in 1177 milliseconds