Home | History | Annotate | Download | only in src

Lines Matching defs:dmax

65 	word		R, S, dmax, scal, best_k;
72 dmax = 0;
76 if (temp > dmax) {
77 dmax = temp;
82 if (dmax == 0) scal = 0;
84 assert(dmax > 0);
85 temp = gsm_norm( (longword)dmax << 16 );
168 word R, S, dmax, scal;
173 dmax = 0;
178 if (temp > dmax) dmax = temp;
182 if (dmax == 0) scal = 0;
184 assert(dmax > 0);
185 temp = gsm_norm( (longword)dmax << 16 );
309 word R, S, dmax, scal;
314 dmax = 0;
319 if (temp > dmax) dmax = temp;
323 if (dmax == 0) scal = 0;
325 assert(dmax > 0);
326 temp = gsm_norm( (longword)dmax << 16 );
333 ltp_cut = (longword)SASR(dmax, scal) * st->ltp_cut / 100;
485 word R, S, dmax, scal;
490 dmax = 0;
495 if (temp > dmax) dmax = temp;
499 if (dmax == 0) scal = 0;
501 assert(dmax > 0);
502 temp = gsm_norm( (longword)dmax << 16 );