| Index: source/config/win/x64/vp8_rtcd.h
|
| ===================================================================
|
| --- source/config/win/x64/vp8_rtcd.h (revision 191886)
|
| +++ source/config/win/x64/vp8_rtcd.h (working copy)
|
| @@ -22,6 +22,10 @@
|
| union int_mv;
|
| struct yv12_buffer_config;
|
|
|
| +void vp8_clear_system_state_c();
|
| +void vpx_reset_mmx_state();
|
| +#define vp8_clear_system_state vpx_reset_mmx_state
|
| +
|
| void vp8_dequantize_b_c(struct blockd*, short *dqc);
|
| void vp8_dequantize_b_mmx(struct blockd*, short *dqc);
|
| #define vp8_dequantize_b vp8_dequantize_b_mmx
|
| @@ -499,6 +503,7 @@
|
|
|
|
|
|
|
| +
|
| vp8_build_intra_predictors_mby_s = vp8_build_intra_predictors_mby_s_sse2;
|
| if (flags & HAS_SSSE3) vp8_build_intra_predictors_mby_s = vp8_build_intra_predictors_mby_s_ssse3;
|
|
|
|
|