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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 213 x87_set_control_word(unsigned short mode) { function
224 x87_set_control_word(unsigned short mode) { function
237 #define x87_set_control_word vpx_winx64_fldcw macro
241 x87_set_control_word(unsigned short mode) { function
255 x87_set_control_word((mode&~0x300) | 0x200);
  /external/libvpx/libvpx/vpx_ports/
x86.h 257 x87_set_control_word(unsigned short mode) { function
268 x87_set_control_word(unsigned short mode) { function
281 #define x87_set_control_word vpx_winx64_fldcw macro
285 x87_set_control_word(unsigned short mode) { function
299 x87_set_control_word((mode&~0x300) | 0x200);
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 191 x87_set_control_word(x87_orig_mode); }while(0)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 195 x87_set_control_word(x87_orig_mode); }while(0)

Completed in 209 milliseconds