update j2k_lib with new opj type
[openjpeg.git] / libopenjpeg / mct.h
index fab28d0c3f5c445e10f58ef95e6e02ce193be941..68107136848d2653b9c63b5b180e403d17172a66 100644 (file)
@@ -116,6 +116,8 @@ opj_bool mct_decode_custom(
                                           /* tells if the data is signed */
                                           OPJ_UINT32 isSigned);
 
+void opj_calculate_norms(OPJ_FLOAT64 * pNorms,OPJ_UINT32 p_nb_comps,OPJ_FLOAT32 * pMatrix);
+
 const OPJ_FLOAT64 * get_mct_norms ();
 const OPJ_FLOAT64 * get_mct_norms_real ();
 /* ----------------------------------------------------------------------- */