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

  /external/chromium_org/third_party/opus/src/celt/
entenc.c 61 if(_this->offs+_this->end_offs>=_this->storage)return -1;
67 if(_this->offs+_this->end_offs>=_this->storage)return -1;
68 _this->buf[_this->storage-++(_this->end_offs)]=(unsigned char)_value;
114 _this->end_offs=0;
238 celt_assert(_this->offs+_this->end_offs<=_size);
239 OPUS_MOVE(_this->buf+_size-_this->end_offs,
240 _this->buf+_this->storage-_this->end_offs,_this->end_offs);
278 _this->storage-_this->offs-_this->end_offs);
281 if(_this->end_offs>=_this->storage)_this->error=-1
    [all...]
entcode.h 61 opus_uint32 end_offs; member in struct:ec_ctx
entdec.c 96 return _this->end_offs<_this->storage?
97 _this->buf[_this->storage-++(_this->end_offs)]:0;
122 _this->end_offs=0;

Completed in 334 milliseconds