Home | History | Annotate | Download | only in src

Lines Matching defs:Kl

477     Word16 Kh, Kl;                // reflexion coefficient; hi and lo
491 L_Extract (t0, &Kh, &Kl); // K in DPF
500 t0 = Mpy_32 (Kh, Kl, Kh, Kl); // K*K
537 L_Extract (t2, &Kh, &Kl); // K in DPF
567 t0 = Mpy_32 (Kh, Kl, Ah[i - j], Al[i - j]);
576 t0 = Mpy_32 (Kh, Kl, Kh, Kl); // K*K
646 Word16 Kl;
680 Kl = (Word16)((t0 >> 1) - ((Word32)(Kh) << 15));
692 t0 = Mpy_32(Kh, Kl, Kh, Kl, pOverflow); /* K*K */
748 Kl = (Word16)((t2 >> 1) - ((Word32)(Kh) << 15));
773 t0 += (((Word32)Kl* *(p_Ah)) >> 15);
787 t0 = Mpy_32(Kh, Kl, Kh, Kl, pOverflow); /* K*K */