cisco / thor

Thor Video Codec
BSD 2-Clause "Simplified" License
699 stars 101 forks source link

Add code to check encoder/decoder agreement #29

Closed negge closed 8 years ago

negge commented 9 years ago

It would be useful to have an automated way to check that the encoder and decoder agree on the reconstructed frame. This could be done by running the decoder inside the encoder after each frame with the coded bitstream.

See issue #31.

thdav commented 8 years ago

Added encoder/decoder checking in 0d34dcfee90f0cb083bcf0b1ff2bbf9568804ef6; not quite the same, but sufficient.