| Index: source/libvpx/vp8/encoder/arm/variance_arm.h | 
| =================================================================== | 
| --- source/libvpx/vp8/encoder/arm/variance_arm.h	(revision 96967) | 
| +++ source/libvpx/vp8/encoder/arm/variance_arm.h	(working copy) | 
| @@ -83,10 +83,7 @@ | 
|  | 
| //extern prototype_getmbss(vp8_get_mb_ss_c); | 
| extern prototype_variance(vp8_mse16x16_neon); | 
| -extern prototype_sad(vp8_get16x16pred_error_neon); | 
| -//extern prototype_variance2(vp8_get8x8var_c); | 
| -//extern prototype_variance2(vp8_get16x16var_c); | 
| -extern prototype_sad(vp8_get4x4sse_cs_neon); | 
| +extern prototype_get16x16prederror(vp8_get4x4sse_cs_neon); | 
|  | 
| #if !CONFIG_RUNTIME_CPU_DETECT | 
| #undef  vp8_variance_sad4x4 | 
| @@ -149,15 +146,6 @@ | 
| #undef  vp8_variance_mse16x16 | 
| #define vp8_variance_mse16x16 vp8_mse16x16_neon | 
|  | 
| -#undef  vp8_variance_get16x16prederror | 
| -#define vp8_variance_get16x16prederror vp8_get16x16pred_error_neon | 
| - | 
| -//#undef  vp8_variance_get8x8var | 
| -//#define vp8_variance_get8x8var vp8_get8x8var_c | 
| - | 
| -//#undef  vp8_variance_get16x16var | 
| -//#define vp8_variance_get16x16var vp8_get16x16var_c | 
| - | 
| #undef  vp8_variance_get4x4sse_cs | 
| #define vp8_variance_get4x4sse_cs vp8_get4x4sse_cs_neon | 
| #endif | 
|  |