]> granicus.if.org Git - libvpx/commit
Add vp9_idct4_1d_sse2
authorYunqing Wang <yunqingwang@google.com>
Fri, 8 Mar 2013 18:54:30 +0000 (10:54 -0800)
committerYunqing Wang <yunqingwang@google.com>
Fri, 8 Mar 2013 23:04:22 +0000 (15:04 -0800)
commit11ca81f8b64fe5af24a800ba2cfb0f0d37d56ed5
tree38f1818ec0999cfb761f8a8e130ba06165916b63
parent2e0553227e3b6a73e48c6038c9809f4b4c5eef47
Add vp9_idct4_1d_sse2

Added SSE2 idct4_1d which is called by vp9_short_iht4x4. Also,
modified the parameter type passed to vp9_short_iht functions to
make it work with rtcd prototype.

Change-Id: I81ba7cb4db6738f1923383b52a06deb760923ffe
vp9/common/vp9_idctllm.c
vp9/common/vp9_rtcd_defs.sh
vp9/common/x86/vp9_idctllm_x86.c