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

  /external/libyuv/files/source/
row.h 150 // x64 uses MMX2 (SSE) so emms is not required.
151 // Warning C4799: function has no EMMS instruction.
152 // EMMS() is slow and should be called by the calling function once per image.
155 #define EMMS() __asm emms
158 #define EMMS() asm("emms")
161 #define EMMS()
planar_functions.cc     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 249 emms
393 emms
499 emms
781 emms
945 emms
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp     [all...]

Completed in 122 milliseconds