git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
Revise the row VBV algorithm
22 septembre 2015, par Anton Mitrofanov -
Fix high bit depth lookahead cost compensation algorithm
22 septembre 2015, par Anton Mitrofanov -
Correctly update the intra row predictor in B-frames
22 septembre 2015, par Anton Mitrofanov -
Change the predictors update algorithm
22 septembre 2015, par Anton Mitrofanov -
arm : Implement x264_mbtree_propagate_{cost, list}_neon
3 septembre 2015, par Martin Storsjöarm: Implement x264_mbtree_propagate_{cost, list}_neon The cost function could be simplified to avoid having to clobber q4/q5, but this requires reordering instructions which increase the total runtime. checkasm timing Cortex-A7 A8 A9 mbtree_propagate_cost_c 63702 155835 62829 mbtree_propagate_cost_neon 17199 10454 11106 mbtree_propagate_list_c 104203 108949 84532 mbtree_propagate_list_neon 82035 78348 60410