Home | History | Annotate | Download | only in libspeex

Lines Matching defs:rl

556       spx_word32_t rl, rh;           /*Q13*/
588 rl = low_pi_gain[sub];
590 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
592 filter_ratio=(rl+.01)/(rh+.01);
987 spx_word32_t rl=0,rh=0;
1018 rl = low_pi_gain[sub];
1020 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
1022 filter_ratio=(rl+.01)/(rh+.01);