add check to ensure that cq_level falls within min and max q
authorJames Berry <jamesberry@google.com>
Wed, 7 Dec 2011 20:48:00 +0000 (15:48 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 14 Dec 2011 18:39:06 +0000 (10:39 -0800)
commitc1c47e83b0b08ffaae6f42eeb6dd4db7040ede4f
treedb40dc79d1cd4716e4e42779ea5fc84b198935a4
parenta69810b8934343028057fcbb1d37337caa172a11
add check to ensure that cq_level falls within min and max q

Add the notion of deferred validation of parameters. We don't want to
validate the cq_level at initialization time, because it won't have
been set via set_param() yet.

Change-Id: Ia1308395e8c10e0b1dc4e9af3a09b2bd6744cc30
vp8/vp8_cx_iface.c