summaryrefslogtreecommitdiff
path: root/test/i965_test_image_utils.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28test: add YUVImage classU. Artie Eoff1-0/+747
Add a class that employs std::valarray and std::slice to manage YUV input/output data. Using valarray's and slice's are generally more efficient than std::vector in most test use cases where YUV data is needed. Current test cases that are using different (yet similar) code to manage it's own YUV input/output data can eventually converge onto use of this common class instead. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> Reviewed-by: Sean V Kelley <seanvk@posteo.de>