aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/aacpsdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* checkasm: add hybrid_analysis_ileave and hybrid_synthesis_deint tests to ↵James Almer2017-07-131-0/+82
| | | | | | aacpsdsp Signed-off-by: James Almer <jamrial@gmail.com>
* checkasm: randomize the full input buffer in test_hybrid_analysisJames Almer2017-06-301-1/+1
| | | | Missed in the last commit.
* checkasm: fix size of input buffer in test_hybrid_analysisJames Almer2017-06-301-1/+1
|
* lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-281-1/+1
|
* checkasm: add AAC PS testsClément Bœsch2017-06-281-0/+161
This includes various fixes and improvements from James Almer. Signed-off-by: James Almer <jamrial@gmail.com>