]> granicus.if.org Git - libvpx/commit
Add assert for zero_motion_factor range
authorPaul Wilkins <paulwilkins@google.com>
Thu, 29 Apr 2021 10:06:16 +0000 (11:06 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Thu, 29 Apr 2021 10:12:40 +0000 (11:12 +0100)
commite14026ac21a6b6c93fd0fc954055643ed30972e0
tree2a269ce37c7966eea239ebd04a25cdd780f0e307
parent9f57bc4d6c7a577538042a49ede8ee98dc8cc300
Add assert for zero_motion_factor range

Change clamp to an assert so we are warned if changes to input
ranges or defaults in the future lead to an invalid value.

Change-Id: Idb4e0729f477a519bfff3083cdce3891e2fc6faa
vp9/encoder/vp9_firstpass.c