HomeSort by relevance Sort by last modified time
    Searched refs:kCpuHasSSE2 (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 20 static const int kCpuHasSSE2 = 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 20 static const int kCpuHasSSE2 = 1;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.h 48 static const int kCpuHasSSE2 = 0x20;
cpuid_unittest.cc 44 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasSSE2);
  /external/libyuv/files/include/libyuv/
cpu_id.h 31 static const int kCpuHasSSE2 = 0x20;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 32 static const int kCpuHasSSE2 = 0x20;
  /external/chromium_org/third_party/libyuv/include/libyuv/
cpu_id.h 32 static const int kCpuHasSSE2 = 0x20;
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c 55 cpu_info_ = (cpu_info[3] & 0x04000000 ? kCpuHasSSE2 : 0) |
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c 55 cpu_info_ = (cpu_info[3] & 0x04000000 ? kCpuHasSSE2 : 0) |
  /external/chromium_org/third_party/libyuv/util/
cpuid.c 75 int has_sse2 = TestCpuFlag(kCpuHasSSE2);
  /external/libyuv/files/unit_test/
cpu_test.cc 30 int has_sse2 = TestCpuFlag(kCpuHasSSE2);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
rotate_argb.cc 53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
133 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width * 4, 32) &&
scale_argb.cc 56 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
101 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
142 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
193 if (TestCpuFlag(kCpuHasSSE2) && clip_src_width >= 16) {
289 if (TestCpuFlag(kCpuHasSSE2) && dst_width >= 4) {
342 if (!filtering && TestCpuFlag(kCpuHasSSE2) && src_width < 32768) {
349 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8) &&
470 if (TestCpuFlag(kCpuHasSSE2) && dst_width >= 4) {
527 if (!filtering && TestCpuFlag(kCpuHasSSE2) && src_width < 32768) {
534 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8) &
    [all...]
planar_functions.cc 50 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
99 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
247 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 16)) {
301 if (TestCpuFlag(kCpuHasSSE2) && width >= 16) {
379 if (TestCpuFlag(kCpuHasSSE2) && width >= 16) {
542 if (TestCpuFlag(kCpuHasSSE2)) {
617 if (TestCpuFlag(kCpuHasSSE2) && width >= 4) {
678 if (TestCpuFlag(kCpuHasSSE2)) {
683 if (TestCpuFlag(kCpuHasSSE2) && width >= 4) {
744 if (TestCpuFlag(kCpuHasSSE2) && width >= 4)
    [all...]
cpu_id.cc 200 cpu_info_ = ((cpu_info1[3] & 0x04000000) ? kCpuHasSSE2 : 0) |
220 cpu_info_ &= ~kCpuHasSSE2;
scale.cc 61 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
116 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
172 if (TestCpuFlag(kCpuHasSSE2) &&
216 if (TestCpuFlag(kCpuHasSSE2) &&
761 if (TestCpuFlag(kCpuHasSSE2) &&
833 if (TestCpuFlag(kCpuHasSSE2) &&
889 if (TestCpuFlag(kCpuHasSSE2) && src_width >= 16) {
    [all...]
  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 53 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4) && // Width of dest.
133 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width * 4, 32) &&
scale_argb.cc 56 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
101 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
142 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 4) &&
193 if (TestCpuFlag(kCpuHasSSE2) && clip_src_width >= 16) {
289 if (TestCpuFlag(kCpuHasSSE2) && dst_width >= 4) {
342 if (!filtering && TestCpuFlag(kCpuHasSSE2) && src_width < 32768) {
349 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8) &&
470 if (TestCpuFlag(kCpuHasSSE2) && dst_width >= 4) {
527 if (!filtering && TestCpuFlag(kCpuHasSSE2) && src_width < 32768) {
534 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 8) &
    [all...]
planar_functions.cc 50 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
99 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
247 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 16)) {
301 if (TestCpuFlag(kCpuHasSSE2) && width >= 16) {
379 if (TestCpuFlag(kCpuHasSSE2) && width >= 16) {
542 if (TestCpuFlag(kCpuHasSSE2)) {
617 if (TestCpuFlag(kCpuHasSSE2) && width >= 4) {
678 if (TestCpuFlag(kCpuHasSSE2)) {
683 if (TestCpuFlag(kCpuHasSSE2) && width >= 4) {
744 if (TestCpuFlag(kCpuHasSSE2) && width >= 4)
    [all...]
cpu_id.cc 199 cpu_info_ = ((cpu_info1[3] & 0x04000000) ? kCpuHasSSE2 : 0) |
219 cpu_info_ &= ~kCpuHasSSE2;
scale.cc 61 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
116 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(dst_width, 16)) {
172 if (TestCpuFlag(kCpuHasSSE2) &&
216 if (TestCpuFlag(kCpuHasSSE2) &&
761 if (TestCpuFlag(kCpuHasSSE2) &&
833 if (TestCpuFlag(kCpuHasSSE2) &&
889 if (TestCpuFlag(kCpuHasSSE2) && src_width >= 16) {
    [all...]
  /external/libyuv/files/source/
cpu_id.cc 144 cpu_info_ = ((cpu_info[3] & 0x04000000) ? kCpuHasSSE2 : 0) |
164 cpu_info_ &= ~kCpuHasSSE2;
rotate_argb.cc 42 if (TestCpuFlag(kCpuHasSSE2) &&
103 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width * 4, 32) &&
planar_functions.cc 43 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 32) &&
89 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 16)) {
128 if (TestCpuFlag(kCpuHasSSE2)) {
190 if (TestCpuFlag(kCpuHasSSE2)) {
315 if (TestCpuFlag(kCpuHasSSE2)) {
734 if (TestCpuFlag(kCpuHasSSE2) &&
769 if (TestCpuFlag(kCpuHasSSE2) &&
804 if (TestCpuFlag(kCpuHasSSE2) &&
858 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 4)) {
904 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(width, 4))
    [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
cpu_test.cc 30 int has_sse2 = TestCpuFlag(kCpuHasSSE2);

Completed in 1997 milliseconds

1 2 3