HomeSort by relevance Sort by last modified time
    Searched defs:vec32 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 372 typedef __declspec(align(16)) int32 vec32[4]; variable
388 typedef int32 __attribute__((vector_size(16))) vec32;
403 typedef int32 vec32[4];
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 379 typedef __declspec(align(16)) int32 vec32[4]; variable
395 typedef int32 __attribute__((vector_size(16))) vec32;
410 typedef int32 vec32[4];
431 vec32 kYToRgb;
439 vec32 kYToRgb;
    [all...]

Completed in 42 milliseconds