Home
last modified time | relevance | path

Searched refs:ec_tell_frac (Results 1 – 7 of 7) sorted by relevance

/external/libopus/celt/tests/
Dtest_unit_entropy.c103 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 …]
/external/libopus/celt/
Dentcode.c69 opus_uint32 ec_tell_frac(ec_ctx *_this){ in ec_tell_frac() function
86 opus_uint32 ec_tell_frac(ec_ctx *_this){ in ec_tell_frac() function
Dentcode.h121 opus_uint32 ec_tell_frac(ec_ctx *_this);
Dquant_bands.c319 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()
Dcelt_decoder.c919 tell = ec_tell_frac(dec);
935 tell = ec_tell_frac(dec);
952 bits = (((opus_int32)len*8)<<BITRES) - ec_tell_frac(dec) - 1;
Dbands.c713 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()
Dcelt_encoder.c1847 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()