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

  /external/libvpx/libvpx/vpx_ports/
x86.h 147 #define HAS_SSE 0x02
188 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 108 #define HAS_SSE 0x02
149 if (reg_edx & BIT(25)) flags |= HAS_SSE; /* aka xmm */

Completed in 7551 milliseconds