shithub: libvpx

Download patch

ref: eda179764f5b270c7298660a12fb8f9176902e2a
parent: cf3202132f74081292173e8cd6aff4bf9ca2c0af
author: Yaowu Xu <yaowu@google.com>
date: Thu Jan 22 10:27:43 EST 2015

Replace divide with look-up

This commit replaces an integer divide with a table-lookup. It is
to improve decoding speed, and at the same time, to reduce possible
complications with a bug in AMD Family 12h processors:

"665 Integer Divide Instruction May Cause Unpredictable Behavior"

Change-Id: I678b707a538798a923850bac467e66e847e6def7