Displaying 2 results from an estimated 2 matches for "enc_sw_whole_size".
2007 Aug 29
2
high-pass filter issues
...e
are the sizes and parameters I used:
#ifdef STATIC_INIT
#define ENC_WINBUF_SIZE 40
#define ENC_EXCBUF_SIZE 306
#define ENC_SWBUF_SIZE 306
#define ENC_LAGWINDOW_SIZE 11
#define ENC_OLD_LSP_SIZE 10
#define ENC_OLD_QLSP_SIZE 10
#define ENC_MEM_SP_SIZE 20
#define ENC_MEM_SW_SIZE 20
#define ENC_SW_WHOLE_SIZE 20
#define ENC_MEM_EXC_SIZE 20
#define ENC_MEM_EXC2_SIZE 20
#define ENC_PI_GAIN_SIZE 8
#define ENC_PITCH_SIZE 4
#define DEC_EXCBUF_SIZE 500
#define DEC_INTERP_QLPC_SIZE 10
#define DEC_OLD_QLSP_SIZE 10
#define DEC_MEM_SP_SIZE 20
#define DEC_PI_GAIN_SIZE 8
EncState enc_state;
char...
2007 Sep 12
1
alignment and static variable size question
...#39;m
inexperienced in C).
here are all the sizes I use:
#define ENC_WINBUF_SIZE 40
#define ENC_EXCBUF_SIZE 306
#define ENC_SWBUF_SIZE 306
#define ENC_LAGWINDOW_SIZE 11
#define ENC_OLD_LSP_SIZE 10
#define ENC_OLD_QLSP_SIZE 10
#define ENC_MEM_SP_SIZE 20
#define ENC_MEM_SW_SIZE 20
#define ENC_SW_WHOLE_SIZE 20
#define ENC_MEM_EXC_SIZE 20
#define ENC_MEM_EXC2_SIZE 20
#define ENC_PI_GAIN_SIZE 8
#define ENC_PITCH_SIZE 4
#define DEC_EXCBUF_SIZE 500
#define DEC_INTERP_QLPC_SIZE 10
#define DEC_OLD_QLSP_SIZE 10
#define DEC_MEM_SP_SIZE 20
#define DEC_PI_GAIN_SIZE 8
#define SPEEXENC_PERSIST_STACK_...