Lines Matching refs:n_blocks
554 int n_blocks;
584 n_blocks = 0;
587 while (n_blocks < 32 && block_counter + n_blocks < total_blocks) {
589 block_offset = get_block_info(&bi, block_counter + n_blocks);
607 if (n_blocks) {
610 put_bits(&s->pb, 8, 0x80 | (n_blocks - 1));
611 block_counter += n_blocks;
625 // &prev_pixels[block_offset], &bi, block_counter + n_blocks);
627 n_blocks++;
632 if (n_blocks) {
634 put_bits(&s->pb, 8, 0x80 | (n_blocks - 1));
635 block_counter += n_blocks;
651 n_blocks = 1;
655 &prev_pixels[block_offset], &bi, block_counter + n_blocks);
658 while (n_blocks < 32 && block_counter + n_blocks < total_blocks) {
659 block_offset = get_block_info(&bi, block_counter + n_blocks);
677 &prev_pixels[block_offset], &bi, block_counter + n_blocks);
679 n_blocks++;
683 put_bits(&s->pb, 8, 0xa0 | (n_blocks - 1));
687 block_counter += n_blocks;