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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dex_ctrl.cpp88 excitation = pointer to current subframe excitation of type Word16
151 Word16 Ex_ctrl(Word16 excitation[], /*i/o: Current subframe excitation */ argument
209 /* scale the excitation by scaleFactor */
212 t0 = L_mult(scaleFactor, excitation[i], pOverflow);
214 excitation[i] = extract_l(t0);

Completed in 56 milliseconds