shithub: libvpx

Download patch

ref: c983c966cbed4919d008c7fc168292af75593bcd
parent: 8d3ef287a254104b91341f9a34a194d349881494
author: Dmitry Kovalev <dkovalev@google.com>
date: Tue Oct 8 07:27:56 EDT 2013

Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers.

We already have itxm_add member in MACROBLOCKD structure. Both
inv_txm4x4_1_add and inv_txm4x4_add are just its special cases for
different eob values. But eob logic is already implemented in
vp9_iwht4x4_add and vp9_idct4x4_add (that's why also removing
inverse_transform_b_4x4_add).

Change-Id: I80bec9b6f7d40c5e5033c613faca5c819c3e6326