Home | History | Annotate | Download | only in src

Lines Matching refs:BLKSIZE

26           square block of size BLKSIZE contained in 2D block of data.
28 square block of size BLKSIZE contained in 2D block of data.
42 size BLKSIZE contained in 2D block of data.
45 size BLKSIZE contained in 2D block of data.
57 data of size BLKSIZE * BLKSIZE. The data is contained in the buffer which
58 represents a 2D block of data that is larger than BLKSIZE * BLKSIZE.
74 For illustration purposes, the diagram assumes that BLKSIZE is equal to 8
148 /* incr = incr - BLKSIZE; */ /* 09/06/2001, already passed in as width - BLKSIZE */
150 for (i = BLKSIZE; i > 0; i--)
152 for (j = BLKSIZE; j > 0; j--)