summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/bitloading/inc/bitloading.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/rx/bitloading/inc/bitloading.h')
-rw-r--r--cesar/ce/rx/bitloading/inc/bitloading.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/ce/rx/bitloading/inc/bitloading.h b/cesar/ce/rx/bitloading/inc/bitloading.h
index b6f2a658b3..b57269a333 100644
--- a/cesar/ce/rx/bitloading/inc/bitloading.h
+++ b/cesar/ce/rx/bitloading/inc/bitloading.h
@@ -147,6 +147,8 @@ ce_rx_bl_update_tone_map_at_ber_consign (u64 ber_pt,
* consign).
* \param iteration_max maximum number of iteration.
* \param tonemask the tone mask context.
+ * \param reducedtm extra tone mask context used to mask faulty carriers
+ * during tonemap generation. Can be the same as tonemask.
* \param bl the bit loading context.
* \return the computed tone map or NULL if no tone map computation is
* possible.
@@ -164,6 +166,7 @@ tonemap_t *
ce_rx_bl_compute_tone_map_iterative (const u64 bpt_initial[PHY_FEC_RATE_NB],
uint iteration_max,
tonemask_info_t *tonemask,
+ tonemask_info_t *reducedtm,
ce_rx_bitloading_t *bl);
/**