Searched defs:HF (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dsynthesis_amr_wb.cpp63 Synthesis of signal at 16kHz with HF extension
165 int16 *HF = &synth[L_SUBFR]; local
166 int16 *Ap = &HF[L_SUBFR16k]; /* High Frequency vector */
214 * HF noise synthesis
215 * - Generate HF noise between 5.5 and 7.5 kHz.
223 pt_tmp = HF;
255 tmp = extract_h(Dot_product12(HF, HF, L_SUBFR16k, &exp));
271 pt_tmp = HF;
344 /* HF correctio
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c358 * Preemphesis scale down signal in low frequency and keep dynamic in HF.*
1327 * Synthesis of signal at 16kHz with HF extension. *
1345 Word16 HF[L_SUBFR16k]; /* High Frequency vector */ local
1390 * HF noise synthesis *
1392 * - Generate HF noise between 5.5 and 7.5 kHz. *
1401 HF[i] = Random(&(st->seed2))>>3;
1417 tmp = extract_h(Dot_product12_asm(HF, HF, L_SUBFR16k, &exp));
1419 tmp = extract_h(Dot_product12(HF, HF, L_SUBFR16
[all...]

Completed in 50 milliseconds