summaryrefslogtreecommitdiff
path: root/kernels/compiler_box_blur_ref.bmp
Commit message (Collapse)AuthorAgeFilesLines
* utests: replace the nodistriutable picture.Zhigang Gong2014-11-041-0/+0
| | | | | | | | | | | | According to https://bugs.debian.org/758442, we should not use Len(n)a standard test image in our package. I just select a picture took by myself. Thanks Rebecca for pointing this out. v2: forgot to add sample.bmp. Signed-off-by: Zhigang Gong <zhigang.gong@intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
* utests: Correct box blurDag Lem2013-05-271-0/+0
| | | | | | | | | | | | | | | The box blur test kernel incorrectly calculates the bottom extents of the image. This yields visible blocking artifacts in the top of the test image (since BMP images are stored bottom to top). These calculations are corrected, other extent calculations are simplified, and some dead code is removed. The reference image is corrected accordingly, and is now identical to the reference image for the box blur float buffer test. Signed-off-by: Dag Lem <dag@nimrod.no> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
* Fixed a bug in the flag register allocatorBenjamin Segovia2012-10-091-0/+0
Started to add more brutal test to improve functional regressions. Kind of needed for big modifications that are going to come Check switch case lowering functionality