HomeSort by relevance Sort by last modified time
    Searched refs:ec_tell_frac (Results 1 - 7 of 7) sorted by null

  /external/libopus/celt/tests/
test_unit_entropy.c 103 nbits=ec_tell_frac(&enc);
128 nbits2=ec_tell_frac(&dec);
180 tell[0]=ec_tell_frac(&enc);
187 tell[j+1]=ec_tell_frac(&enc);
206 if(ec_tell_frac(&dec)!=tell[0]){
209 0,ec_tell_frac(&dec),tell[0],seed);
219 if(ec_tell_frac(&dec)!=tell[j+1]){
222 j+1,ec_tell_frac(&dec),tell[j+1],seed);
241 tell[0]=ec_tell_frac(&enc);
265 tell[j+1]=ec_tell_frac(&enc)
    [all...]
  /external/libopus/celt/
entcode.c 65 opus_uint32 ec_tell_frac(ec_ctx *_this){ function
entcode.h 115 opus_uint32 ec_tell_frac(ec_ctx *_this);
quant_bands.c 319 tell_intra = ec_tell_frac(enc);
338 if (two_pass && (badness1 < badness2 || (badness1 == badness2 && ((opus_int32)ec_tell_frac(enc))+intra_bias > tell_intra)))
celt_decoder.c 848 tell = ec_tell_frac(dec);
864 tell = ec_tell_frac(dec);
881 bits = (((opus_int32)len*8)<<BITRES) - ec_tell_frac(dec) - 1;
    [all...]
bands.c 703 tell = ec_tell_frac(ec);
804 qalloc = ec_tell_frac(ec) - tell;
    [all...]
celt_encoder.c     [all...]

Completed in 127 milliseconds