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

  /external/chromium_org/third_party/opus/src/celt/
entenc.c 60 static int ec_write_byte(ec_enc *_this,unsigned _value){ function
89 if(_this->rem>=0)_this->error|=ec_write_byte(_this,_this->rem+carry);
93 do _this->error|=ec_write_byte(_this,sym);
  /external/libopus/celt/
entenc.c 60 static int ec_write_byte(ec_enc *_this,unsigned _value){ function
89 if(_this->rem>=0)_this->error|=ec_write_byte(_this,_this->rem+carry);
93 do _this->error|=ec_write_byte(_this,sym);

Completed in 116 milliseconds