summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/mqc.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-06-02 11:52:16 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-06-02 18:23:20 +0200
commit3d9940a35b8c566c1fb41db56018c91b511a976a (patch)
tree90c33abe4dc2cd077aa1a00ddd7552d6f9b599c3 /src/lib/openjp2/mqc.h
parent7e8b502842075738c9a062a2f06dace3f35dd7cd (diff)
Force inlining of mqc decoding and pass steps through heavy use of macros, so as to get better register allocation
Diffstat (limited to 'src/lib/openjp2/mqc.h')
-rw-r--r--src/lib/openjp2/mqc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/mqc.h b/src/lib/openjp2/mqc.h
index eb44cdd6..1c0d848b 100644
--- a/src/lib/openjp2/mqc.h
+++ b/src/lib/openjp2/mqc.h
@@ -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);*/
/* ----------------------------------------------------------------------- */
/*@}*/