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

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dwb_syn_filt.cpp62 int16 exc[], (i) Qnew: excitation (exc[i] >> Qnew)
63 int16 Qnew, (i) : exc scaling = 0(min) to 8(max)
228 int16 exc[], /* (i) Qnew: excitation (exc[i] >> Qnew) */
229 int16 Qnew, /* (i) : exc scaling = 0(min) to 8(max) */
241 a0 = 9 - Qnew; /* input / 16 and >>Qnew */
225 Syn_filt_32( int16 a[], int16 m, int16 exc[], int16 Qnew, int16 sig_hi[], int16 sig_lo[], int16 lg ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dsyn_filt.c90 Word16 exc[], /* (i) Qnew: excitation (exc[i] >> Qnew) */
91 Word16 Qnew, /* (i) : exc scaling = 0(min) to 8(max) */
102 a0 = a[0] >> (4 + Qnew); /* input / 16 and >>Qnew */
87 Syn_filt_32( Word16 a[], Word16 m, Word16 exc[], Word16 Qnew, Word16 sig_hi[], Word16 sig_lo[], Word16 lg ) argument

Completed in 145 milliseconds