HomeSort by relevance Sort by last modified time
    Searched defs:lvec8 (Results 1 - 2 of 2) 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/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...]

Completed in 50 milliseconds