]> git.sesse.net Git - x264/commit
arm: Implement integral_init4/8h/v_neon
authorMartin Storsjö <martin@martin.st>
Tue, 25 Aug 2015 11:38:14 +0000 (14:38 +0300)
committerHenrik Gramner <henrik@gramner.com>
Sun, 11 Oct 2015 16:44:54 +0000 (18:44 +0200)
commit5265b927b0f2e043dd39cbbbf3909da0862d60e6
tree206362ebe5e86d019ceadeec18dc961f5e49b84f
parentb08403b5593307b919bfe5bfbd743da825326a4c
arm: Implement integral_init4/8h/v_neon

checkasm timing       Cortex-A7      A8     A9
integral_init4h_c            10466   8590   6161
integral_init4h_neon         3021    1494   1800
integral_init4v_c            16250   13590  13628
integral_init4v_neon         3473    2073   3291
integral_init8h_c            10100   8275   5705
integral_init8h_neon         4403    2344   2751
integral_init8v_c            6403    4632   4999
integral_init8v_neon         1184    783    1306
common/arm/mc-a.S
common/arm/mc-c.c