Home
last modified time | relevance | path

Searched refs:L_TOTAL (Results 1 – 17 of 17) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_main.h13 #define L_TOTAL 384 /* Total size of speech buffer. */ macro
22 Float32 mem_speech[L_TOTAL]; /* old speech vector at 12.8kHz */
H A Denc_main.c95 memset(cod_state->mem_speech, 0, (L_TOTAL - L_FRAME) * sizeof(Float32)); in E_MAIN_reset()
337 new_speech = st->mem_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */ in E_MAIN_encode()
338 speech = st->mem_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */ in E_MAIN_encode()
582 (L_TOTAL - L_FRAME) * sizeof(Float32)); in E_MAIN_encode()
1411 memmove(st->mem_speech, &st->mem_speech[L_FRAME], (L_TOTAL - L_FRAME) * sizeof(Float32)); in E_MAIN_encode()
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_main.h13 #define L_TOTAL 384 /* Total size of speech buffer. */ macro
22 Float32 mem_speech[L_TOTAL]; /* old speech vector at 12.8kHz */
H A Denc_main.c95 memset(cod_state->mem_speech, 0, (L_TOTAL - L_FRAME) * sizeof(Float32)); in E_MAIN_reset()
337 new_speech = st->mem_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */ in E_MAIN_encode()
338 speech = st->mem_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */ in E_MAIN_encode()
582 (L_TOTAL - L_FRAME) * sizeof(Float32)); in E_MAIN_encode()
1411 memmove(st->mem_speech, &st->mem_speech[L_FRAME], (L_TOTAL - L_FRAME) * sizeof(Float32)); in E_MAIN_encode()
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dcnst.h65 #define L_TOTAL 320 /* Total size of speech buffer. */ macro
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/inc/
H A Dcnst.h36 #define L_TOTAL 384 /* Total size of speech buffer. */ macro
H A Dcod_main.h38 Word16 old_speech[L_TOTAL - L_FRAME]; /* old speech vector at 12.8kHz */
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
H A Dpvamrwbdecoder_cnst.h81 #define L_TOTAL 384 /* Total size of speech buffer. */
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dcod_amr.cpp419 st->new_speech = st->old_speech + L_TOTAL - L_FRAME; /* New speech */ in cod_amr_reset()
423 st->p_window = st->old_speech + L_TOTAL - L_WINDOW; /* For LPC window */ in cod_amr_reset()
439 oscl_memset(st->old_speech, 0, sizeof(Word16)*L_TOTAL); in cod_amr_reset()
1497 oscl_memcpy(&st->old_speech[0], &st->old_speech[L_FRAME], (L_TOTAL - L_FRAME)*sizeof(Word16)); in cod_amr()
H A Dcod_amr.h115 Word16 old_speech[L_TOTAL];
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/src/
H A DvoAMRWBEnc.c95 Set_zero(cod_state->old_speech, L_TOTAL - L_FRAME); in Reset_encoder()
161 Word16 old_speech[L_TOTAL]; in coder()
234 new_speech = old_speech + L_TOTAL - L_FRAME - L_FILT; /* New speech */ in coder()
235 speech = old_speech + L_TOTAL - L_FRAME - L_NEXT; /* Present frame */ in coder()
236 p_window = old_speech + L_TOTAL - L_WINDOW; in coder()
242 Copy(st->old_speech, old_speech, L_TOTAL - L_FRAME); in coder()
347 Scale_sig(old_speech, L_TOTAL - L_FRAME - L_FILT, exp); in coder()
585 Copy(&old_speech[L_FRAME], st->old_speech, L_TOTAL - L_FRAME); in coder()
1316 Copy(&old_speech[L_FRAME], st->old_speech, L_TOTAL - L_FRAME); in coder()
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/gsm-amr/src/
H A Drom_dec.h42 #define L_TOTAL 320 /* Total size of speech buffer. */ macro
H A Drom_enc.h36 #define L_TOTAL 320 /* Total size of speech buffer. */ macro
H A Dsp_enc.c228 Float32 old_speech[L_TOTAL];
10635 for ( i = 0; i < L_TOTAL - L_FRAME; i++ ) { in cod_amr()
10921 s->new_speech = s->old_speech + L_TOTAL - L_FRAME; in cod_amr_reset()
10925 s->p_window = s->old_speech + L_TOTAL - L_WINDOW; in cod_amr_reset()
10938 memset(s->old_speech, 0, sizeof(Float32)*L_TOTAL ); in cod_amr_reset()
/dports/net/opal/opal-3.10.10/plugins/audio/gsm-amr/src/
H A Drom_dec.h42 #define L_TOTAL 320 /* Total size of speech buffer. */ macro
H A Drom_enc.h36 #define L_TOTAL 320 /* Total size of speech buffer. */ macro
H A Dsp_enc.c228 Float32 old_speech[L_TOTAL];
10635 for ( i = 0; i < L_TOTAL - L_FRAME; i++ ) { in cod_amr()
10921 s->new_speech = s->old_speech + L_TOTAL - L_FRAME; in cod_amr_reset()
10925 s->p_window = s->old_speech + L_TOTAL - L_WINDOW; in cod_amr_reset()
10938 memset(s->old_speech, 0, sizeof(Float32)*L_TOTAL ); in cod_amr_reset()