summaryrefslogtreecommitdiff
path: root/test/i965_jpeg_encode_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* test/jpege: skip >4k res test cases on CHV/BSWU. Artie Eoff2017-05-031-4/+14
* test: use YUVImage in JPEG encode testsU. Artie Eoff2016-10-281-86/+49
* test: use valarray for raw image comparisonScott D Phillips2016-10-191-16/+13
* test: use common I965ConfigTest fixture for jpeg enc/decU. Artie Eoff2016-10-061-18/+0
* test: jpeg/enc: add tests for Y800 inputsU. Artie Eoff2016-10-031-5/+5
* test: jpeg/enc: add tests for YUY2 and UYVY inputsU. Artie Eoff2016-10-031-8/+10
* test: jpeg/enc: move YUV conversion to TestInput classU. Artie Eoff2016-10-031-24/+2
* test: jpeg/enc: enable shared_from_this on TestInputU. Artie Eoff2016-10-031-1/+1
* test: jpeg/enc: move input creators to data fileU. Artie Eoff2016-10-031-80/+1
* test: jpeg/enc: move TestInput impl to compilation unitU. Artie Eoff2016-10-031-0/+2
* test: move generic toString to i965_streamable.hU. Artie Eoff2016-10-031-10/+0
* test: move ASSERT_NO_FAILURE macro to test.hU. Artie Eoff2016-10-031-4/+0
* test: add some jpeg encode testsU. Artie Eoff2016-09-281-0/+699