Home
last modified time | relevance | path

Searched refs:rlthresh (Results 1 – 3 of 3) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/cfile/
H A Dcfilelist.cpp221 int rlthresh; // minimum valid run length in cf_compress() local
244 if ( rlcount >= rlthresh ) { in cf_compress()
279 if ( ++rlcount == rlthresh ) { in cf_compress()
286 *flagbyte++ = (char)(pixcount - 2 - rlthresh); in cf_compress()
302 if ( rlcount >= rlthresh ) { in cf_compress()
325 if ( rlcount >= rlthresh ) { in cf_compress()
435 int rlthresh; // minimum valid run length in cfwrite_compressed() local
457 if ( rlcount >= rlthresh ) { in cfwrite_compressed()
492 if ( ++rlcount == rlthresh ) { in cfwrite_compressed()
514 if ( rlcount >= rlthresh ) { in cfwrite_compressed()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/tgautils/
H A Dtgautils.cpp146 int rlthresh; // minimum valid run length in targa_compress() local
152 rlthresh = 2; // for 8bpp, require a 2 pixel span before rle'ing in targa_compress()
154 rlthresh = 1; in targa_compress()
174 if ( rlcount >= rlthresh ) { in targa_compress()
208 if ( ++rlcount == rlthresh ) { in targa_compress()
215 *flagbyte++ = (char)(pixcount - 2 - rlthresh); in targa_compress()
230 if ( rlcount >= rlthresh ) { in targa_compress()
253 if ( rlcount >= rlthresh ) { in targa_compress()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/tgautils/
H A Dtgautils.cpp147 int rlthresh; // minimum valid run length in targa_compress() local
153 rlthresh = 2; // for 8bpp, require a 2 pixel span before rle'ing in targa_compress()
155 rlthresh = 1; in targa_compress()
175 if ( rlcount >= rlthresh ) { in targa_compress()
209 if ( ++rlcount == rlthresh ) { in targa_compress()
216 *flagbyte++ = (char)(pixcount - 2 - rlthresh); in targa_compress()
231 if ( rlcount >= rlthresh ) { in targa_compress()
254 if ( rlcount >= rlthresh ) { in targa_compress()