Make local functions in vp9_dct.c static
authorJingning Han <jingning@google.com>
Mon, 20 Jul 2015 22:11:43 +0000 (15:11 -0700)
committerJingning Han <jingning@google.com>
Mon, 20 Jul 2015 22:15:27 +0000 (15:15 -0700)
commitf62805fae0e0dcf5a45ee51d73c416241e3af786
tree165c79ba62466e71edc6c2e3cb6ee5ec83b856ee
parente253eaa0361fd9cc8e8feca1d344acbf24ea1e21
Make local functions in vp9_dct.c static

This commit limits the scope of 1-D DCT and ADST functions within
vp9_dct.c and makes them static. This largely clears out the cross
referencing issue between vp9_dct.c and the SIMD optimizations.

Change-Id: If7cac478b11bb32328ccf70a9f60b709dad43d7f
vp9/encoder/vp9_dct.c
vp9/encoder/vp9_dct.h