Implement a VSX version of : - [ ] vpx_sub_pixel_variance8x8 - [ ] vpx_sub_pixel_variance16x16 - [ ] vpx_sub_pixel_variance32x32 - [ ] vpx_sub_pixel_variance64x64 Each function must: - [ ] Pass the VpxSubpelVarianceTest suite - [ ] Include Speed Test to the VpxSubpelVarianceTest suite (Disabled by default) - [ ] Report performance in commit msg (compared to C version) - Must show significant speedup over C version