]> granicus.if.org Git - libvpx/commit
Giving consistent names to IDCT 32x32 functions.
authorDmitry Kovalev <dkovalev@google.com>
Thu, 10 Oct 2013 18:27:39 +0000 (11:27 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Thu, 10 Oct 2013 18:27:39 +0000 (11:27 -0700)
commit1e766b50e2b08a28746898aaa494dfecdf0c818a
treecd987c2c086366250fb864edaf6c70d61d5b4931
parent1e8fc24af8ded08c3ce0e1d3d60008c808bcf0cd
Giving consistent names to IDCT 32x32 functions.

Renames:
  vp9_short_idct32x32_add   -> vp9_idct32x32_1024_add
  vp9_short_idct32x32_1_add -> vp9_idct32x32_1_add
  vp9_idct_add_32x32        -> vp9_idct32x32_add

Change-Id: Id85306f5814bac6c47463a6b5901a93082510666
test/dct32x32_test.cc
vp9/common/arm/neon/vp9_short_idct32x32_add_neon.asm
vp9/common/vp9_idct.c
vp9/common/vp9_idct.h
vp9/common/vp9_rtcd_defs.sh
vp9/common/x86/vp9_idct_intrin_sse2.c
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_encodemb.c