Allows using optimzed version vp9_fdct8x8

Change-Id: I59cecb7178a93cdee7ad535fa996ef0caa6e988c
This commit is contained in:
Yaowu Xu
2015-07-07 10:28:42 -07:00
parent 02b3b05278
commit a8f8b83cef

View File

@@ -25,7 +25,7 @@
void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, int xstride) { void od_bin_fdct8x8(tran_low_t *y, int ystride, const int16_t *x, int xstride) {
(void) xstride; (void) xstride;
vp9_fdct8x8_c(x, y, ystride); vp9_fdct8x8(x, y, ystride);
} }
/* Normalized inverse quantization matrix for 8x8 DCT at the point of /* Normalized inverse quantization matrix for 8x8 DCT at the point of