/usr/include/minidjvu/alg/delegate.h is in libminidjvu-dev 0.8.svn.2010.05.06+dfsg-5build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | /*
* delegate.h - choosing a representative over a class of letters
*/
MDJVU_FUNCTION void mdjvu_multipage_choose_representatives
(int32 npages,
mdjvu_image_t *pages,
int32 max_tag,
int32 *tags,
mdjvu_bitmap_t *representatives);
MDJVU_FUNCTION mdjvu_image_t mdjvu_multipage_choose_average_representatives
(int32 npages,
mdjvu_image_t *pages,
int32 total_count,
int32 max_tag,
int32 *tags,
mdjvu_bitmap_t *representatives,
unsigned char *dictionary_flags);
|