summaryrefslogtreecommitdiff
path: root/tests/checkasm/llviddsp.c
Commit message (Collapse)AuthorAge
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
| | | | | | | They do the same. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* checkasm/llviddsp: fix mixed code and declarationsJames Almer2017-12-10
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm/llviddsp : add test for add_gradient_predMartin Vignali2017-12-09
|
* checkasm/llviddsp : test return of add_left_pred(16)Martin Vignali2017-12-09
|
* checkasm/llviddsp: fix warnings about mixed declaration and codeJames Almer2017-11-08
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm/llviddsp : add test for other dsp funcMartin Vignali2017-11-07
| | | | | | add_median_pred add_left_pred : add two func one with acc 0, and one with random acc add_left_pred16
* avcodec/lossless_videodsp: use ptrdiff_t for length parametersJames Almer2017-03-22
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit '22c3ab18646924ce24dc6017a9e882ff69689e40'Clément Bœsch2017-03-22
* commit '22c3ab18646924ce24dc6017a9e882ff69689e40': checkasm: Add test for huffyuvdsp add_bytes huffyuvdsp is renamed to llviddsp to be consistent with our codebase. Note: af607b7e07 wasn't actually required for this test since this commit is not actually testing huffyuvdsp. Merged-by: Clément Bœsch <u@pkh.me>