X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libopenjpeg%2Fmct.h;h=68107136848d2653b9c63b5b180e403d17172a66;hb=8363a6ab1e031bb4b2e40a92e56efd40fdab1aa1;hp=fab28d0c3f5c445e10f58ef95e6e02ce193be941;hpb=b3f00d05a8bf7eefaf031e04e1dcb4aa245b1f50;p=openjpeg.git diff --git a/libopenjpeg/mct.h b/libopenjpeg/mct.h index fab28d0c..68107136 100644 --- a/libopenjpeg/mct.h +++ b/libopenjpeg/mct.h @@ -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 (); /* ----------------------------------------------------------------------- */