]> git.sesse.net Git - x264/commit
arm: Implement some neon 8x16c intra predict functions
authorMartin Storsjö <martin@martin.st>
Mon, 31 Aug 2015 19:40:31 +0000 (22:40 +0300)
committerHenrik Gramner <henrik@gramner.com>
Sun, 11 Oct 2015 16:44:54 +0000 (18:44 +0200)
commite2696a60a3e58d92e88e149b63c0b06a066eea9e
treed3bf7b9fe83de1169c829be40abdcdc80262844f
parent5db8b6b93aa91079ab785b9b49413625430536fd
arm: Implement some neon 8x16c intra predict functions

checkasm timing       Cortex-A7      A8     A9
intra_predict_8x16c_dct_c    862     540    590
intra_predict_8x16c_dct_neon 608     511    657
intra_predict_8x16c_h_c      972     707    719
intra_predict_8x16c_h_neon   722     656    672
intra_predict_8x16c_p_c      10183   9819   8655
intra_predict_8x16c_p_neon   2622    1972   1983
common/arm/predict-a.S
common/arm/predict-c.c
common/arm/predict.h
common/predict.c