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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
row.h 145 typedef __declspec(align(16)) unsigned char uvec8[16]; variable
150 typedef unsigned char __attribute__((vector_size(16))) uvec8; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 376 typedef __declspec(align(16)) uint8 uvec8[16]; variable
392 typedef uint8 __attribute__((vector_size(16))) uvec8;
407 typedef uint8 uvec8[16];
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 383 typedef __declspec(align(16)) uint8 uvec8[16]; variable
399 typedef uint8 __attribute__((vector_size(16))) uvec8;
414 typedef uint8 uvec8[16];
436 uvec8 kUVToRB;
437 uvec8 kUVToG;
    [all...]

Completed in 476 milliseconds