Added optional buffer offset parameters to compressWithFilters().

committer: mfx <mfx> 974485183 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-11-17 18:19:43 +00:00
parent f86d4f1992
commit bd7d18d046
2 changed files with 18 additions and 23 deletions
+4 -2
View File
@@ -153,8 +153,10 @@ protected:
// high-level compression drivers
void compressWithFilters(Filter *ft, unsigned *overlapoh,
const unsigned overlap_range,
int strategy=-1, const int *filters=NULL,
unsigned max_offset = 0, unsigned max_match = 0);
int strategy = -1, const int *filters = NULL,
unsigned max_offset = 0, unsigned max_match = 0,
unsigned filter_buf_off = 0,
unsigned compress_buf_off = 0);
// util for verifying overlapping decompresion
// non-destructive test