Home | History | Annotate | Download | only in celt

Lines Matching refs:fs

722             int fs;
723 fs=ec_decode(ec,ft);
724 if (fs<(x0+1)*p0)
725 x=fs/p0;
727 x=x0+1+(fs-(x0+1)*p0);
738 int fs=1, ft;
744 fs = itheta <= (qn>>1) ? itheta + 1 : qn + 1 - itheta;
748 ec_encode(ec, fl, fl+fs, ft);
758 fs = itheta + 1;
765 fs = qn + 1 - itheta;
769 ec_dec_update(ec, fl, fl+fs, ft);