Lines Matching refs:tell
720 opus_uint32 tell; in tf_encode() local
722 tell = ec_tell(enc); in tf_encode()
725 tf_select_rsv = LM>0 && tell+logp+1 <= budget; in tf_encode()
730 if (tell+logp<=budget) in tf_encode()
733 tell = ec_tell(enc); in tf_encode()
1289 opus_int32 tell; in celt_encode_with_ec() local
1345 tell=1; in celt_encode_with_ec()
1348 tell=ec_tell(enc); in celt_encode_with_ec()
1349 nbFilledBytes=(tell+4)>>3; in celt_encode_with_ec()
1395 if (tell>1) in celt_encode_with_ec()
1396 tmp += tell; in celt_encode_with_ec()
1426 max_allowed = IMIN(IMAX(tell==1?2:0, in celt_encode_with_ec()
1457 if (tell==1) in celt_encode_with_ec()
1473 tell = nbCompressedBytes*8; in celt_encode_with_ec()
1474 enc->nbits_total+=tell-ec_tell(enc); in celt_encode_with_ec()
1497 if(st->start==0 && tell+16<=total_bits) in celt_encode_with_ec()
1775 tell = ec_tell_frac(enc); in celt_encode_with_ec()
1788 for (j = 0; tell+(dynalloc_loop_logp<<BITRES) < total_bits-total_boost in celt_encode_with_ec()
1794 tell = ec_tell_frac(enc); in celt_encode_with_ec()
1825 if (tell+(6<<BITRES) <= total_bits - total_boost) in celt_encode_with_ec()
1833 tell = ec_tell_frac(enc); in celt_encode_with_ec()
1862 target=target+tell; in celt_encode_with_ec()
1867 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes; in celt_encode_with_ec()