Searched refs:FF_MAX (Results 1 – 2 of 2) sorted by relevance
48 #define FF_MAX 0200 macro81 unsigned char bigram[2*FF_MAX];82 unsigned short code[FF_MAX][FF_MAX];
1012 if ((n = *p++) < FF_MIN || n >= FF_MAX) in findwrite()1122 for (n = 0; n < FF_MAX; n++) in findsync()1123 for (m = 0; m < FF_MAX; m++) in findsync()1131 if ((m += d) > FF_MAX) in findsync()1136 for (n = FF_MAX - 1; n >= 0; n--) in findsync()1137 for (m = FF_MAX - 1; m >= 0; m--) in findsync()1142 fp->encode.code[n][m] = b + FF_MAX; in findsync()1143 if (fp->encode.hits[d]++ >= FF_MAX) in findsync()