Lines Matching full:tell
293 opus_uint32 tell;
296 tell = ec_tell(dec);
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
303 if (tell+logp<=budget)
306 tell = ec_tell(dec);
689 opus_int32 tell;
780 tell = ec_tell(dec);
782 if (tell >= total_bits)
784 else if (tell==1)
791 tell = len*8;
792 dec->nbits_total+=tell-ec_tell(dec);
798 if (st->start==0 && tell+16 <= total_bits)
810 tell = ec_tell(dec);
813 if (LM > 0 && tell+3 <= total_bits)
816 tell = ec_tell(dec);
827 intra_ener = tell+3<=total_bits ? ec_dec_bit_logp(dec, 3) : 0;
835 tell = ec_tell(dec);
837 if (tell+4 <= total_bits)
848 tell = ec_tell_frac(dec);
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
864 tell = ec_tell_frac(dec);
878 alloc_trim = tell+(6<<BITRES) <= total_bits ?