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 280 static void x87_set_control_word(unsigned short mode) { function
289 static void x87_set_control_word(unsigned short mode) { function
301 #define x87_set_control_word vpx_winx64_fldcw macro
304 static void x87_set_control_word(unsigned short mode) { function
316 x87_set_control_word((mode & ~0x300) | 0x200);
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 187 x87_set_control_word(x87_orig_mode); \

Completed in 78 milliseconds