?? karaoke_mem.s
字號:
/*
* NAME
*
* Karaoke_mem.s
*
* DESCRIPTION
*
* This file is configure part to build AMCS (Audio Multi-Codec Solution)
* the AMCS package working on ADM (Audio DSP Module) platform developed
* in Samsung Electronics. This configuration file can apply to DVD/VCD
* line-up, portable multi-codec player.
*
* COPYRIGHT
*
* Copyright (C) 2004-2005, Samsung Electronics, Inc.
* All rights reserved.
*
* REVISION
*
* Version 0.1
*
* HISTORY
*
* Version 0.1, 2005.02.24, firstly made by Lee Kyungtae.
*
*/
.include "Karaoke_def.h"
.if KARAOKE_INTEGRATED == 1
sec_KaraokeMemory section udata, word3, overlay, abs XMEM_BASE_KARAOKE
sec_KaraokeMemory
.if KARAOKE_MIC_ECHO_SUPPORTED == 1
.include "me_Xmem.h"
.endif
.if KARAOKE_MIXER_SUPPORTED == 1
.include "upsample_Xmem.h"
.endif
_XMEM_LIMIT_KARAOKE_::
sec_KaraokeTable section word3, overlay, abs YMEM_BASE_KARAOKE
sec_KaraokeTable
.if KARAOKE_MIC_ECHO_SUPPORTED == 1
//.include "me_Ymem.h"
.include "me_table.h"
.endif
.if KARAOKE_MIXER_SUPPORTED == 1
//.include "upsample_Ymem.h"
.include "upsample_table.h"
.endif
_TABLE_LIMIT_KARAOKE_::
_YMEM_LIMIT_KARAOKE_::
.endif /* if KARAOKE_INTEGRATED == 1 */
.end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -