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

  /external/chromium_org/third_party/libvpx/source/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 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);
  /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/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 191 x87_set_control_word(x87_orig_mode); }while(0)
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 195 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 233 milliseconds