Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkasm/v210dec: add extra space to the destination arrays | James Darnley | 2022-12-21 | 1 | -6/+6 |
| | |||||
* | avcodec/x86: add avx512icl function for v210dec | James Darnley | 2022-12-20 | 1 | -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 header | Andreas Rheinhardt | 2022-05-06 | 1 | -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 v210dec | James Darnley | 2019-05-02 | 1 | -0/+77 |