Dmitry Kovalev 3a0602578e Giving consistent names to IDCT/IWHT functions.
The idea is to have the following names for each transform size:

vp9_idct4x4_add
  vp9_idct4x4_1_add
  vp9_idct4x4_10_add
  vp9_idct4x4_16_add

vp9_idct8x8_add
  vp9_idct8x8_1_add
  vp9_idct8x8_10_add
  vp9_idct8x8_64_add

etc for 16x16, 32x32

The actual list of renames in this patch:

vp9_idct_add_lossless     -> vp9_iwht4x4_add
vp9_short_iwalsh4x4_add   -> vp9_iwht4x4_16_add
vp9_short_iwalsh4x4_1_add -> vp9_iwht4x4_1_add

vp9_idct_add            -> vp9_idct4x4_add
vp9_short_idct4x4_add   -> vp9_idct4x4_16_add
vp9_short_idct4x4_1_add -> vp9_idct4x4_1_add

Change-Id: I6f43f7437c68dd30cdd05d72e213765578ed30b1
2013-10-04 14:17:06 -07:00
..
2013-07-08 14:54:04 -07:00
2013-09-24 10:56:06 -07:00
2013-09-29 19:44:05 -07:00
2013-09-29 18:04:48 -07:00
2013-09-29 20:29:43 -07:00
2013-05-16 11:56:00 -07:00
2013-09-29 18:34:41 -07:00
2013-08-01 15:06:34 -07:00
2013-09-29 17:50:18 -07:00
2013-03-05 14:12:16 -08:00
2013-09-29 19:29:58 -07:00
2012-11-27 14:12:30 -08:00
2013-02-22 11:03:14 -08:00
2013-02-22 11:03:14 -08:00
2013-07-16 14:47:15 -07:00
2013-09-29 19:37:11 -07:00