Searched refs:kARGBToU (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/source/ |
D | row_posix.cc | 38 CONST vec8 kARGBToU = { variable 755 : "m"(kARGBToU), // %0 in ARGBToUVRow_SSSE3() 816 : "m"(kARGBToU), // %0 in ARGBToUVRow_Unaligned_SSSE3()
|
D | row_win.cc | 29 static const vec8 kARGBToU = { variable 940 movdqa xmm7, kARGBToU in ARGBToUVRow_SSSE3() 1006 movdqa xmm7, kARGBToU in ARGBToUVRow_Unaligned_SSSE3()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_posix.cc | 36 static vec8 kARGBToU = { variable 907 : "m"(kARGBToU), // %0 in ARGBToUVRow_SSSE3() 1041 : "m"(kARGBToU), // %0 in ARGBToUVRow_Unaligned_SSSE3() 1182 : "m"(kARGBToU), // %0 in ARGBToUV444Row_SSSE3() 1247 : "m"(kARGBToU), // %0 in ARGBToUV444Row_Unaligned_SSSE3() 1312 : "m"(kARGBToU), // %0 in ARGBToUV422Row_SSSE3() 1373 : "m"(kARGBToU), // %0 in ARGBToUV422Row_Unaligned_SSSE3()
|
D | row_win.cc | 197 static const vec8 kARGBToU = { variable 1224 movdqa xmm7, kARGBToU in ARGBToUVRow_SSSE3() 1360 vbroadcastf128 ymm7, kARGBToU in ARGBToUVRow_AVX2() 1424 movdqa xmm7, kARGBToU in ARGBToUVRow_Unaligned_SSSE3() 1563 movdqa xmm7, kARGBToU in ARGBToUV444Row_SSSE3() 1621 movdqa xmm7, kARGBToU in ARGBToUV444Row_Unaligned_SSSE3() 1679 movdqa xmm7, kARGBToU in ARGBToUV422Row_SSSE3() 1738 movdqa xmm7, kARGBToU in ARGBToUV422Row_Unaligned_SSSE3()
|