OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lvec8
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h
379
typedef __declspec(align(32)) int8
lvec8
[32];
variable
395
typedef int8 __attribute__((vector_size(32)))
lvec8
;
410
typedef int8
lvec8
[32];
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc
29
lvec8
kUVToB; // 0
30
lvec8
kUVToG; // 32
31
lvec8
kUVToR; // 64
232
static const
lvec8
kShufARGBToUV_AVX = {
[
all
...]
row_gcc.cc
[
all
...]
Completed in 173 milliseconds