Searched defs:gain_pitch (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
H A D | ec_gains.cpp | 504 gain_pitch = pointer to pitch gain (Q14) of type Word16 552 *gain_pitch = mult (tmp, pdown[state]); 580 Word16 *gain_pitch, /* o : pitch gain (Q14) */ 600 *gain_pitch = mult(tmp, pdown[state], pOverflow); 718 gain_pitch = pointer to pitch gain of type Word16 724 gain_pitch = pointer to pitch gain of type Word16 740 limit gain_pitch if the previous frame was bad 763 if (sub (*gain_pitch, st->prev_gp) > 0) 765 *gain_pitch = st->prev_gp; 768 st->prev_gp = *gain_pitch; 577 ec_gain_pitch( ec_gain_pitchState *st, Word16 state, Word16 *gain_pitch, Flag *pOverflow ) argument 806 ec_gain_pitch_update( ec_gain_pitchState *st, Word16 bfi, Word16 prev_bf, Word16 *gain_pitch, Flag *pOverflow ) argument [all...] |
Completed in 41 milliseconds