/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | sp_dec.cpp | 632 Word16 *synth) /* o : synthesis speech (postfiltered */ in GSMFrameDecode() argument 663 synth, in GSMFrameDecode() 670 synth, in GSMFrameDecode() 677 synth, in GSMFrameDecode() 685 synth[i] = synth[i] & 0xfff8; in GSMFrameDecode()
|
D | dec_amr.cpp | 1339 Word16 synth[], /* o : synthesis speech (L_FRAME) */ in Decoder_amr() argument 1417 parm, synth, A_t, pOverflow); in Decoder_amr() 2281 Syn_filt(Az, excp, &synth[i_subfr], L_SUBFR, in Decoder_amr() 2287 Syn_filt(Az, exc_enhanced, &synth[i_subfr], L_SUBFR, in Decoder_amr() 2317 Syn_filt(Az, exc_enhanced, &synth[i_subfr], L_SUBFR, st->mem_syn, 1); in Decoder_amr() 2321 Copy(&synth[i_subfr+L_SUBFR-M], st->mem_syn, M); in Decoder_amr() 2347 &(synth[0]), in Decoder_amr() 2354 synth, in Decoder_amr()
|
D | sp_dec.h | 105 Word16 *synth /* o : synthesis speech (postfiltered */
|
D | dec_amr.h | 191 Word16 synth[], /* o : synthesis speech (L_FRAME) */
|
D | dtx_dec.h | 165 Word16 synth[], /* o : synthesised speech */
|
D | dtx_dec.cpp | 849 Word16 synth[], /* o : synthesised speech */ in dtx_dec() argument 1328 Syn_filt(acoeff_variab, ex, &synth[i * L_SUBFR], L_SUBFR, in dtx_dec()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | synthesis_amr_wb.cpp | 164 int16 *synth = &synth_lo[M + L_SUBFR]; in synthesis_amr_wb() local 165 int16 *HF = &synth[L_SUBFR]; in synthesis_amr_wb() 198 synth, in synthesis_amr_wb() 203 highpass_50Hz_at_12k8(synth, in synthesis_amr_wb() 207 oversamp_12k8_to_16k(synth, in synthesis_amr_wb() 286 highpass_400Hz_at_12k8(synth, L_SUBFR, st->mem_hp400); in synthesis_amr_wb() 292 L_tmp = mac_16by16_to_int32(L_tmp, synth[0], synth[0]); in synthesis_amr_wb() 296 L_tmp = mac_16by16_to_int32(L_tmp, synth[i], synth[i ]); in synthesis_amr_wb() 297 L_tmp2 = mac_16by16_to_int32(L_tmp2, synth[i], synth[i - 1]); in synthesis_amr_wb()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | spstproc.cpp | 179 Word16 synth[], /* i : Local snthesis */ in subframePostProc() argument 277 &synth[i_subfr], in subframePostProc() 284 mem_err[j] = speech[i_subfr + i] - synth[i_subfr + i]; in subframePostProc()
|
D | spstproc.h | 116 Word16 synth[], /* i : Local snthesis */
|
D | cod_amr.cpp | 1221 Word16 synth[] /* o : Local synthesis */ in cod_amr() argument 1526 gain_code, Aq, synth, xn, code, y1, y2, st->mem_syn, in cod_amr() 1545 gain_code, Aq, synth, xn, code, y1, y2, in cod_amr() 1566 synth, xn_sf0, code_sf0, y1, y2_sf0, in cod_amr() 1584 gain_code, Aq, synth, xn, code, y1, y2, in cod_amr()
|
D | cod_amr.h | 264 Word16 synth[] /* o : Local synthesis */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 196 Word16 synth[L_SUBFR]; /* 12.8kHz synthesis vector */ in coder() local 1231 Syn_filt(p_Aq,&exc[i_subfr], synth, L_SUBFR, st->mem_syn, 1); in coder() 1348 Word16 synth[L_SUBFR]; in synthesis() local 1380 Deemph_32_asm(synth_hi + M, synth_lo + M, synth, &(st->mem_deemph)); in synthesis() 1382 Deemph_32(synth_hi + M, synth_lo + M, synth, PREEMPH_FAC, L_SUBFR, &(st->mem_deemph)); in synthesis() 1385 HP50_12k8(synth, L_SUBFR, st->mem_sig_out); in synthesis() 1443 HP400_12k8(synth, L_SUBFR, st->mem_hp400); in synthesis() 1447 L_tmp += (synth[i] * synth[i])<<1; in synthesis() 1454 L_tmp +=(synth[i] * synth[i - 1])<<1; in synthesis()
|