Home | History | Annotate | Download | only in src

Lines Matching refs:gain

20 *      Description:To avoid unstable synthesis on frame erasure, the gain *
21 * need to be limited(gain pitch < 1.0) when the following *
38 Word16 mem[] /* (o) : memory of gain of pitch clipping algorithm */
47 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
60 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
90 Word16 gain_pit, /* (i) Q14 : gain of quantized pitch */
91 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
94 Word16 gain;
99 gain = extract_h(L_tmp);
101 if(gain < GAIN_PIT_MIN)
103 gain = GAIN_PIT_MIN;
105 mem[1] = gain;