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

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dvoice_factor.cpp47 int16 exc[], (i) Q_exc : pitch excitation
48 int16 Q_exc, (i) : exc format
119 int16 exc[], /* (i) Q_exc : pitch excitation */
120 int16 Q_exc, /* (i) : exc format */
131 exp1 = sub_int16(exp1, Q_exc << 1);
118 voice_factor( int16 exc[], int16 Q_exc, int16 gain_pit, int16 code[], int16 gain_code, int16 L_subfr ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dvoicefac.c29 Word16 exc[], /* (i) Q_exc : pitch excitation */
30 Word16 Q_exc, /* (i) : exc format */
45 exp1 = exp1 - (Q_exc + Q_exc);
28 voice_factor( Word16 exc[], Word16 Q_exc, Word16 gain_pit, Word16 code[], Word16 gain_code, Word16 L_subfr ) argument

Completed in 136 milliseconds