vselp.h

来自「TI的DSP C55X的应用程序」· C头文件 代码 · 共 51 行

H
51
字号
/********************************************/
/* vselp.h                                  */
/*                                          */
/* VSELP parameters are stored in an        */
/* unsigned array containing "VSELP_SIZE"   */
/* elements. This file contains the defines */
/* required to access VSELP paraments in    */
/* that array.                              */
/*                                          */
/********************************************/

#define VSELP_CRC       0
#define VSELP_R0        1
#define VSELP_LPC1      2
#define VSELP_LPC2      3
#define VSELP_LPC3      4
#define VSELP_LPC4      5
#define VSELP_LPC5      6
#define VSELP_LPC6      7
#define VSELP_LPC7      8
#define VSELP_LPC8      9
#define VSELP_LPC9      10
#define VSELP_LPC10     11
#define VSELP_LAG_1     12
#define VSELP_CODE1_1   13
#define VSELP_CODE2_1   14
#define VSELP_GSPO_1    15
#define VSELP_LAG_2     16
#define VSELP_CODE1_2   17
#define VSELP_CODE2_2   18
#define VSELP_GSPO_2    19
#define VSELP_LAG_3     20
#define VSELP_CODE1_3   21
#define VSELP_CODE2_3   22
#define VSELP_GSPO_3    23
#define VSELP_LAG_4     24
#define VSELP_CODE1_4   25
#define VSELP_CODE2_4   26
#define VSELP_GSPO_4    27
#define VSELP_OUTDAT0   28
#define VSELP_OUTDAT1   29
#define VSELP_OUTDAT2   30
#define VSELP_OUTDAT3   31
#define VSELP_OUTDAT4   32
#define VSELP_OUTDAT5   33
#define VSELP_SIZE      34




⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?