Searched refs:end_offs (Results 1 – 4 of 4) sorted by relevance
61 if(_this->offs+_this->end_offs>=_this->storage)return -1; in ec_write_byte()67 if(_this->offs+_this->end_offs>=_this->storage)return -1; in ec_write_byte_at_end()68 _this->buf[_this->storage-++(_this->end_offs)]=(unsigned char)_value; in ec_write_byte_at_end()114 _this->end_offs=0; in ec_enc_init()238 celt_assert(_this->offs+_this->end_offs<=_size); in ec_enc_shrink()239 OPUS_MOVE(_this->buf+_size-_this->end_offs, in ec_enc_shrink()240 _this->buf+_this->storage-_this->end_offs,_this->end_offs); in ec_enc_shrink()278 _this->storage-_this->offs-_this->end_offs); in ec_enc_done()281 if(_this->end_offs>=_this->storage)_this->error=-1; in ec_enc_done()286 if(_this->offs+_this->end_offs>=_this->storage&&l<used){ in ec_enc_done()[all …]
96 return _this->end_offs<_this->storage? in ec_read_byte_from_end()97 _this->buf[_this->storage-++(_this->end_offs)]:0; in ec_read_byte_from_end()122 _this->end_offs=0; in ec_dec_init()
68 opus_uint32 end_offs; member
1359 ULONG end_offs, in RealCopy() argument1374 if (start_offs >= end_offs || end_offs > 0x10000) in RealCopy()1382 end_offs = (15 + (end_offs << 4)) >> 4; in RealCopy()1395 len = ((end_offs - start_offs) + 15) >> 4; in RealCopy()1431 len = end_offs - start_offs; in RealCopy()