Searched refs:ec_write_byte (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dentenc.c60 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 104 milliseconds