changeset 300:b9d1ec19876c

l1p_cmpl.c: l1ddsp_read_iq_dump() calls eliminated
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 02 Oct 2017 06:52:47 +0000
parents 3d0f510f0420
children cd22ba21ac2f
files chipsetsw/layer1/p_cfile/l1p_cmpl.c
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 06:44:23 2017 +0000
+++ b/chipsetsw/layer1/p_cfile/l1p_cmpl.c	Mon Oct 02 06:52:47 2017 +0000
@@ -2046,7 +2046,9 @@
       l1s.task_status[task].current_status = INACTIVE;
   }
 
-  l1ddsp_read_iq_dump(task);
+  #if 0	/* FreeCalypso TCS211 reconstruction */
+    l1ddsp_read_iq_dump(task);
+  #endif
   // Flag the use of the MCU/DSP dual page read interface.
   // ******************************************************
 
@@ -2181,7 +2183,9 @@
     }
   }
 
-  l1ddsp_read_iq_dump(task);
+  #if 0	/* FreeCalypso TCS211 reconstruction */
+    l1ddsp_read_iq_dump(task);
+  #endif
   // Set flag used to change the read page at the end of "l1_synch".
   l1s_dsp_com.dsp_r_page_used = TRUE;
 }
@@ -2781,7 +2785,9 @@
 #endif /* #if (FF_L1_FAST_DECODING == 1) */
   }
 
-  l1ddsp_read_iq_dump(task);
+  #if 0	/* FreeCalypso TCS211 reconstruction */
+    l1ddsp_read_iq_dump(task);
+  #endif
   // Flag the use of the MCU/DSP dual page read interface.
   // ******************************************************