ref: d88ca3c3354aa58e487683cd8736322a4e814d1c
parent: f1d090e2f56e28b3218fb99f648bd5d59ae2f4b1
author: hui su <[email protected]>
date: Mon Aug 24 09:46:05 EDT 2015
Fix a bug induced in f1d090e2f56e28b3218fb99f648bd5d59ae2f4b1 Change-Id: I5f7ab8ee75192a4c6c7aa723d2e113400d6ca9a5
--- a/vp10/decoder/decodeframe.c
+++ b/vp10/decoder/decodeframe.c
@@ -217,7 +217,7 @@
return;
}
} else {
-#else // CONFIG_VP9_HIGHBITDEPTH
+#endif // CONFIG_VP9_HIGHBITDEPTH
switch (tx_size) {
case TX_4X4:
vp10_inv_txfm_add_4x4(dqcoeff, dst, stride, eob, tx_type,
@@ -237,7 +237,6 @@
assert(0 && "Invalid transform size");
return;
}
-#endif // CONFIG_VP9_HIGHBITDEPTH
#if CONFIG_VP9_HIGHBITDEPTH
}
#endif // CONFIG_VP9_HIGHBITDEPTH
@@ -289,7 +288,7 @@
return;
}
} else {
-#else // CONFIG_VP9_HIGHBITDEPTH
+#endif // CONFIG_VP9_HIGHBITDEPTH
switch (tx_size) {
case TX_4X4:
vp10_inv_txfm_add_4x4(dqcoeff, dst, stride, eob, tx_type,
@@ -309,7 +308,6 @@
assert(0 && "Invalid transform size");
return;
}
-#endif // CONFIG_VP9_HIGHBITDEPTH
#if CONFIG_VP9_HIGHBITDEPTH
}
#endif // CONFIG_VP9_HIGHBITDEPTH