summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21d1606)
raw | patch | inline | side by side (parent: 21d1606)
author | Frank Livingston <frank-livingston@ti.com> | |
Mon, 15 Aug 2016 18:07:27 +0000 (13:07 -0500) | ||
committer | Frank Livingston <frank-livingston@ti.com> | |
Mon, 15 Aug 2016 18:07:27 +0000 (13:07 -0500) |
diff --git a/procsdk_audio_x_xx_xx_xx/test_arm/application/app.cmd b/procsdk_audio_x_xx_xx_xx/test_arm/application/app.cmd
index 57e01ff9a5d2f60c44dac8af96a9e6a45925249e..793b78b7cc69d3868d9693e2b4f10d2efa01d717 100644 (file)
SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\paf\pa\build\a15\release )
-SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\intrinsics\Dolby_Intrinsics_Imp\lib_float_A15 )
-SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_lib\a15 )
-SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_wrapper\a15 )
+/* SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\intrinsics\Dolby_Intrinsics_Imp\lib_float_A15 ) */
+/* SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_lib\a15 ) */
+/* SEARCH_DIR ( C:\ti\procsdk_audio_x_xx_xx_xx\ddp\Dolby_Digital_Plus_Decoder_Imp\Source_Code\make\ddp_udc_wrapper\a15 ) */
INPUT ( c67x_cintrins_elf.lib simulate_dma_elf.lib )
INPUT ( acp_elf.lib asp_std_elf.lib com_asp_elf.lib com_dec_elf.lib pcm1_elf.lib )
-INPUT ( dlb_intrinsics_generic_float32_release.a )
-INPUT ( ddp_dec_lib_generic_wrapper_release.a ddp_dec_lib_generic_float32_release.a )
+/* INPUT ( dlb_intrinsics_generic_float32_release.a ) */
+/* INPUT ( ddp_dec_lib_generic_wrapper_release.a ddp_dec_lib_generic_float32_release.a ) */
SECTIONS
{
diff --git a/procsdk_audio_x_xx_xx_xx/test_arm/framework/audioStreamDecodeProc.c b/procsdk_audio_x_xx_xx_xx/test_arm/framework/audioStreamDecodeProc.c
index 690a7f3cf3b9cc7d2a26d945086d463bb0e8c313..214ed6ae26ce251717fcd76791421d3720f1d035 100644 (file)
Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DECODE]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
- Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
- Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
+ //Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
+ //Cache_wb((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
Cache_wait();
// (***) FL: hackin'
Cache_wb((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM]), size, Cache_Type_ALLD, 0);
size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]->size;
Cache_wb((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]), size, Cache_Type_ALLD, 0);
- size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]->size;
- Cache_wb((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), size, Cache_Type_ALLD, 0);
- size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]->size;
- Cache_wb((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), size, Cache_Type_ALLD, 0);
+ //size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]->size;
+ //Cache_wb((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), size, Cache_Type_ALLD, 0);
+ //size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]->size;
+ //Cache_wb((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), size, Cache_Type_ALLD, 0);
Cache_wait();
// (***) FL: hackin'
diff --git a/procsdk_audio_x_xx_xx_xx/test_arm/framework/itopo/patchs.c b/procsdk_audio_x_xx_xx_xx/test_arm/framework/itopo/patchs.c
index 10da07f651a0e6410a80b0e628aecce6f0914c45..edf61936fa78ebb029b9fa1d7132479da909dcbe 100644 (file)
#include <pcm.h>
#include <pcm_mds.h>
-#define _DDPAT_
+//#define _DDPAT_
//#define _SRC4_
#ifdef _DDPAT_
diff --git a/procsdk_audio_x_xx_xx_xx/test_dsp/application/app.cmd b/procsdk_audio_x_xx_xx_xx/test_dsp/application/app.cmd
index 9b9214bdbc23f3ec37c68131e0ec66ef8530c30c..3723bcca1f68ea2503a9ee50f2e709de5a21863c 100644 (file)
-i"C:\ti\procsdk_audio_x_xx_xx_xx\paf\pa\build\c66x\release"
--i"C:\ti\procsdk_audio_x_xx_xx_xx\oar\CCS_OAR_lib\make"
--i"C:\ti\procsdk_audio_x_xx_xx_xx\bmda\Source_Code\make\c66x\release"
--i"C:\ti\procsdk_audio_x_xx_xx_xx\intrinsics\Dolby_Intrinsics_Imp\lib_elf_C66"
+/* -i"C:\ti\procsdk_audio_x_xx_xx_xx\oar\CCS_OAR_lib\make" */
+/* -i"C:\ti\procsdk_audio_x_xx_xx_xx\bmda\Source_Code\make\c66x\release" */
+/* -i"C:\ti\procsdk_audio_x_xx_xx_xx\intrinsics\Dolby_Intrinsics_Imp\lib_elf_C66" */
-l"acp_elf.lib"
-l"asp_std_elf.lib"
-l"pce2_elf.lib"
-l"pcm1_elf.lib"
-l"dcs7_elf.lib"
--l"dolby_oar_lib.lib"
--l"bmda_elf.lib"
--l"dlb_intrinsics_c66_float_release.lib"
+/* -l"dolby_oar_lib.lib" */
+/* -l"bmda_elf.lib" */
+/* -l"dlb_intrinsics_c66_float_release.lib" */
SECTIONS
{
diff --git a/procsdk_audio_x_xx_xx_xx/test_dsp/application/itopo/evmk2g/alpha/i13_a.h b/procsdk_audio_x_xx_xx_xx/test_dsp/application/itopo/evmk2g/alpha/i13_a.h
index 72d95f7d795f7f04650c918bcb28f0778c1d90f7..4b45ee346e116aaf9dfaeb620172b4b7b666818d 100644 (file)
//#include <pafstream_a.h>\r
//#include <pafnic_a.h>\r
//#include <pcm_a.h>\r
-#include <ddpat_a.h>\r
+//#include <ddpat_a.h>\r
//#include <thd_a.h>\r
//#include <dm_a.h>\r
//#include <pce_a.h>\r
-#include <oar_a.h>\r
-#include <bmda_a.h>\r
+//#include <oar_a.h>\r
+//#include <bmda_a.h>\r
#endif /* _I13_A_H_ */\r
diff --git a/procsdk_audio_x_xx_xx_xx/test_dsp/framework/audioStreamInpProc.c b/procsdk_audio_x_xx_xx_xx/test_dsp/framework/audioStreamInpProc.c
index 0995fb1eb7eb4bbef2927bc7e1bc9586c14bde2b..26c86569bfb83c4f1a78a0448a10bcb75fcf51e4 100644 (file)
Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DECODE]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
- Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
- Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
+ //Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
+ //Cache_inv((Ptr)(&IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), sizeof(IALG_Status *), Cache_Type_ALLD, 0);
Cache_wait();
if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_DECODE]) Log_info0("ERROR: beta unit for Dec==NULL");
if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM]) Log_info0("ERROR: beta unit for Dec==NULL");
if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]) Log_info0("ERROR: beta unit for Dec==NULL");
- if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]) Log_info0("ERROR: beta unit for Dec==NULL");
- if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]) Log_info0("ERROR: beta unit for Dec==NULL");
+ //if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]) Log_info0("ERROR: beta unit for Dec==NULL");
+ //if (!IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]) Log_info0("ERROR: beta unit for Dec==NULL");
// (***) FL: hackin'
// invalidate Status structures for Beta Units initialized on Slave
Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]), sizeof(Int), Cache_Type_ALLD, 0);
size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]->size;
Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM2]), size, Cache_Type_ALLD, 0);
- Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), sizeof(Int), Cache_Type_ALLD, 0);
- size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]->size;
- Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), size, Cache_Type_ALLD, 0);
- Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), sizeof(Int), Cache_Type_ALLD, 0);
- size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]->size;
- Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), size, Cache_Type_ALLD, 0);
+ //Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), sizeof(Int), Cache_Type_ALLD, 0);
+ //size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]->size;
+ //Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), size, Cache_Type_ALLD, 0);
+ //Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), sizeof(Int), Cache_Type_ALLD, 0);
+ //size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]->size;
+ //Cache_inv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP2]), size, Cache_Type_ALLD, 0);
Cache_wait();
// (***) FL: hackin'
Cache_wbInv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DECODE]), size, Cache_Type_ALLD, 0);
size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM]->size;
Cache_wbInv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_PCM]), size, Cache_Type_ALLD, 0);
- size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]->size;
- Cache_wbInv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), size, Cache_Type_ALLD, 0);
+ //size = IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]->size;
+ //Cache_wbInv((Ptr)(IACP_STD_BETA_TABLE.pStatus[STD_BETA_DDP]), size, Cache_Type_ALLD, 0);
Cache_wait();
//if (errno = pP->fxns->decodeInit (pP, pQ, pC, alg))
diff --git a/procsdk_audio_x_xx_xx_xx/test_dsp/framework/itopo/patchs.c b/procsdk_audio_x_xx_xx_xx/test_dsp/framework/itopo/patchs.c
index 8f76d3b3192694b96ba994fed207babbab34f83d..5cc1363d8386a386dbe13067cf6aa6753bf96950 100644 (file)
#define SUC_TIH_ISUC SRC_TIH_ISRC
#endif
-#define _OAR_
+//#define _OAR_
#ifdef _OAR_
#include <oar.h>
#include <oar_tig.h>
#endif
-#define _BMDA_
+//#define _BMDA_
#ifdef _BMDA_
#include <bmda.h>
#include <bmda_tig.h>