summaryrefslogtreecommitdiff
path: root/test/vpx_scale_test.h
AgeCommit message (Collapse)Author
2018-09-15cosmetics: normalize include guardsJames Zern
use the recommended format [1] of: <PROJECT>_<PATH>_<FILE>_H_ [1] https://google.github.io/styleguide/cppguide.html#The__define_Guard "All header files should have #define guards to prevent multiple inclusion. The format of the symbol name should be <PROJECT>_<PATH>_<FILE>_H_." Change-Id: I2e8ab0b32fb23c30fa43cff5fec12d043c0d2037
2018-03-07vpx_scale_test: add w/h output to alloc failureJames Zern
Change-Id: Ib5df91d9fcd7fe973a2f7d8e73a204259beddc07
2017-10-11Test extreme inputs in frame scale functionsLinfeng Zhang
Change-Id: Ic149e3cb59be2ee0f98a3fcfd83226ad5ea30c99
2017-09-08vpx_scale_test.h: remove #if from inside macroJames Zern
fixes visual studio error Change-Id: I86206f17ca951b15e247c1b92561847d8c21ec7a
2017-09-06Add ScaleFrameTestLinfeng Zhang
Move class VpxScaleBase to new file test/vpx_scale_test.h. Add new file test/vp9_scale_test.cc with ScaleFrameTest. BUG=webm:1419 Change-Id: Iec2098eafcef99b94047de525e5da47bcab519c1