shithub: libvpx

Download patch

ref: b66f7016c1eed780545efa2518a7f33ae401ee35
parent: 5d9cdac08709d6343fbd028f280a92bd7fd7d04c
author: Jingning Han <jingning@google.com>
date: Tue Oct 7 08:30:33 EDT 2014

Take out repeated block width/height lookup functions

The functions b_width_log2 and b_height_log2 only do direct
table fetch. This commit unifies such use cases by using the
table directly and removes these functions.

Change-Id: I3103fc6ba959c1182886a2799d21b8b77c8a7b6b