shithub: libvpx

Download patch

ref: 5d93feb6ada860cbd51975cbe208f0ccf8a312a8
parent: 18c780a0ff209940d361626c212e20b2559f48e8
author: Jingning Han <jingning@google.com>
date: Mon Sep 9 12:02:07 EDT 2013

Remove redundant condition check in 32x32 quant

The c code implementation of 32x32 quantization does the zbin check
of all coefficients prior to the quant/dequant loop, hence removing
the redundant zbin check inside the loop. This only affects the
c code version. SSSE3 version does not separate the zbin check out.

Change-Id: Ic197a7d61d0b25fcac3cc092987651378cb56e4e