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

  /external/chromium_org/third_party/opus/src/celt/
entenc.c 66 static int ec_write_byte_at_end(ec_enc *_this,unsigned _value){ function
201 _this->error|=ec_write_byte_at_end(_this,(unsigned)window&EC_SYM_MAX);
271 _this->error|=ec_write_byte_at_end(_this,(unsigned)window&EC_SYM_MAX);
  /external/libopus/celt/
entenc.c 66 static int ec_write_byte_at_end(ec_enc *_this,unsigned _value){ function
201 _this->error|=ec_write_byte_at_end(_this,(unsigned)window&EC_SYM_MAX);
271 _this->error|=ec_write_byte_at_end(_this,(unsigned)window&EC_SYM_MAX);

Completed in 180 milliseconds