Basic verification tests for VPX encoder.

A basic confirmation about a frame being properly
encoded is done by trying to decode it.
(Since in realtime mode vp8 encode output is non-
deterministic, a md5 sum comparison wouldn't work.)

A raw yv12 stream is encoded and written to
an IVF file, which is later decoded by vp8 decoder to
verify frames are at least decodable.

Associated raw stream and IVF reader+writer is included.

Change-Id: Ib672794ce5dca3812b5b16d54f74d4590502346b
Signed-off-by: Kunter Gultekin <kuntergultekin@google.com>
4 files changed