44 #define BITSTREAM_READER_LE
48 #define PALETTE_COUNT 256
72 int motion_offset = current_offset + delta_y * dst->
linesize[0]
74 if (motion_offset < 0) {
82 if (src->
data[0] == NULL) {
110 B = bytestream2_get_byte(&s->
mv_ptr);
117 x = -14 + ((B - 56) % 29);
118 y = 8 + ((B - 56) / 29);
121 av_dlog(s->
avctx,
"motion byte = %d, (x, y) = (%d, %d)\n", B, x, y);
136 B = bytestream2_get_byte(&s->
mv_ptr);
143 x = -(-14 + ((B - 56) % 29));
144 y = -( 8 + ((B - 56) / 29));
147 av_dlog(s->
avctx,
"motion byte = %d, (x, y) = (%d, %d)\n", B, x, y);
154 unsigned char B, BL, BH;
160 B = bytestream2_get_byte(&s->
mv_ptr);
164 BH = (B >> 4) & 0x0F;
168 av_dlog(s->
avctx,
"motion byte = %d, (x, y) = (%d, %d)\n", B, x, y);
207 for (y = 0; y < 8; y++) {
208 flags = bytestream2_get_byte(&s->
stream_ptr) | 0x100;
209 for (; flags != 1; flags >>= 1)
218 for (y = 0; y < 8; y += 2) {
219 for (x = 0; x < 8; x += 2, flags >>= 1) {
237 unsigned int flags = 0;
245 for (y = 0; y < 16; y++) {
255 for (x = 0; x < 4; x++, flags >>= 1)
271 for (y = 0; y < 16; y++) {
272 for (x = 0; x < 4; x++, flags >>= 1)
288 for (y = 0; y < 8; y++) {
295 for (x = 0; x < 8; x++, flags >>= 1)
318 for (y = 0; y < 8; y++) {
321 for (x = 0; x < 8; x++, flags >>= 2)
332 for (y = 0; y < 8; y += 2) {
333 for (x = 0; x < 8; x += 2, flags >>= 2) {
349 for (y = 0; y < 8; y++) {
350 for (x = 0; x < 8; x += 2, flags >>= 2) {
357 for (y = 0; y < 8; y += 2) {
358 for (x = 0; x < 8; x++, flags >>= 2) {
384 for (y = 0; y < 16; y++) {
391 for (x = 0; x < 4; x++, flags >>= 2)
402 uint64_t flags = bytestream2_get_le64(&s->
stream_ptr);
410 for (y = 0; y < 16; y++) {
411 for (x = 0; x < 4; x++, flags >>= 2)
437 for (y = 0; y < 8; y++) {
451 for (y = 0; y < 8; y += 2) {
452 for (x = 0; x < 8; x += 2) {
471 for (y = 0; y < 8; y++) {
493 for (y = 0; y < 8; y++) {
508 sample[0] = bytestream2_get_byte(&s->
stream_ptr);
509 sample[1] = bytestream2_get_byte(&s->
stream_ptr);
511 for (y = 0; y < 8; y++) {
512 for (x = 0; x < 8; x += 2) {
540 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
546 if (!(P[0] & 0x8000)) {
548 for (y = 0; y < 8; y++) {
549 flags = bytestream2_get_byte(&s->
stream_ptr) | 0x100;
550 for (; flags != 1; flags >>= 1)
551 *pixel_ptr++ = P[flags & 1];
558 for (y = 0; y < 8; y += 2) {
559 for (x = 0; x < 8; x += 2, flags >>= 1) {
562 pixel_ptr[x + s->
stride] =
563 pixel_ptr[x + 1 + s->
stride] = P[flags & 1];
565 pixel_ptr += s->
stride * 2;
576 unsigned int flags = 0;
577 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
584 if (!(P[0] & 0x8000)) {
586 for (y = 0; y < 16; y++) {
596 for (x = 0; x < 4; x++, flags >>= 1)
597 *pixel_ptr++ = P[flags & 1];
598 pixel_ptr += s->
stride - 4;
600 if (y == 7) pixel_ptr -= 8 * s->
stride - 4;
609 if (!(P[2] & 0x8000)) {
613 for (y = 0; y < 16; y++) {
614 for (x = 0; x < 4; x++, flags >>= 1)
615 *pixel_ptr++ = P[flags & 1];
616 pixel_ptr += s->
stride - 4;
619 pixel_ptr -= 8 * s->
stride - 4;
630 for (y = 0; y < 8; y++) {
637 for (x = 0; x < 8; x++, flags >>= 1)
638 *pixel_ptr++ = P[flags & 1];
652 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
655 for (x = 0; x < 4; x++)
658 if (!(P[0] & 0x8000)) {
659 if (!(P[2] & 0x8000)) {
662 for (y = 0; y < 8; y++) {
665 for (x = 0; x < 8; x++, flags >>= 2)
666 *pixel_ptr++ = P[flags & 0x03];
676 for (y = 0; y < 8; y += 2) {
677 for (x = 0; x < 8; x += 2, flags >>= 2) {
680 pixel_ptr[x + s->
stride] =
681 pixel_ptr[x + 1 + s->
stride] = P[flags & 0x03];
683 pixel_ptr += s->
stride * 2;
692 if (!(P[2] & 0x8000)) {
693 for (y = 0; y < 8; y++) {
694 for (x = 0; x < 8; x += 2, flags >>= 2) {
696 pixel_ptr[x + 1] = P[flags & 0x03];
701 for (y = 0; y < 8; y += 2) {
702 for (x = 0; x < 8; x++, flags >>= 2) {
704 pixel_ptr[x + s->
stride] = P[flags & 0x03];
706 pixel_ptr += s->
stride * 2;
720 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
722 for (x = 0; x < 4; x++)
727 if (!(P[0] & 0x8000)) {
730 for (y = 0; y < 16; y++) {
734 for (x = 0; x < 4; x++)
739 for (x = 0; x < 4; x++, flags >>= 2)
740 *pixel_ptr++ = P[flags & 0x03];
742 pixel_ptr += s->
stride - 4;
744 if (y == 7) pixel_ptr -= 8 * s->
stride - 4;
750 uint64_t flags = bytestream2_get_le64(&s->
stream_ptr);
752 for (x = 4; x < 8; x++)
754 vert = !(P[4] & 0x8000);
759 for (y = 0; y < 16; y++) {
760 for (x = 0; x < 4; x++, flags >>= 2)
761 *pixel_ptr++ = P[flags & 0x03];
764 pixel_ptr += s->
stride - 4;
766 if (y == 7) pixel_ptr -= 8 * s->
stride - 4;
767 }
else if (y & 1) pixel_ptr += s->
line_inc;
784 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
787 for (y = 0; y < 8; y++) {
788 for (x = 0; x < 8; x++)
789 pixel_ptr[x] = bytestream2_get_le16(&s->
stream_ptr);
800 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
803 for (y = 0; y < 8; y += 2) {
804 for (x = 0; x < 8; x += 2) {
807 pixel_ptr[x + s->
stride] =
810 pixel_ptr += s->
stride * 2;
821 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
824 for (y = 0; y < 8; y++) {
829 for (x = 0; x < 8; x++)
830 pixel_ptr[x] = P[x >> 2];
842 uint16_t *pixel_ptr = (uint16_t*)s->
pixel_ptr;
847 for (y = 0; y < 8; y++) {
848 for (x = 0; x < 8; x++)
882 unsigned char opcode;
907 " block @ (%3d, %3d): encoding 0x%X, data ptr offset %d\n",
928 "decode finished with %d bytes left over\n",
956 void *
data,
int *got_frame,
960 int buf_size = avpkt->
size;
970 if (buf_size < s->decoding_map_size)
1018 .
name =
"interplayvideo",