This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
During GSoC I was able to accomplish the following: optimize part of the ipred functions and implement tile threading support. | |
Links for optimized avx2 ipred functions: | |
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=35a5d9715dd82fd00f1d1401ec6be2d3e2eea81c | |
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=81fc617c125734aa6f3b3d938af75fef6db750e7 | |
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=73d9a9a6af5d00cfa9b98c7d9fc9abd0c734ba8e | |
Links for the tile threading code: | |
http://ffmpeg.org/pipermail/ffmpeg-devel/2017-August/215363.html | |
http://ffmpeg.org/pipermail/ffmpeg-devel/2017-August/215361.html |