Home
last modified time | relevance | path

Searched refs:synth16k (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dsynthesis_amr_wb.cpp140 int16 synth16k[], /* (o) : 16kHz synthesis signal */ in synthesis_amr_wb() argument
209 synth16k, in synthesis_amr_wb()
428 pt_synth = synth16k; in synthesis_amr_wb()
Dsynthesis_amr_wb.h80 int16 synth16k[], /* (o) : 16kHz synthesis signal */
Dpvamrwbdecoder.h124 int16 synth16k[], /* output: synthesis speech */
Dpvamrwbdecoder.cpp284 int16 synth16k[], /* output: synthesis speech */ in pvDecoder_AmrWb() argument
460 &synth16k[i_subfr *5/4], in pvDecoder_AmrWb()
1120 &synth16k[i_subfr + (i_subfr>>2)], in pvDecoder_AmrWb()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c76 Word16 synth16k[], /* (o) : 16kHz synthesis signal */
1339 Word16 synth16k[], /* (o) : 16kHz synthesis signal */ in synthesis() argument
1390 HF_SP[i] = synth16k[i]; in synthesis()