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

  /external/libyuv/files/include/libyuv/
row.h 386 typedef __declspec(align(32)) int8 lvec8[32]; variable
402 typedef int8 __attribute__((vector_size(32))) lvec8;
417 typedef int8 lvec8[32];
444 lvec8 kUVToB;
445 lvec8 kUVToG;
446 lvec8 kUVToR;
    [all...]
  /external/libyuv/files/source/
row_gcc.cc 158 static const lvec8 kShuffleYUY2Y = {
164 static const lvec8 kShuffleYUY2UV = {
170 static const lvec8 kShuffleUYVYY = {
176 static const lvec8 kShuffleUYVYUV = {
182 static const lvec8 kShuffleNV21 = {
    [all...]
row_win.cc 156 static const lvec8 kShufARGBToUV_AVX = {
262 static const lvec8 kShuffleYUY2Y = {
268 static const lvec8 kShuffleYUY2UV = {
274 static const lvec8 kShuffleUYVYY = {
280 static const lvec8 kShuffleUYVYUV = {
286 static const lvec8 kShuffleNV21 = {
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc     [all...]
row_win.cc 29 lvec8 kUVToB; // 0
30 lvec8 kUVToG; // 32
31 lvec8 kUVToR; // 64
232 static const lvec8 kShufARGBToUV_AVX = {
    [all...]
  /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...]

Completed in 2433 milliseconds