merged Joe's changes in decode_fullaplist

This commit is contained in:
Nico Palermo/IV3NWV 2020-12-01 03:41:23 +01:00
parent baf427c358
commit 68d964b5c7
2 changed files with 5 additions and 2 deletions

View File

@ -712,7 +712,9 @@ int q65_decode_fullaplist(q65_codec_ds *codec,
// point to next codeword
pCw+=nN;
}
q65_llh=maxllh;
q65_llh=maxllh; // save for Joe's use
if (maxcw<0) // no llh larger than threshold found
return Q65_DECODE_FAILED;

View File

@ -39,7 +39,8 @@
// maximum number of weights for the fast-fading metric evaluation
#define Q65_FASTFADING_MAXWEIGTHS 65
float q65_llh;
extern float q65_llh;
typedef struct {
const qracode *pQraCode; // qra code to be used by the codec
float decoderEsNoMetric; // value for which we optimize the decoder metric