Searched defs:vp8_clear_system_state (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp8_rtcd.h64 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp8_rtcd.h70 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp8_rtcd.h70 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp8_rtcd.h66 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp8_rtcd.h60 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp8_rtcd.h75 RTCD_EXTERN void (*vp8_clear_system_state)(); variable
514 vp8_clear_system_state = vp8_clear_system_state_c;
515 if (flags & HAS_MMX) vp8_clear_system_state = vpx_reset_mmx_state;
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp8_rtcd.h60 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp8_rtcd.h60 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/linux/x64/
H A Dvp8_rtcd.h75 #define vp8_clear_system_state vpx_reset_mmx_state macro
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp8_rtcd.h75 RTCD_EXTERN void (*vp8_clear_system_state)(); variable
514 vp8_clear_system_state = vp8_clear_system_state_c;
515 if (flags & HAS_MMX) vp8_clear_system_state = vpx_reset_mmx_state;
/external/chromium_org/third_party/libvpx/source/config/mac/x64/
H A Dvp8_rtcd.h75 #define vp8_clear_system_state vpx_reset_mmx_state macro
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp8_rtcd.h60 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp8_rtcd.h75 RTCD_EXTERN void (*vp8_clear_system_state)(); variable
514 vp8_clear_system_state = vp8_clear_system_state_c;
515 if (flags & HAS_MMX) vp8_clear_system_state = vpx_reset_mmx_state;
/external/chromium_org/third_party/libvpx/source/config/win/x64/
H A Dvp8_rtcd.h75 #define vp8_clear_system_state vpx_reset_mmx_state macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h55 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h59 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/libvpx/generic/
H A Dvp8_rtcd.h51 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h51 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h51 #define vp8_clear_system_state vp8_clear_system_state_c macro
/external/libvpx/x86/
H A Dvp8_rtcd.h71 #define vp8_clear_system_state vpx_reset_mmx_state macro

Completed in 229 milliseconds