Searched refs:mem_syn (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dspstproc.h121 Word16 *mem_syn, /* i/o : memory of synthesis filter */
H A Dspstproc.cpp112 mem_syn -- Pointer to Word16 -- memory of synthesis filter
115 mem_syn -- Pointer to Word16 -- memory of synthesis filter
184 Word16 *mem_syn, /* i/o : memory of synthesis filter */
279 mem_syn,
172 subframePostProc( Word16 *speech, enum Mode mode, Word16 i_subfr, Word16 gain_pit, Word16 gain_code, Word16 *Aq, Word16 synth[], Word16 xn[], Word16 code[], Word16 y1[], Word16 y2[], Word16 *mem_syn, Word16 *mem_err, Word16 *mem_w0, Word16 *exc, Word16 *sharp, Flag *pOverflow ) argument
H A Dcod_amr.h165 Word16 mem_syn[M], mem_w0[M], mem_w[M]; member in struct:__anon526
H A Dcod_amr.cpp399 Set_zero(st->mem_syn, M);
500 memset(st->mem_syn, 0, sizeof(Word16)*M);
1037 Copy(st->mem_syn, mem_syn_save, M);
1114 gain_code, Aq, synth, xn, code, y1, y2, st->mem_syn,
1151 st->mem_syn, st->mem_err, st->mem_w0, st->exc,
1169 st->mem_syn, st->mem_err, st->mem_w0,
1444 memcpy(mem_syn_save, st->mem_syn, M*sizeof(Word16));
1526 gain_code, Aq, synth, xn, code, y1, y2, st->mem_syn,
1567 st->mem_syn, st->mem_err, st->mem_w0, st->exc,
1585 st->mem_syn, s
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.h125 Word16 mem_syn[M]; member in struct:Decoder_amrState
H A Ddtx_dec.h158 Word16 mem_syn[], /* i/o : AMR decoder state */
H A Ddec_amr.cpp325 Set_zero (state->mem_syn, M);
413 memset(state->mem_syn, 0, sizeof(Word16)*M);
599 st->mem_syn,
1239 st->mem_syn, 0);
1245 st->mem_syn, 0);
1258 Syn_filt(Az, exc_enhanced, &synth[i_subfr], L_SUBFR, st->mem_syn, 1);
1262 Copy(&synth[i_subfr+L_SUBFR-M], st->mem_syn, M);
1411 st->mem_syn,
2282 st->mem_syn, 0);
2288 st->mem_syn,
[all...]
H A Ddtx_dec.cpp343 mem_syn = AMR decoder state
353 mem_syn = AMR decoder state
389 Word16 mem_syn[], // i/o : AMR decoder state
770 mem_syn, 1);
842 Word16 mem_syn[], /* i/o : AMR decoder state */
1329 mem_syn, 1);
840 dtx_dec( dtx_decState *st, Word16 mem_syn[], D_plsfState* lsfState, gc_predState* predState, Cb_gain_averageState* averState, enum DTXStateType new_state, enum Mode mode, Word16 parm[], Word16 synth[], Word16 A_t[], Flag *pOverflow ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h48 Word16 mem_syn[M]; /* synthesis memory */ member in struct:__anon547
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c87 Set_zero(cod_state->mem_syn, M);
351 Scale_sig(st->mem_syn, M, exp);
759 error[i] = vo_sub(speech[i + i_subfr - M], st->mem_syn[i]);
1204 * - Find synthesis speech to update mem_syn[]. *
1231 Syn_filt(p_Aq,&exc[i_subfr], synth, L_SUBFR, st->mem_syn, 1);

Completed in 296 milliseconds