Searched refs:mem_w0 (Results 1 - 8 of 8) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp401 Set_zero(st->mem_w0, M);
502 memset(st->mem_w0, 0, sizeof(Word16)*M);
924 Set_zero(st->mem_w0, M);
1038 Copy(st->mem_w0, mem_w0_save, M);
1050 st->mem_err, st->mem_w0, st->zero,
1115 st->mem_err, st->mem_w0, st->exc, &st->sharp);
1151 st->mem_syn, st->mem_err, st->mem_w0, st->exc,
1159 st->mem_err, st->mem_w0, st->zero,
1169 st->mem_syn, st->mem_err, st->mem_w0,
1327 memset(st->mem_w0,
[all...]
H A Dcod_amr.h165 Word16 mem_syn[M], mem_w0[M], mem_w[M]; member in struct:__anon376
H A Dspreproc.cpp110 mem_w0 -- Pointer to Word16 -- memory of weighting filter
180 Word16 *mem_w0, /* i : memory of weighting filter */
230 Syn_filt(Ap2, xn, xn, L_SUBFR, mem_w0, 0);
171 subframePreProc( enum Mode mode, const Word16 gamma1[], const Word16 gamma1_12k2[], const Word16 gamma2[], Word16 *A, Word16 *Aq, Word16 *speech, Word16 *mem_err, Word16 *mem_w0, Word16 *zero, Word16 ai_zero[], Word16 exc[], Word16 h1[], Word16 xn[], Word16 res2[], Word16 error[] ) argument
H A Dspreproc.h117 Word16 *mem_w0, /* i : memory of weighting filter */
H A Dspstproc.cpp117 mem_w0 -- Pointer to Word16 -- memory of weighting filter
186 Word16 *mem_w0, /* o : memory of weighting filter */
301 * mem_w0,xn,sum Q0 Q0
310 mem_w0[j] = xn[i] - temp;
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 Dspstproc.h123 Word16 *mem_w0, /* o : memory of weighting filter */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h47 Word16 mem_w0; /* target vector memory */ member in struct:__anon395
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c89 cod_state->mem_w0 = 0;
354 Scale_sig(&(st->mem_w0), 1, exp);
773 Deemph2(xn, TILT_FAC, L_SUBFR, &(st->mem_w0));
1199 * - Update filter's memory "mem_w0" for finding the *
1212 st->mem_w0 = extract_h(L_add(L_tmp, 0x8000));

Completed in 146 milliseconds