Home
last modified time | relevance | path

Searched refs:pitch_sharp (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Dcbsearch.cpp189 Word16 pitch_sharp,/* i : Last quantized pitch gain, Q14 */ in cbsearch() argument
218 pitch_sharp, in cbsearch()
233 pitch_sharp, in cbsearch()
248 pitch_sharp, in cbsearch()
263 pitch_sharp, in cbsearch()
281 pitch_sharp, in cbsearch()
Dc2_11pf.h107 Word16 pitch_sharp, /* i : Last quantized pitch gain */
Dc4_17pf.h107 Word16 pitch_sharp, /* (i) : Last quantized pitch gain */
Dc3_14pf.h108 Word16 pitch_sharp, /* (i) : Last quantized pitch gain */
Dc2_9pf.h108 Word16 pitch_sharp, /* i : Last quantized pitch gain */
Dcbsearch.h115 Word16 pitch_sharp, /* i : Last quantized pitch gain, Q14 */
Dc2_9pf.cpp308 Word16 pitch_sharp, /* i : Last quantized pitch gain */ in code_2i40_9bits() argument
328 L_temp = ((Word32) pitch_sharp) << 1; in code_2i40_9bits()
334 sharp = (pitch_sharp > 0) ? MAX_16 : MIN_16; in code_2i40_9bits()
Dc2_11pf.cpp232 Word16 pitch_sharp, /* i : Last quantized pitch gain */ in code_2i40_11bits() argument
251 sharp = pitch_sharp << 1; in code_2i40_11bits()
Dc3_14pf.cpp207 Word16 pitch_sharp, /* i : Last quantized pitch gain */ in code_3i40_14bits() argument
225 sharp = pitch_sharp << 1; in code_3i40_14bits()
Dc4_17pf.cpp217 Word16 pitch_sharp, /* i : Last quantized pitch gain */ in code_4i40_17bits() argument
235 sharp = pitch_sharp << 1; in code_4i40_17bits()