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

  /external/chromium_org/third_party/opus/src/celt/
entdec.h 43 ec_dec_update(), or decoding will not proceed correctly.
69 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft);
75 No call to ec_dec_update() is necessary after this call.
86 No call to ec_dec_update() is necessary after this call.
94 No call to ec_dec_update() is necessary after this call.
entdec.c 153 void ec_dec_update(ec_dec *_this,unsigned _fl,unsigned _fh,unsigned _ft){ function
211 ec_dec_update(_this,s,s+1,ft);
220 ec_dec_update(_this,s,s+1,(unsigned)_ft);
laplace.c 132 ec_dec_update(dec, fl, IMIN(fl+fs,32768), 32768);
bands.c 815 ec_dec_update(ec,x<=x0?p0*x:(x-1-x0)+(x0+1)*p0,x<=x0?p0*(x+1):(x-x0)+(x0+1)*p0,ft);
856 ec_dec_update(ec, fl, fl+fs, ft);
    [all...]
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_entropy.c 287 ec_dec_update(&dec,sym?(1<<logp1[j])-1:0,
293 ec_dec_update(&dec,sym?(1<<logp1[j])-1:0,

Completed in 203 milliseconds