Home | History | Annotate | Download | only in libmpdec

Lines Matching refs:done

78     mpd_size_t *done, dbits;
100 dbits = 8 * sizeof *done;
101 if ((done = mpd_calloc(hmax/(sizeof *done) + 1, sizeof *done)) == NULL) {
107 if (done[hn/dbits] & mpd_bits[hn%dbits]) {
130 done[next/dbits] |= mpd_bits[next%dbits];
139 done[hn/dbits] |= mpd_bits[hn%dbits];
143 mpd_free(done);
172 * then a square transposition is done on each individual block.