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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 377 typedef __declspec(align(32)) int16 lvec16[16]; variable
393 typedef int16 __attribute__((vector_size(32))) lvec16;
408 typedef int16 lvec16[16];
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 384 typedef __declspec(align(32)) int16 lvec16[16]; variable
400 typedef int16 __attribute__((vector_size(32))) lvec16;
415 typedef int16 lvec16[16];
447 lvec16 kUVBiasB;
448 lvec16 kUVBiasG;
449 lvec16 kUVBiasR;
450 lvec16 kYToRgb;
    [all...]

Completed in 176 milliseconds