Home | History | Annotate | Download | only in celt

Lines Matching full:shr32

489             ac[0] += SHR32(ac[0],13);
536 E1 += SHR32(MULT16_16(e, e), shift);
538 E2 += SHR32(MULT16_16(e, e), shift);
541 decay = celt_sqrt(frac_div32(SHR32(E1, 1), E2));
573 S1 += SHR32(MULT16_16(tmp, tmp), 8);
597 S2 += SHR32(MULT16_16(tmp, tmp), 8);
601 if (!(S1 > SHR32(S2,2)))
612 opus_val16 ratio = celt_sqrt(frac_div32(SHR32(S1,1)+1,S2+1));