Searched refs:L_gc_thres (Results 1 – 4 of 4) sorted by relevance
194 dec_state->L_gc_thres = 0; in pvDecoder_AmrWb_Reset()1007 if (L_tmp < st->L_gc_thres) in pvDecoder_AmrWb()1011 if (L_tmp > st->L_gc_thres) in pvDecoder_AmrWb()1013 L_tmp = st->L_gc_thres; in pvDecoder_AmrWb()1020 if (L_tmp < st->L_gc_thres) in pvDecoder_AmrWb()1022 L_tmp = st->L_gc_thres; in pvDecoder_AmrWb()1025 st->L_gc_thres = L_tmp; in pvDecoder_AmrWb()
96 int32 L_gc_thres; /* threshold for noise enhancer */ member
68 Word32 L_gc_thres; /* threshold for noise enhancer */ member
93 cod_state->L_gc_thres = 0; in Reset_encoder()1252 if(L_tmp < st->L_gc_thres) in coder()1255 if(L_tmp > st->L_gc_thres) in coder()1257 L_tmp = st->L_gc_thres; in coder()1262 if(L_tmp < st->L_gc_thres) in coder()1264 L_tmp = st->L_gc_thres; in coder()1267 st->L_gc_thres = L_tmp; in coder()