Force inlining of mqc decoding and pass steps through heavy use of macros, so as...
[openjpeg.git] / src / lib / openjp2 / mqc.h
index eb44cdd650b3fe242a114ab06bbe77209b377f8b..1c0d848be2fd321d69764bcc33be8e02d275c706 100644 (file)
@@ -191,7 +191,7 @@ Decode a symbol
 @param mqc MQC handle
 @return Returns the decoded symbol (0 or 1)
 */
-static INLINE OPJ_UINT32 opj_mqc_decode(opj_mqc_t * const mqc);
+/*static INLINE OPJ_UINT32 opj_mqc_decode(opj_mqc_t * const mqc);*/
 /* ----------------------------------------------------------------------- */
 /*@}*/