aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/v210dec.c
Commit message (Collapse)AuthorAgeFilesLines
* checkasm/v210dec: add extra space to the destination arraysJames Darnley2022-12-211-6/+6
|
* avcodec/x86: add avx512icl function for v210decJames Darnley2022-12-201-6/+6
| | | | Ice Lake (Xeon Silver 4316): 2.01x faster (1147±36.8 vs. 571±38.2 decicycles) compared with avx2
* avcodec/v210_dec: Move ff_v210dec_init into a headerAndreas Rheinhardt2022-05-061-1/+1
| | | | | | | | This removes a dependency of checkasm on lavc/v210_dec.o and also allows to inline ff_v210dec_init() irrespectively of interposing. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* checkasm: add test for v210decJames Darnley2019-05-021-0/+77