Hacker News new | ask | show | jobs
by vortico 2832 days ago
This is really cool and educational! How difficult is encoding relative to decoding?
1 comments

Encoders usually harder, because, for example, you can't verify it using reference vectors (there no exact reference to compare with). Also encoders like h264 contains big part of decoder as well, because it must reconstruct encoded frame internally for motion compensation.