]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
Build #44 debug:revert changes for PASDK-277,CID=e58c364a
authorFrank Livingston <frank-livingston@ti.com>
Sat, 20 May 2017 15:28:11 +0000 (10:28 -0500)
committerFrank Livingston <frank-livingston@ti.com>
Sat, 20 May 2017 15:28:21 +0000 (10:28 -0500)
pasdk/common/aspDecOpCircBuf_common.h

index 92af7d23fb8f2a74b4eb5b430a09a23ebd090604..f2c4a4c96ff34bbf296a9db952d075807790835c 100644 (file)
@@ -68,8 +68,8 @@ All rights reserved.
 #define ASP_DECOP_CB_INIT_RDIDX_DDP         ( 0 )
 
 #define ASP_DECOP_CB_MAX_NUM_AF_THD         ( 10 )
-#define ASP_DECOP_CB_INIT_LAG_THD           ( 6 )  
-#define ASP_DECOP_CB_INIT_WRTIDX_THD        ( ASP_DECOP_CB_INIT_LAG_THD )
+#define ASP_DECOP_CB_INIT_LAG_THD           ( 3 ) // ( 6 )  
+#define ASP_DECOP_CB_INIT_WRTIDX_THD        ( 1 ) // ( ASP_DECOP_CB_INIT_LAG_THD )
 #define ASP_DECOP_CB_INIT_RDIDX_THD         ( 0 )
 #define ASP_DECODE_CB_GATE_NAME             ( "AspDecOpCbGate" )
 #define ASP_DECODE_CB_GATE_REGION_ID        ( 0 )