Home | History | Annotate | Download | only in src

Lines Matching defs:max

422     rmax = pointer to max(<s[i]*s[j]>), (Word32)
430 rmax contains the newly calculated max(<s[i]*s[j]>)
435 p_max = lag of the max correlation found (Word16)
482 Word32 max, t0;
491 max = MIN_32;
509 if (L_sub (t0, max) >= 0)
511 max = t0;
530 vadSt->L_Rmax = L_add(vadSt->L_Rmax, t0); // Save max correlation
531 vadSt->L_R0 = L_add(vadSt->L_R0, t1); // Save max energy
590 Word32 max;
603 max = MIN_32;
622 /* if (L_sub (t0, max) >= 0) */
623 if (t0 >= max)
625 max = t0;
643 /* Save max correlation */
645 /* Save max energy */
825 // calculate max high-passed filtered correlation of all lags
970 /* calculate max high-passed filtered correlation of all lags */