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

  /external/libvpx/libvpx/vpx_ports/
x86.h 273 static void x87_set_control_word(unsigned short mode) { function
282 static void x87_set_control_word(unsigned short mode) { function
294 #define x87_set_control_word vpx_winx64_fldcw macro
297 static void x87_set_control_word(unsigned short mode) { function
309 x87_set_control_word((mode & ~0x300) | 0x200);
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 179 x87_set_control_word(x87_orig_mode); \

Completed in 71 milliseconds