From: Jean THOMAS Date: Mon, 3 Aug 2020 09:33:50 +0000 (+0200) Subject: Make calibration a bit faster X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b2230c5bc542dce880d9fd68c63b94e10b2c312;p=gram.git Make calibration a bit faster --- diff --git a/libgram/src/calibration.c b/libgram/src/calibration.c index 2f24113..2a7d8e8 100644 --- a/libgram/src/calibration.c +++ b/libgram/src/calibration.c @@ -95,7 +95,7 @@ int gram_generate_calibration(const struct gramCtx *ctx, struct gramProfile *pro } } - for (rdly = 0; rdly < 8; rdly++) { + for (rdly = min_rdly_p1; rdly < 8; rdly++) { profile->rdly_p1 = rdly; gram_load_calibration(ctx, profile); gram_reset_burstdet(ctx);