]> granicus.if.org Git - libvpx/commit
Consistent names for FDCT functions.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 10 Oct 2013 18:53:55 +0000 (11:53 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 10 Oct 2013 18:53:55 +0000 (11:53 -0700)
commitfc82dbb434d9424485628941d6db6a427d8ca480
tree4d8cea0e7cea76965a05233d03fe2eac17f94140
parent1e8fc24af8ded08c3ce0e1d3d60008c808bcf0cd
Consistent names for FDCT functions.

Renames:
  fdct4_1d   -> fdct4
  fadst4_1d  -> fadst4
  fdct8_1d   -> fdct8
  fadst8_1d  -> fadst8
  fdct16_1d  -> fdct16
  fadst16_1d -> fadst16

"_1d" suffix is redundant, so removing it. The same will happen with idct
in the next change sets.

Change-Id: Ibf421cd2f569146c6079269df7a31819c098265e
vp9/encoder/vp9_dct.c