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

  /external/clang/test/Sema/
ext_vector_components.c 14 float16 vec16; local
38 vec4.x = vec16.sf;
39 vec4.x = vec16.sF;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
row.h 146 typedef __declspec(align(16)) signed short vec16[8]; variable
151 typedef signed short __attribute__((vector_size(16))) vec16; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 371 typedef __declspec(align(16)) int16 vec16[8]; variable
387 typedef int16 __attribute__((vector_size(16))) vec16;
402 typedef int16 vec16[8];
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 378 typedef __declspec(align(16)) int16 vec16[8]; variable
394 typedef int16 __attribute__((vector_size(16))) vec16;
409 typedef int16 vec16[8];
430 vec16 kUVBiasBGR;
438 vec16 kUVBiasBGR;
    [all...]

Completed in 779 milliseconds