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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 39 static const int kCpuHasFMA3 = 0x1000;
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.cc 215 ((cpu_info1[2] & 0x00001000) ? kCpuHasFMA3 : 0) |
251 cpu_info_ &= ~kCpuHasFMA3;
planar_functions.cc     [all...]

Completed in 67 milliseconds