summaryrefslogtreecommitdiff
path: root/cesar/ce/rx/inc
diff options
context:
space:
mode:
authordufour2010-04-06 11:10:46 +0000
committerdufour2010-04-06 11:10:46 +0000
commit8a8c2e83ce23c39caa7c10397b670786ed4c981a (patch)
tree1c6a5db4239a8600c3df0530eb29626e3c615d7e /cesar/ce/rx/inc
parenta46b186a349e04fbd03e1a7c148dfeafdc34706a (diff)
cesar/ce/rx/bitloading: add support for a simple iterative CE, closes #1273
This iterative CE is based on the PB error rate: if the PB error rate is too high during some consecutive frames, it restarts the CE initial. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6884 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce/rx/inc')
-rw-r--r--cesar/ce/rx/inc/trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/ce/rx/inc/trace.h b/cesar/ce/rx/inc/trace.h
index 420509c32c..484ca2feaf 100644
--- a/cesar/ce/rx/inc/trace.h
+++ b/cesar/ce/rx/inc/trace.h
@@ -40,6 +40,8 @@ enum
CE_RX_TRACE_FSM_HANDLING_EVENT,
CE_RX_TRACE_TONEMAP_INITIAL,
CE_RX_TRACE_INITIAL_WORSE_THAN_ROBO,
+ CE_RX_TRACE_RESTART_CE,
+ CE_RX_TRACE_PB_ERR_RATE_HIGH,
};
BEGIN_DECLS