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.c104 nbits=ec_tell_frac(&enc); in main()
129 nbits2=ec_tell_frac(&dec); in main()
181 tell[0]=ec_tell_frac(&enc); in main()
188 tell[j+1]=ec_tell_frac(&enc); in main()
207 if(ec_tell_frac(&dec)!=tell[0]){ in main()
210 0,ec_tell_frac(&dec),tell[0],seed); in main()
220 if(ec_tell_frac(&dec)!=tell[j+1]){ in main()
223 j+1,ec_tell_frac(&dec),tell[j+1],seed); in main()
242 tell[0]=ec_tell_frac(&enc); in main()
266 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.c1029 tell = ec_tell_frac(dec);
1045 tell = ec_tell_frac(dec);
1062 bits = (((opus_int32)len*8)<<BITRES) - ec_tell_frac(dec) - 1;
Dcelt_encoder.c1519 tell0_frac=ec_tell_frac(enc); in celt_encode_with_ec()
1994 tell = ec_tell_frac(enc); in celt_encode_with_ec()
2013 tell = ec_tell_frac(enc); in celt_encode_with_ec()
2056 tell = ec_tell_frac(enc); in celt_encode_with_ec()
2177 bits = (((opus_int32)nbCompressedBytes*8)<<BITRES) - ec_tell_frac(enc) - 1; in celt_encode_with_ec()
Dbands.c742 tell = ec_tell_frac(ec); in compute_theta()
874 qalloc = ec_tell_frac(ec) - tell; in compute_theta()
1497 tell = ec_tell_frac(ec); in quant_all_bands()