Searched refs:ec_tell_frac (Results 1 – 7 of 7) sorted by relevance
103 nbits=ec_tell_frac(&enc); in main()128 nbits2=ec_tell_frac(&dec); in main()180 tell[0]=ec_tell_frac(&enc); in main()187 tell[j+1]=ec_tell_frac(&enc); in main()206 if(ec_tell_frac(&dec)!=tell[0]){ in main()209 0,ec_tell_frac(&dec),tell[0],seed); in main()219 if(ec_tell_frac(&dec)!=tell[j+1]){ in main()222 j+1,ec_tell_frac(&dec),tell[j+1],seed); in main()241 tell[0]=ec_tell_frac(&enc); in main()265 tell[j+1]=ec_tell_frac(&enc); in main()[all …]
69 opus_uint32 ec_tell_frac(ec_ctx *_this){ in ec_tell_frac() function86 opus_uint32 ec_tell_frac(ec_ctx *_this){ in ec_tell_frac() function
121 opus_uint32 ec_tell_frac(ec_ctx *_this);
319 tell_intra = ec_tell_frac(enc); in quant_coarse_energy()338 …if (two_pass && (badness1 < badness2 || (badness1 == badness2 && ((opus_int32)ec_tell_frac(enc))+i… in quant_coarse_energy()
919 tell = ec_tell_frac(dec);935 tell = ec_tell_frac(dec);952 bits = (((opus_int32)len*8)<<BITRES) - ec_tell_frac(dec) - 1;
713 tell = ec_tell_frac(ec); in compute_theta()815 qalloc = ec_tell_frac(ec) - tell; in compute_theta()1433 tell = ec_tell_frac(ec); in quant_all_bands()
1847 tell = ec_tell_frac(enc); in celt_encode_with_ec()1866 tell = ec_tell_frac(enc); in celt_encode_with_ec()1906 tell = ec_tell_frac(enc); in celt_encode_with_ec()2003 bits = (((opus_int32)nbCompressedBytes*8)<<BITRES) - ec_tell_frac(enc) - 1; in celt_encode_with_ec()