Commit Graph

4 Commits

Author SHA1 Message Date
Jerome Jiang
9fcda19178 Refactor datarate svc test.
Bring some repeated test set up into a function.

Change-Id: I6acc545a349dc16581a23baf848c91ec36a2e83f
2018-12-04 17:33:24 -08:00
James Zern
2a5805e2cb cosmetics: normalize include guards
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-09-15 12:25:43 -07:00
Jerome Jiang
4777112764 vp9 svc: Fix uninitialized data members in frame sync tests.
BUG=webm:1542

Change-Id: If3e0b32a6832740b9af2f5c2d9418a6664297f57
2018-06-26 15:03:11 -07:00
Jerome Jiang
e3061c7e61 VP9 SVC: Add tests for layer sync on base layer.
Create tests for sync layer. The purpose of new tests is not to check
bitrate targeting, thus they're put in a new file.

Create a base class for svc tests, which is also inherited by svc datarate
tests, to reduce code redundancy.

Start decoding in the test from the frame of layer sync.

Change-Id: I7226d208279ad785873dffef51e0a8abef23b256
2018-06-23 15:04:42 -07:00