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

  /external/libvpx/vp8/common/
systemdependent.h 15 #define vp8_clear_system_state() vpx_reset_mmx_state() macro
17 #define vp8_clear_system_state() macro
g_common.h 12 extern void (*vp8_clear_system_state)(void);
postproc.c 385 extern void (*vp8_clear_system_state)(void);
395 vp8_clear_system_state();
    [all...]
  /external/libvpx/vp8/common/ppc/
systemdependent.c 133 vp8_clear_system_state = vp8_clear_c;
  /external/libvpx/vp8/decoder/
onyxd_if.c 449 vp8_clear_system_state();
544 vp8_clear_system_state();
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 265 vp8_clear_system_state();
340 vp8_clear_system_state();
  /external/libvpx/vp8/encoder/
encodemv.c 146 vp8_clear_system_state();
ratectrl.c 335 vp8_clear_system_state(); //__asm emms;
    [all...]
firstpass.c 544 vp8_clear_system_state(); //__asm emms;
790 vp8_clear_system_state(); //__asm emms;
793 vp8_clear_system_state(); //__asm emms;
    [all...]
bitstream.c     [all...]
onyx_if.c     [all...]
rdopt.c 232 vp8_clear_system_state(); //__asm emms;
    [all...]

Completed in 2594 milliseconds