Lines Matching defs:nblocks
629 int i, j, code, nblocks, coding_method;
638 nblocks = FFMIN(get_bits_left(&s->gb) / 8, DCA_LBR_TIME_SAMPLES / 8);
639 for (i = 0; i < nblocks; i++, samples += 8) {
644 i = nblocks * 8;
656 nblocks = FFMIN(get_bits_left(&s->gb) / 8, (DCA_LBR_TIME_SAMPLES + 4) / 5);
657 for (i = 0; i < nblocks; i++, samples += 5) {
662 i = nblocks * 5;
667 nblocks = FFMIN(get_bits_left(&s->gb) / 7, (DCA_LBR_TIME_SAMPLES + 2) / 3);
668 for (i = 0; i < nblocks; i++, samples += 3) {
673 i = nblocks * 3;
682 nblocks = FFMIN(get_bits_left(&s->gb) / 4, DCA_LBR_TIME_SAMPLES);
683 for (i = 0; i < nblocks; i++)