vpx/vp9/encoder
Dmitry Kovalev c983c966cb 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
2013-10-08 11:27:56 -07:00
..
2013-10-07 15:44:50 -07:00
2013-06-07 16:00:26 -07:00
2013-10-04 13:47:59 -07:00
2013-10-04 11:19:06 -07:00
2013-10-04 11:22:22 -07:00
2013-02-28 13:18:02 -08:00
2013-10-04 17:08:41 -07:00
2013-10-04 11:01:49 -07:00
2013-02-21 10:34:33 -08:00
2013-04-19 22:16:28 +01:00
2013-10-04 14:08:37 -07:00