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

  /external/chromium_org/third_party/libyuv/source/
scale_posix.cc 76 static uvec16 kScaleAc33 =
92 static uvec16 kScaleAb2 =
    [all...]
scale_win.cc 76 static uvec16 kScaleAc33 =
92 static uvec16 kScaleAb2 =
    [all...]
row_posix.cc 104 static uvec16 kAddUVJ128 = {
    [all...]
row_win.cc 112 static const uvec16 kAddUVJ128 = {
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 152 typedef __declspec(align(16)) uint16 uvec16[8]; variable
160 typedef uint16 __attribute__((vector_size(16))) uvec16;
168 typedef uint16 uvec16[8];
  /external/chromium_org/third_party/libyuv/include/libyuv/
row.h 352 typedef __declspec(align(16)) uint16 uvec16[8]; variable
368 typedef uint16 __attribute__((vector_size(16))) uvec16;
376 typedef uint16 uvec16[8];
    [all...]
  /external/libyuv/files/source/
scale.cc 176 CONST uvec16 kScaleAc33 =
192 CONST uvec16 kScaleAb2 =
    [all...]

Completed in 277 milliseconds