Home
last modified time | relevance | path

Searched defs:YuvConstants (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h542 struct YuvConstants { struct
552 struct YuvConstants { argument
560 struct YuvConstants { argument
570 // Offsets into YuvConstants structure argument
/external/libyuv/files/include/libyuv/
Drow.h624 struct YuvConstants { struct
634 struct YuvConstants { argument
642 struct YuvConstants { argument
652 // Offsets into YuvConstants structure argument
/external/libaom/libaom/third_party/libyuv/source/
Drow_gcc.cc1416 struct YuvConstants { struct
1417 lvec8 kUVToB; // 0
1418 lvec8 kUVToG; // 32
1419 lvec8 kUVToR; // 64
1420 lvec16 kUVBiasB; // 96
1421 lvec16 kUVBiasG; // 128
1422 lvec16 kUVBiasR; // 160
1423 lvec16 kYToRgb; // 192
1567 #define YUVTORGB(YuvConstants) \ argument
1969 #define YUVTORGB_AVX2(YuvConstants) \ argument
Drow_win.cc28 struct YuvConstants { struct
29 lvec8 kUVToB; // 0
30 lvec8 kUVToG; // 32
31 lvec8 kUVToR; // 64
32 lvec16 kUVBiasB; // 96
33 lvec16 kUVBiasG; // 128
34 lvec16 kUVBiasR; // 160
35 lvec16 kYToRgb; // 192
1965 #define YUVTORGB_AVX2(YuvConstants) __asm { \ argument
2391 #define YUVTORGB(YuvConstants) __asm { \ argument