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

  /external/libyuv/files/source/
row_win.cc 16 #define TALIGN16(t, var) static __declspec(align(16)) t _ ## var
19 extern "C" TALIGN16(const int8, kARGBToY[16]) = {
23 extern "C" TALIGN16(const int8, kARGBToU[16]) = {
27 extern "C" TALIGN16(const int8, kARGBToV[16]) = {
32 extern "C" TALIGN16(const int8, kBGRAToY[16]) = {
36 extern "C" TALIGN16(const int8, kBGRAToU[16]) = {
40 extern "C" TALIGN16(const int8, kBGRAToV[16]) = {
45 extern "C" TALIGN16(const int8, kABGRToY[16]) = {
49 extern "C" TALIGN16(const int8, kABGRToU[16]) = {
53 extern "C" TALIGN16(const int8, kABGRToV[16]) =
    [all...]
row.h 86 #define TALIGN16(t, var) static __declspec(align(16)) t _ ## var
89 #define TALIGN16(t, var) t var __attribute__((aligned(16)))
row_posix.cc 18 extern "C" TALIGN16(const uint8, kMultiplyMaskARGBToI400[16]) = {
22 extern "C" TALIGN16(const uint8, kAdd16[16]) = {
27 extern "C" TALIGN16(const uint8, kShuffleMaskBG24ToARGB[16]) = {
32 extern "C" TALIGN16(const uint8, kShuffleMaskRAWToARGB[16]) = {
scale.cc 182 #define TALIGN16(t, var) __declspec(align(16)) t _ ## var
184 #define TALIGN16(t, var) t var __attribute__((aligned(16)))
186 #define TALIGN16(t, var) t _ ## var __attribute__((aligned(16)))
190 extern "C" TALIGN16(const uint8, shuf0[16]) =
194 extern "C" TALIGN16(const uint8, shuf1[16]) =
198 extern "C" TALIGN16(const uint8, shuf2[16]) =
202 extern "C" TALIGN16(const uint8, shuf01[16]) =
206 extern "C" TALIGN16(const uint8, shuf11[16]) =
210 extern "C" TALIGN16(const uint8, shuf21[16]) =
214 extern "C" TALIGN16(const uint8, madd01[16])
    [all...]
rotate.cc 22 #define TALIGN16(t, var) static __declspec(align(16)) t _ ## var
24 #define TALIGN16(t, var) t var __attribute__((aligned(16)))
27 extern "C" TALIGN16(const uint8, kShuffleReverse[16]) =
30 extern "C" TALIGN16(const uint8, kShuffleReverseUV[16]) =
    [all...]
planar_functions.cc 46 #define TALIGN16(t, var) static __declspec(align(16)) t _ ## var
48 #define TALIGN16(t, var) t var __attribute__((aligned(16)))
52 extern "C" TALIGN16(const uint8, kShuffleMaskABGRToARGB[16]) = {
57 extern "C" TALIGN16(const uint8, kShuffleMaskBGRAToARGB[16]) = {
    [all...]

Completed in 579 milliseconds