=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for ffmpeg010-20150312.0.10.16nb7 git: not found git: not found CC libavdevice/avdevice.o CC libavdevice/bktr.o CC libavdevice/oss_audio.o CC libavdevice/alldevices.o CC libavfilter/af_aconvert.o CC libavfilter/af_amerge.o CC libavdevice/lavfi.o CC libavfilter/af_aformat.o CC libavdevice/v4l2.o CC libavfilter/af_aresample.o CC libavfilter/af_anull.o CC libavfilter/af_asplit.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_earwax.o CC libavfilter/af_pan.o CC libavfilter/af_astreamsync.o libavfilter/af_pan.c:71:17: warning: variable 'channel_id' is uninitialized when used here [-Wuninitialized] channel_id += i; ^~~~~~~~~~ libavfilter/af_pan.c:64:27: note: initialize the variable 'channel_id' to silence this warning int len, i, channel_id; ^ = 0 libavdevice/lavfi.c:208:20: warning: variable 'sink' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (type == AVMEDIA_TYPE_AUDIO) { ^~~~~~~~~~~~~~~~~~~~~~~~~~ libavdevice/lavfi.c:225:27: note: uninitialized use occurs here lavfi->sinks[i] = sink; ^~~~ libavdevice/lavfi.c:208:16: note: remove the 'if' if its condition is always true } else if (type == AVMEDIA_TYPE_AUDIO) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavdevice/lavfi.c:181:30: note: initialize the variable 'sink' to silence this warning AVFilterContext *sink; ^ = NULL CC libavfilter/af_silencedetect.o CC libavfilter/af_volume.o 1 warning generated. CC libavfilter/allfilters.o libavfilter/af_aconvert.c:53:29: warning: this function declaration is not a prototype [-Wstrict-prototypes] void (*convert_chlayout)(); ///< function to do the requested rematrixing ^ void CC libavfilter/asink_anullsink.o libavfilter/af_aconvert.c:105:17: warning: this function declaration is not a prototype [-Wstrict-prototypes] void (*func)(); ^ void libavfilter/af_aconvert.c:185:35: warning: comparison of constant -1 with expression of type 'enum AVFilterPacking' is always true [-Wtautological-constant-out-of-range-compare] if (aconvert->out_packing_fmt != -1) { ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~ libavfilter/af_aconvert.c:204:35: warning: comparison of constant -1 with expression of type 'enum AVFilterPacking' is always false [-Wtautological-constant-out-of-range-compare] if (aconvert->out_packing_fmt == -1) ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~ CC libavfilter/asrc_abuffer.o CC libavfilter/asrc_aevalsrc.o CC libavfilter/asrc_anullsrc.o CC libavfilter/avcodec.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/defaults.o 1 warning generated. CC libavfilter/drawutils.o CC libavfilter/formats.o CC libavfilter/graphdump.o CC libavfilter/graphparser.o CC libavfilter/libmpcodecs/img_format.o CC libavfilter/libmpcodecs/mp_image.o CC libavfilter/libmpcodecs/pullup.o CC libavfilter/libmpcodecs/vf_2xsai.o CC libavfilter/libmpcodecs/vf_decimate.o CC libavfilter/libmpcodecs/vf_denoise3d.o CC libavfilter/libmpcodecs/vf_detc.o CC libavfilter/libmpcodecs/vf_dint.o CC libavfilter/libmpcodecs/vf_divtc.o CC libavfilter/libmpcodecs/vf_down3dright.o CC libavfilter/libmpcodecs/vf_dsize.o libavfilter/libmpcodecs/vf_detc.c:313:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] CC libavfilter/libmpcodecs/vf_eq.o return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/libmpcodecs/vf_eq2.o CC libavfilter/libmpcodecs/vf_field.o 4 warnings generated. CC libavfilter/libmpcodecs/vf_fil.o CC libavfilter/libmpcodecs/vf_fixpts.o CC libavfilter/libmpcodecs/vf_framestep.o CC libavfilter/libmpcodecs/vf_fspp.o libavfilter/libmpcodecs/vf_divtc.c:375:48: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, tmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_divtc.c:380:39: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/libmpcodecs/vf_geq.o CC libavfilter/libmpcodecs/vf_harddup.o CC libavfilter/libmpcodecs/vf_hue.o CC libavfilter/libmpcodecs/vf_hqdn3d.o CC libavfilter/libmpcodecs/vf_il.o libavfilter/libmpcodecs/vf_eq.c:34:1: warning: 'static' ignored on this declaration [-Wmissing-declarations] static struct vf_priv_s { ^ CC libavfilter/libmpcodecs/vf_ilpack.o CC libavfilter/libmpcodecs/vf_ivtc.o libavfilter/libmpcodecs/vf_fixpts.c:46:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if (pts == MP_NOPTS_VALUE) ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_fixpts.c:51:16: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if (pts != MP_NOPTS_VALUE && p->autostart != 0) { ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_fixpts.c:55:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value] } else if (pts != MP_NOPTS_VALUE && p->autostep > 0) { ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_fixpts.c:64:15: warning: shifting a negative signed value is undefined [-Wshift-negative-value] pts = MP_NOPTS_VALUE; ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ 1 warning generated. CC libavfilter/libmpcodecs/vf_kerndeint.o CC libavfilter/libmpcodecs/vf_mirror.o CC libavfilter/libmpcodecs/vf_mcdeint.o 1 warning generated. 4 warnings generated. CC libavfilter/libmpcodecs/vf_noise.o CC libavfilter/libmpcodecs/vf_ow.o CC libavfilter/libmpcodecs/vf_palette.o CC libavfilter/libmpcodecs/vf_perspective.o libavfilter/libmpcodecs/vf_harddup.c:64:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if (put_image(vf, vf->priv->last_mpi, MP_NOPTS_VALUE)) ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_ivtc.c:455:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ 1 warning generated. CC libavfilter/libmpcodecs/vf_phase.o CC libavfilter/libmpcodecs/vf_pp7.o CC libavfilter/libmpcodecs/vf_pullup.o libavfilter/libmpcodecs/vf_mcdeint.c:199:34: warning: 'avcodec_alloc_context' is deprecated [-Wdeprecated-declarations] vf->priv->avctx_enc= avcodec_alloc_context(); ^ ./libavcodec/avcodec.h:4024:1: note: 'avcodec_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavfilter/libmpcodecs/vf_mcdeint.c:227:13: warning: 'avcodec_open' is deprecated [-Wdeprecated-declarations] avcodec_open(avctx_enc, enc); ^ ./libavcodec/avcodec.h:4154:1: note: 'avcodec_open' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/libmpcodecs/vf_qp.o CC libavfilter/libmpcodecs/vf_rectangle.o 2 warnings generated. libavfilter/libmpcodecs/vf_phase.c:240:39: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/libmpcodecs/vf_remove_logo.o 1 warning generated. CC libavfilter/libmpcodecs/vf_rotate.o CC libavfilter/libmpcodecs/vf_sab.o CC libavfilter/libmpcodecs/vf_screenshot.o CC libavfilter/libmpcodecs/vf_smartblur.o libavfilter/libmpcodecs/vf_pullup.c:233:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_pullup.c:252:39: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/libmpcodecs/vf_softpulldown.o libavfilter/libmpcodecs/vf_pp7.c:211:18: warning: unused variable 'thres' [-Wunused-const-variable] static const int thres[16]={ ^ CC libavfilter/libmpcodecs/vf_softskip.o CC libavfilter/libmpcodecs/vf_spp.o CC libavfilter/libmpcodecs/vf_stereo3d.o 1 warning generated. libavfilter/libmpcodecs/vf_screenshot.c:137:26: warning: passing 'unsigned char *[4]' to parameter of type 'const __uint8_t *const *' (aka 'const unsigned char *const *') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] sws_scale(priv->ctx, mpi->planes, mpi->stride, 0, priv->dh, dst, dst_stride); ^~~~~~~~~~~ ./libswscale/swscale.h:237:58: note: passing argument to parameter 'srcSlice' here int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], ^ libavfilter/libmpcodecs/vf_screenshot.c:160:34: warning: passing 'unsigned char **' to parameter of type 'const __uint8_t *const *' (aka 'const unsigned char *const *') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] sws_scale(vf->priv->ctx, src, stride, y, h, dst, dst_stride); ^~~ ./libswscale/swscale.h:237:58: note: passing argument to parameter 'srcSlice' here int sws_scale(struct SwsContext *c, const uint8_t *const srcSlice[], ^ libavfilter/libmpcodecs/vf_screenshot.c:303:23: warning: 'avcodec_alloc_context' is deprecated [-Wdeprecated-declarations] vf->priv->avctx = avcodec_alloc_context(); ^ ./libavcodec/avcodec.h:4024:1: note: 'avcodec_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavfilter/libmpcodecs/vf_screenshot.c:305:9: warning: 'avcodec_open' is deprecated [-Wdeprecated-declarations] if (avcodec_open(vf->priv->avctx, avcodec_find_encoder(CODEC_ID_PNG))) { ^ ./libavcodec/avcodec.h:4154:1: note: 'avcodec_open' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/libmpcodecs/vf_swapuv.o CC libavfilter/libmpcodecs/vf_telecine.o 1 warning generated. CC libavfilter/libmpcodecs/vf_tile.o CC libavfilter/libmpcodecs/vf_tinterlace.o CC libavfilter/libmpcodecs/vf_unsharp.o CC libavfilter/libmpcodecs/vf_uspp.o libavfilter/libmpcodecs/vf_softpulldown.c:64:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, mpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_softpulldown.c:100:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_softpulldown.c:103:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret |= vf_next_put_image(vf, mpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ 2 warnings generated. CC libavfilter/libmpcodecs/vf_yuvcsp.o 4 warnings generated. CC libavfilter/libmpcodecs/vf_yvu9.o CC libavfilter/sink_buffer.o 3 warnings generated. CC libavfilter/src_movie.o libavfilter/libmpcodecs/vf_tinterlace.c:79:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_tinterlace.c:84:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, mpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_tinterlace.c:88:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, mpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_tinterlace.c:119:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_tinterlace.c:169:47: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/transform.o CC libavfilter/vf_aspect.o libavfilter/libmpcodecs/vf_tile.c:187:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_tile.c:289:14: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] args = ""; ^ ~~ libavfilter/libmpcodecs/vf_telecine.c:64:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_telecine.c:77:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value] return vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE) || ret; ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ libavfilter/libmpcodecs/vf_telecine.c:92:43: warning: shifting a negative signed value is undefined [-Wshift-negative-value] ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/vf_blackframe.o CC libavfilter/vf_boxblur.o libavfilter/libmpcodecs/vf_spp.c:581:22: warning: 'avcodec_alloc_context' is deprecated [-Wdeprecated-declarations] vf->priv->avctx= avcodec_alloc_context(); ^ ./libavcodec/avcodec.h:4024:1: note: 'avcodec_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavfilter/libmpcodecs/vf_uspp.c:227:37: warning: 'avcodec_alloc_context' is deprecated [-Wdeprecated-declarations] vf->priv->avctx_enc[i]= avcodec_alloc_context(); ^ ./libavcodec/avcodec.h:4024:1: note: 'avcodec_alloc_context' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavfilter/libmpcodecs/vf_uspp.c:237:13: warning: 'avcodec_open' is deprecated [-Wdeprecated-declarations] avcodec_open(avctx_enc, enc); ^ ./libavcodec/avcodec.h:4154:1: note: 'avcodec_open' has been explicitly marked deprecated here attribute_deprecated ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavfilter/vf_copy.o 3 warnings generated. CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o CC libavfilter/vf_delogo.o 5 warnings generated. 2 warnings generated. CC libavfilter/vf_deshake.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_fade.o CC libavfilter/vf_fieldorder.o CC libavfilter/vf_fifo.o 2 warnings generated. CC libavfilter/vf_format.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o 1 warning generated. CC libavfilter/vf_hqdn3d.o CC libavfilter/vf_lut.o CC libavfilter/vf_mp.o CC libavfilter/vf_null.o CC libavfilter/vf_overlay.o CC libavfilter/vf_pad.o 2 warnings generated. CC libavfilter/vf_pixdesctest.o CC libavfilter/vf_scale.o CC libavfilter/vf_select.o CC libavfilter/vf_setpts.o CC libavfilter/vf_settb.o CC libavfilter/vf_showinfo.o CC libavfilter/vf_slicify.o CC libavfilter/vf_split.o CC libavfilter/vf_swapuv.o CC libavfilter/vf_thumbnail.o libavfilter/vf_mp.c:642:15: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if(pts != MP_NOPTS_VALUE) ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/vf_tinterlace.o libavfilter/vf_mp.c:763:36: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(m->vf.info->vf_open(&m->vf, args)<=0){ ^~~~ libavfilter/vf_mp.c:853:17: warning: shifting a negative signed value is undefined [-Wshift-negative-value] double pts= MP_NOPTS_VALUE; ^~~~~~~~~~~~~~ libavfilter/libmpcodecs/vf.h:118:29: note: expanded from macro 'MP_NOPTS_VALUE' #define MP_NOPTS_VALUE (-1LL<<63) //both int64_t and double should be able to represent this exactly ~~~~^ CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_vflip.o CC libavfilter/vf_yadif.o CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_color.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_buffer.o CC libavfilter/vsrc_life.o CC libavfilter/vsrc_mandelbrot.o CC libavfilter/vsrc_mptestsrc.o CC libavfilter/vsrc_testsrc.o CC libavfilter/x86/gradfun.o libavfilter/vsrc_cellauto.c:142:34: warning: array subscript is of type 'char' [-Wchar-subscripts] cellauto->buf[i] = !!isgraph(*(p++)); ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ libavfilter/vsrc_life.c:220:47: warning: array subscript is of type 'char' [-Wchar-subscripts] life->buf[0][i*life->w + j] = isgraph(*(p++)) ? ALIVE_CELL : 0; ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ CC libavfilter/x86/yadif.o libavfilter/vsrc_mptestsrc.c:390:54: warning: initializer overrides prior initialization of this subobject [-Winitializer-overrides] .config_props = config_props, }, ^~~~~~~~~~~~ libavfilter/vsrc_mptestsrc.c:388:53: note: previous initialization is here .config_props = config_props, ^~~~~~~~~~~~ CC libavcodec/4xm.o CC libavcodec/8bps.o CC libavcodec/8svx.o CC libavcodec/a64multienc.o CC libavcodec/aac_ac3_parser.o CC libavcodec/aac_adtstoasc_bsf.o 3 warnings generated. CC libavcodec/aac_parser.o 1 warning generated. CC libavcodec/aacadtsdec.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o libavfilter/x86/yadif.c:26:23: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] DECLARE_ASM_CONST(16, const xmm_reg, pb_1) = {0x0101010101010101ULL, 0x0101010101010101ULL}; ^ libavfilter/x86/yadif.c:27:23: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] DECLARE_ASM_CONST(16, const xmm_reg, pw_1) = {0x0001000100010001ULL, 0x0001000100010001ULL}; ^ 1 warning generated. 1 warning generated. CC libavcodec/aacenc.o CC libavcodec/aacps.o CC libavcodec/aacpsy.o CC libavcodec/aacsbr.o CC libavcodec/aactab.o libavcodec/aac_adtstoasc_bsf.c:51:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] *poutbuf = (uint8_t*) buf; ^ libavcodec/aac_adtstoasc_bsf.c:104:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] *poutbuf = (uint8_t*) buf; ^ libavcodec/aacdec.c:2183:68: warning: suggest braces around initialization of subobject [-Wmissing-braces] enum ChannelPosition new_che_pos[4][MAX_ELEM_ID]= {0}; ^ {} libavcodec/aacdec.c:2286:59: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const float **)ac->output_data, ^ libavcodec/aacdec.c:2290:68: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const float **)ac->output_data, ^ CC libavcodec/aandcttab.o CC libavcodec/aasc.o CC libavcodec/ac3.o 2 warnings generated. CC libavcodec/ac3_parser.o 2 warnings generated. libavcodec/aacsbr.c:382:16: warning: variable 'max_qmf_subbands' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (sbr->sample_rate >= 48000) ^~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/aacsbr.c:385:33: note: uninitialized use occurs here if (sbr->k[2] - sbr->k[0] > max_qmf_subbands) { ^~~~~~~~~~~~~~~~ libavcodec/aacsbr.c:382:12: note: remove the 'if' if its condition is always true } else if (sbr->sample_rate >= 48000) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/aacsbr.c:317:40: note: initialize the variable 'max_qmf_subbands' to silence this warning unsigned int temp, max_qmf_subbands; ^ = 0 CC libavcodec/ac3dec.o CC libavcodec/ac3dec_data.o CC libavcodec/ac3enc.o CC libavcodec/ac3dsp.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o libavcodec/ac3dec.c:166:16: warning: 'drc_scale' is deprecated [-Wdeprecated-declarations] if (avctx->drc_scale) ^ libavcodec/avcodec.h:2900:5: note: 'drc_scale' has been explicitly marked deprecated here attribute_deprecated float drc_scale; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/ac3dec.c:167:31: warning: 'drc_scale' is deprecated [-Wdeprecated-declarations] s->drc_scale = avctx->drc_scale; ^ libavcodec/avcodec.h:2900:5: note: 'drc_scale' has been explicitly marked deprecated here attribute_deprecated float drc_scale; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.o CC libavcodec/acelp_vectors.o CC libavcodec/adpcm.o CC libavcodec/adpcm_data.o CC libavcodec/adpcmenc.o CC libavcodec/adx.o CC libavcodec/adx_parser.o CC libavcodec/adxdec.o CC libavcodec/adxenc.o CC libavcodec/alac.o CC libavcodec/alacenc.o CC libavcodec/allcodecs.o CC libavcodec/alsdec.o CC libavcodec/amrnbdec.o CC libavcodec/amrwbdec.o CC libavcodec/anm.o CC libavcodec/ansi.o CC libavcodec/apedec.o CC libavcodec/ass.o libavcodec/ansi.c:205:14: warning: variable 'width' is used uninitialized whenever switch case is taken [-Wsometimes-uninitialized] case 7: //set line wrapping ^ libavcodec/ansi.c:222:13: note: uninitialized use occurs here if (width != avctx->width || height != avctx->height) { ^~~~~ libavcodec/ansi.c:219:9: warning: variable 'width' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: ^~~~~~~ libavcodec/ansi.c:222:13: note: uninitialized use occurs here if (width != avctx->width || height != avctx->height) { ^~~~~ libavcodec/ansi.c:163:22: note: initialize the variable 'width' to silence this warning int ret, i, width, height; ^ = 0 libavcodec/apedec.c:702:46: warning: shifting a negative signed value is undefined [-Wshift-negative-value] *f->adaptcoeffs = ((res & (-1<<31)) ^ (-1<<30)) >> ~~^ libavcodec/apedec.c:702:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value] *f->adaptcoeffs = ((res & (-1<<31)) ^ (-1<<30)) >> ~~^ CC libavcodec/ass_split.o CC libavcodec/assdec.o 2 warnings generated. CC libavcodec/assenc.o CC libavcodec/asv1.o CC libavcodec/atrac.o CC libavcodec/atrac1.o CC libavcodec/audioconvert.o CC libavcodec/atrac3.o CC libavcodec/aura.o CC libavcodec/avfft.o CC libavcodec/avpacket.o CC libavcodec/avs.o libavcodec/atrac1.c:323:63: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] q->fmt_conv.float_interleave(samples, (const float **)q->out_samples, ^ 2 warnings generated. CC libavcodec/bethsoftvideo.o CC libavcodec/bfi.o CC libavcodec/bgmc.o libavcodec/atrac3.c:884:54: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const float **)q->outSamples, ^ libavcodec/atrac3.c:888:63: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const float **)q->outSamples, ^ CC libavcodec/bink.o CC libavcodec/binkaudio.o 1 warning generated. CC libavcodec/binkdsp.o CC libavcodec/bintext.o libavcodec/avpacket.c:130:28: warning: 'av_destruct_packet_nofree' is deprecated [-Wdeprecated-declarations] if (((pkt->destruct == av_destruct_packet_nofree) || (pkt->destruct == NULL)) && pkt->data) { ^ libavcodec/avcodec.h:3524:1: note: 'av_destruct_packet_nofree' has been explicitly marked deprecated here attribute_deprecated void av_destruct_packet_nofree(AVPacket *pkt); ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/bitstream.o 3 warnings generated. CC libavcodec/bitstream_filter.o CC libavcodec/bmp.o 1 warning generated. CC libavcodec/bmpenc.o CC libavcodec/bmv.o CC libavcodec/c93.o libavcodec/bintext.c:92:13: warning: unused function 'hscroll' [-Wunused-function] static void hscroll(AVCodecContext *avctx) ^ 2 warnings generated. libavcodec/bitstream_filter.c:62:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] *poutbuf= (uint8_t *) buf; ^ libavcodec/binkaudio.c:270:59: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const float **)s->prev_ptr, ^ libavcodec/binkaudio.c:272:64: warning: cast from 'float **' to 'const float **' must have all intermediate pointers const qualified to be safe [-Wcast-qual] s->fmt_conv.float_to_int16_interleave(out, (const float **)s->coeffs_ptr, ^ CC libavcodec/cabac.o 1 warning generated. 1 warning generated. CC libavcodec/cavs.o CC libavcodec/cavsdec.o CC libavcodec/cavs_parser.o CC libavcodec/cavsdsp.o 1 warning generated. CC libavcodec/cdgraphics.o CC libavcodec/celp_filters.o CC libavcodec/cga_data.o CC libavcodec/celp_math.o CC libavcodec/chomp_bsf.o CC libavcodec/cljr.o CC libavcodec/cinepak.o CC libavcodec/cook.o 2 warnings generated. CC libavcodec/cscd.o CC libavcodec/cyuv.o 2 warnings generated. CC libavcodec/dca.o CC libavcodec/dca_parser.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o libavcodec/chomp_bsf.c:34:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] *poutbuf = (uint8_t*) buf; ^ CC libavcodec/dct.o 1 warning generated. CC libavcodec/dct32_fixed.o libavcodec/cook.c:284:9: warning: signed shift result (0x37C511F200) requires 39 bits to represent, but 'int' only has 32 bits [-Wshift-overflow] AV_BE2NE32C(0x37c511f2), AV_BE2NE32C(0xf237c511), ^~~~~~~~~~~~~~~~~~~~~~~ ./libavutil/bswap.h:103:24: note: expanded from macro 'AV_BE2NE32C' #define AV_BE2NE32C(x) AV_BE2NEC(32, x) ^~~~~~~~~~~~~~~~ ./libavutil/bswap.h:98:25: note: expanded from macro 'AV_BE2NEC' #define AV_BE2NEC(s, x) AV_BSWAPC(s, x) ^~~~~~~~~~~~~~~ ./libavutil/bswap.h:55:25: note: expanded from macro 'AV_BSWAPC' #define AV_BSWAPC(s, x) AV_BSWAP##s##C(x) ^~~~~~~~~~~~~~~~~ :172:1: note: expanded from here AV_BSWAP32C ^ ./libavutil/bswap.h:52:25: note: expanded from macro 'AV_BSWAP32C' #define AV_BSWAP32C(x) (AV_BSWAP16C(x) << 16 | AV_BSWAP16C((x) >> 16)) ^~~~~~~~~~~~~~ ./libavutil/bswap.h:51:30: note: expanded from macro 'AV_BSWAP16C' #define AV_BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff)) ~~~ ^ ~ libavcodec/cook.c:285:9: warning: signed shift result (0x11F237C500) requires 38 bits to represent, but 'int' only has 32 bits [-Wshift-overflow] AV_BE2NE32C(0x11f237c5), AV_BE2NE32C(0xc511f237), ^~~~~~~~~~~~~~~~~~~~~~~ ./libavutil/bswap.h:103:24: note: expanded from macro 'AV_BE2NE32C' #define AV_BE2NE32C(x) AV_BE2NEC(32, x) ^~~~~~~~~~~~~~~~ ./libavutil/bswap.h:98:25: note: expanded from macro 'AV_BE2NEC' #define AV_BE2NEC(s, x) AV_BSWAPC(s, x) ^~~~~~~~~~~~~~~ ./libavutil/bswap.h:55:25: note: expanded from macro 'AV_BSWAPC' #define AV_BSWAPC(s, x) AV_BSWAP##s##C(x) ^~~~~~~~~~~~~~~~~ :176:1: note: expanded from here AV_BSWAP32C ^ ./libavutil/bswap.h:52:25: note: expanded from macro 'AV_BSWAP32C' #define AV_BSWAP32C(x) (AV_BSWAP16C(x) << 16 | AV_BSWAP16C((x) >> 16)) ^~~~~~~~~~~~~~ ./libavutil/bswap.h:51:30: note: expanded from macro 'AV_BSWAP16C' #define AV_BSWAP16C(x) (((x) << 8 & 0xff00) | ((x) >> 8 & 0x00ff)) ~~~ ^ ~ CC libavcodec/dct32_float.o CC libavcodec/dfa.o CC libavcodec/dirac.o CC libavcodec/dirac_arith.o CC libavcodec/dirac_parser.o CC libavcodec/diracdec.o CC libavcodec/diracdsp.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dpcm.o libavcodec/dnxhddata.c:455:22: warning: unused variable 'dnxhd_1238_ac_index_flag' [-Wunused-const-variable] static const uint8_t dnxhd_1238_ac_index_flag[257] = { ^ libavcodec/diracdec.c:617:49: warning: comparison of constant 4 with expression of type 'enum dirac_subband' is always true [-Wtautological-constant-out-of-range-compare] for (orientation = !!level; orientation < 4; orientation++) { ~~~~~~~~~~~ ^ ~ libavcodec/diracdec.c:708:49: warning: comparison of constant 4 with expression of type 'enum dirac_subband' is always true [-Wtautological-constant-out-of-range-compare] for (orientation = !!level; orientation < 4; orientation++) { ~~~~~~~~~~~ ^ ~ libavcodec/diracdec.c:721:49: warning: comparison of constant 4 with expression of type 'enum dirac_subband' is always true [-Wtautological-constant-out-of-range-compare] for (orientation = !!level; orientation < 4; orientation++) { ~~~~~~~~~~~ ^ ~ 1 warning generated. CC libavcodec/dpx.o CC libavcodec/dpxenc.o CC libavcodec/dsicinav.o CC libavcodec/dsputil.o CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.o CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o CC libavcodec/dvbsubdec.o 2 warnings generated. CC libavcodec/dvdata.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsub_parser.o libavcodec/dv.c:1092:12: warning: assigning to '__uint8_t *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] s->buf = buf; ^ ~~~ CC libavcodec/dvdsubenc.o CC libavcodec/dwt.o CC libavcodec/dxa.o libavcodec/dvdsubdec.c:549:36: warning: array subscript is of type 'char' [-Wchar-subscripts] while(*p == ',' || isspace(*p)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ CC libavcodec/dxtory.o CC libavcodec/eac3_data.o CC libavcodec/eac3dec.o libavcodec/dwt.c:1080:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_l0 = d->vertical_compose_l0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1081:27: warning: incompatible function pointer types initializing 'vertical_compose_5tap' (aka 'void (*)(short *, short *, short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_5tap vertical_compose_h0 = d->vertical_compose_h0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1104:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_l0 = d->vertical_compose_l0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1105:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_h0 = d->vertical_compose_h0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1127:27: warning: incompatible function pointer types initializing 'vertical_compose_5tap' (aka 'void (*)(short *, short *, short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_5tap vertical_compose_l0 = d->vertical_compose_l0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1128:27: warning: incompatible function pointer types initializing 'vertical_compose_5tap' (aka 'void (*)(short *, short *, short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_5tap vertical_compose_h0 = d->vertical_compose_h0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1152:27: warning: incompatible function pointer types initializing 'vertical_compose_2tap' (aka 'void (*)(short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_2tap vertical_compose = d->vertical_compose; ^ ~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1168:27: warning: incompatible function pointer types initializing 'vertical_compose_9tap' (aka 'void (*)(short *, short **, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_9tap vertical_compose_l0 = d->vertical_compose_l0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1169:27: warning: incompatible function pointer types initializing 'vertical_compose_9tap' (aka 'void (*)(short *, short **, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_9tap vertical_compose_h0 = d->vertical_compose_h0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1193:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_l0 = d->vertical_compose_l0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1194:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_h0 = d->vertical_compose_h0; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1195:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_l1 = d->vertical_compose_l1; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1196:27: warning: incompatible function pointer types initializing 'vertical_compose_3tap' (aka 'void (*)(short *, short *, short *, int)') with an expression of type 'void (*)(void)' [-Wincompatible-function-pointer-types] vertical_compose_3tap vertical_compose_h1 = d->vertical_compose_h1; ^ ~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1303:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_l0 = vertical_compose53iL0; ^ ~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1304:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_h0 = vertical_compose_dd97iH0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1310:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_l0 = vertical_compose53iL0; ^ ~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1311:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_h0 = vertical_compose_dirac53iH0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1317:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_l0 = vertical_compose_dd137iL0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1318:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_h0 = vertical_compose_dd97iH0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1325:29: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose = vertical_compose_haar; ^ ~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1334:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM **, int)' (aka 'void (short *, short **, int)') [-Wincompatible-pointer-types] d->vertical_compose_l0 = vertical_compose_fidelityiL0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1335:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM **, int)' (aka 'void (short *, short **, int)') [-Wincompatible-pointer-types] d->vertical_compose_h0 = vertical_compose_fidelityiH0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1340:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_l0 = vertical_compose_daub97iL0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1341:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_h0 = vertical_compose_daub97iH0; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1342:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_l1 = vertical_compose_daub97iL1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/dwt.c:1343:32: warning: incompatible pointer types assigning to 'void (*)(void)' from 'void (IDWTELEM *, IDWTELEM *, IDWTELEM *, int)' (aka 'void (short *, short *, short *, int)') [-Wincompatible-pointer-types] d->vertical_compose_h1 = vertical_compose_daub97iH1; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/eac3enc.o CC libavcodec/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o 1 warning generated. CC libavcodec/eatqi.o CC libavcodec/elbg.o CC libavcodec/error_resilience.o CC libavcodec/escape124.o CC libavcodec/escape130.o CC libavcodec/faandct.o CC libavcodec/faanidct.o CC libavcodec/faxcompr.o 1 warning generated. CC libavcodec/fft_fixed.o CC libavcodec/fft_float.o CC libavcodec/ffv1.o CC libavcodec/ffwavesynth.o CC libavcodec/flac.o CC libavcodec/flac_parser.o CC libavcodec/flacdata.o CC libavcodec/flacdec.o CC libavcodec/flacenc.o CC libavcodec/flashsv.o CC libavcodec/flashsv2enc.o libavcodec/flac_parser.c:572:58: warning: cast from 'const unsigned char *' to 'void *' drops const qualifier [-Wcast-qual] av_fifo_generic_write(fpc->fifo_buf, (void*) read_start, ^ CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.o CC libavcodec/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o libavcodec/flashsv2enc.c:401:12: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] return abs(t1 - t2) + abs((c1 & 0x000000ff) - (c2 & 0x000000ff)) + ^ libavcodec/flashsv2enc.c:401:12: note: remove the call to 'abs' since unsigned values cannot be negative return abs(t1 - t2) + abs((c1 & 0x000000ff) - (c2 & 0x000000ff)) + ^~~ libavcodec/flashsv2enc.c:401:27: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] return abs(t1 - t2) + abs((c1 & 0x000000ff) - (c2 & 0x000000ff)) + ^ libavcodec/flashsv2enc.c:401:27: note: remove the call to 'abs' since unsigned values cannot be negative return abs(t1 - t2) + abs((c1 & 0x000000ff) - (c2 & 0x000000ff)) + ^~~ libavcodec/flashsv2enc.c:402:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] abs(((c1 & 0x0000ff00) >> 8) - ((c2 & 0x0000ff00) >> 8)) + ^ libavcodec/flashsv2enc.c:402:9: note: remove the call to 'abs' since unsigned values cannot be negative abs(((c1 & 0x0000ff00) >> 8) - ((c2 & 0x0000ff00) >> 8)) + ^~~ libavcodec/flashsv2enc.c:403:9: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value] abs(((c1 & 0x00ff0000) >> 16) - ((c2 & 0x00ff0000) >> 16)); ^ libavcodec/flashsv2enc.c:403:9: note: remove the call to 'abs' since unsigned values cannot be negative abs(((c1 & 0x00ff0000) >> 16) - ((c2 & 0x00ff0000) >> 16)); ^~~ libavcodec/flashsv2enc.c:718:21: warning: unused variable 'block_size_fraction' [-Wunused-const-variable] static const double block_size_fraction = 1.0 / 300; ^ libavcodec/flashsv2enc.c:743:21: warning: unused variable 'use15_7_threshold' [-Wunused-const-variable] static const double use15_7_threshold = 8192; ^ libavcodec/flashsv2enc.c:760:21: warning: unused variable 'color15_7_factor' [-Wunused-const-variable] static const double color15_7_factor = 100; ^ libavcodec/flacenc.c:300:16: warning: 'lpc_type' is deprecated [-Wdeprecated-declarations] if (avctx->lpc_type > FF_LPC_TYPE_DEFAULT) { ^ libavcodec/avcodec.h:3101:5: note: 'lpc_type' has been explicitly marked deprecated here attribute_deprecated enum AVLPCType lpc_type; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:301:20: warning: 'lpc_type' is deprecated [-Wdeprecated-declarations] if (avctx->lpc_type > FF_LPC_TYPE_CHOLESKY) { ^ libavcodec/avcodec.h:3101:5: note: 'lpc_type' has been explicitly marked deprecated here attribute_deprecated enum AVLPCType lpc_type; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:302:74: warning: 'lpc_type' is deprecated [-Wdeprecated-declarations] av_log(avctx, AV_LOG_ERROR, "unknown lpc type: %d\n", avctx->lpc_type); ^ libavcodec/avcodec.h:3101:5: note: 'lpc_type' has been explicitly marked deprecated here attribute_deprecated enum AVLPCType lpc_type; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:305:38: warning: 'lpc_type' is deprecated [-Wdeprecated-declarations] s->options.lpc_type = avctx->lpc_type; ^ libavcodec/avcodec.h:3101:5: note: 'lpc_type' has been explicitly marked deprecated here attribute_deprecated enum AVLPCType lpc_type; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:305:38: warning: implicit conversion from enumeration type 'enum AVLPCType' to different enumeration type 'enum FFLPCType' [-Wenum-conversion] s->options.lpc_type = avctx->lpc_type; ~ ~~~~~~~^~~~~~~~ libavcodec/flacenc.c:307:24: warning: 'lpc_passes' is deprecated [-Wdeprecated-declarations] if (avctx->lpc_passes < 0) { ^ libavcodec/avcodec.h:3108:5: note: 'lpc_passes' has been explicitly marked deprecated here attribute_deprecated int lpc_passes; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:310:31: warning: 'lpc_passes' is deprecated [-Wdeprecated-declarations] } else if (avctx->lpc_passes == 0) { ^ libavcodec/avcodec.h:3108:5: note: 'lpc_passes' has been explicitly marked deprecated here attribute_deprecated int lpc_passes; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:312:31: warning: 'lpc_passes' is deprecated [-Wdeprecated-declarations] avctx->lpc_passes); ^ libavcodec/avcodec.h:3108:5: note: 'lpc_passes' has been explicitly marked deprecated here attribute_deprecated int lpc_passes; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:315:48: warning: 'lpc_passes' is deprecated [-Wdeprecated-declarations] s->options.lpc_passes = avctx->lpc_passes; ^ libavcodec/avcodec.h:3108:5: note: 'lpc_passes' has been explicitly marked deprecated here attribute_deprecated int lpc_passes; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:362:16: warning: 'prediction_order_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_order_method >= 0) { ^ libavcodec/avcodec.h:2857:5: note: 'prediction_order_method' has been explicitly marked deprecated here attribute_deprecated int prediction_order_method; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:363:20: warning: 'prediction_order_method' is deprecated [-Wdeprecated-declarations] if (avctx->prediction_order_method > ORDER_METHOD_LOG) { ^ libavcodec/avcodec.h:2857:5: note: 'prediction_order_method' has been explicitly marked deprecated here attribute_deprecated int prediction_order_method; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:365:27: warning: 'prediction_order_method' is deprecated [-Wdeprecated-declarations] avctx->prediction_order_method); ^ libavcodec/avcodec.h:2857:5: note: 'prediction_order_method' has been explicitly marked deprecated here attribute_deprecated int prediction_order_method; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:368:53: warning: 'prediction_order_method' is deprecated [-Wdeprecated-declarations] s->options.prediction_order_method = avctx->prediction_order_method; ^ libavcodec/avcodec.h:2857:5: note: 'prediction_order_method' has been explicitly marked deprecated here attribute_deprecated int prediction_order_method; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:371:16: warning: 'min_partition_order' is deprecated [-Wdeprecated-declarations] if (avctx->min_partition_order >= 0) { ^ libavcodec/avcodec.h:2863:5: note: 'min_partition_order' has been explicitly marked deprecated here attribute_deprecated int min_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:372:20: warning: 'min_partition_order' is deprecated [-Wdeprecated-declarations] if (avctx->min_partition_order > MAX_PARTITION_ORDER) { ^ libavcodec/avcodec.h:2863:5: note: 'min_partition_order' has been explicitly marked deprecated here attribute_deprecated int min_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:374:27: warning: 'min_partition_order' is deprecated [-Wdeprecated-declarations] avctx->min_partition_order); ^ libavcodec/avcodec.h:2863:5: note: 'min_partition_order' has been explicitly marked deprecated here attribute_deprecated int min_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:377:49: warning: 'min_partition_order' is deprecated [-Wdeprecated-declarations] s->options.min_partition_order = avctx->min_partition_order; ^ libavcodec/avcodec.h:2863:5: note: 'min_partition_order' has been explicitly marked deprecated here attribute_deprecated int min_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:379:16: warning: 'max_partition_order' is deprecated [-Wdeprecated-declarations] if (avctx->max_partition_order >= 0) { ^ libavcodec/avcodec.h:2869:5: note: 'max_partition_order' has been explicitly marked deprecated here attribute_deprecated int max_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:380:20: warning: 'max_partition_order' is deprecated [-Wdeprecated-declarations] if (avctx->max_partition_order > MAX_PARTITION_ORDER) { ^ libavcodec/avcodec.h:2869:5: note: 'max_partition_order' has been explicitly marked deprecated here attribute_deprecated int max_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:382:27: warning: 'max_partition_order' is deprecated [-Wdeprecated-declarations] avctx->max_partition_order); ^ libavcodec/avcodec.h:2869:5: note: 'max_partition_order' has been explicitly marked deprecated here attribute_deprecated int max_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:385:49: warning: 'max_partition_order' is deprecated [-Wdeprecated-declarations] s->options.max_partition_order = avctx->max_partition_order; ^ libavcodec/avcodec.h:2869:5: note: 'max_partition_order' has been explicitly marked deprecated here attribute_deprecated int max_partition_order; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:408:16: warning: 'lpc_coeff_precision' is deprecated [-Wdeprecated-declarations] if (avctx->lpc_coeff_precision > 0) { ^ libavcodec/avcodec.h:2850:5: note: 'lpc_coeff_precision' has been explicitly marked deprecated here attribute_deprecated int lpc_coeff_precision; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:409:20: warning: 'lpc_coeff_precision' is deprecated [-Wdeprecated-declarations] if (avctx->lpc_coeff_precision > MAX_LPC_PRECISION) { ^ libavcodec/avcodec.h:2850:5: note: 'lpc_coeff_precision' has been explicitly marked deprecated here attribute_deprecated int lpc_coeff_precision; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:411:27: warning: 'lpc_coeff_precision' is deprecated [-Wdeprecated-declarations] avctx->lpc_coeff_precision); ^ libavcodec/avcodec.h:2850:5: note: 'lpc_coeff_precision' has been explicitly marked deprecated here attribute_deprecated int lpc_coeff_precision; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/flacenc.c:414:49: warning: 'lpc_coeff_precision' is deprecated [-Wdeprecated-declarations] s->options.lpc_coeff_precision = avctx->lpc_coeff_precision; ^ libavcodec/avcodec.h:2850:5: note: 'lpc_coeff_precision' has been explicitly marked deprecated here attribute_deprecated int lpc_coeff_precision; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ CC libavcodec/fraps.o CC libavcodec/frwu.o 1 warning generated. CC libavcodec/g722dec.o CC libavcodec/g722.o 7 warnings generated. CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g726.o 26 warnings generated. CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gif.o CC libavcodec/golomb.o CC libavcodec/gifdec.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o libavcodec/g729dec.c:423:14: warning: incompatible pointer types assigning to '__int16_t *' (aka 'short *') from '__uint8_t *' (aka 'unsigned char *') [-Wincompatible-pointer-types] out_frame= ctx->frame.data[0]; ^ ~~~~~~~~~~~~~~~~~~ libavcodec/g723_1.c:1903:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value] max = -1 << 30; ~~ ^ CC libavcodec/h261.o CC libavcodec/h261_parser.o CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o 1 warning generated. CC libavcodec/h263dec.o CC libavcodec/h264.o CC libavcodec/h264_cabac.o CC libavcodec/h264_cavlc.o CC libavcodec/h264_direct.o CC libavcodec/h264_loopfilter.o CC libavcodec/h264_parser.o CC libavcodec/h264_mp4toannexb_bsf.o CC libavcodec/h264_ps.o 3 warnings generated. CC libavcodec/h264_refs.o CC libavcodec/h264_sei.o CC libavcodec/h264dsp.o libavcodec/h264_mp4toannexb_bsf.c:70:31: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] *poutbuf = (uint8_t*) buf; ^ libavcodec/h264.c:3090:52: warning: cast from '__uint8_t **' (aka 'unsigned char **') to 'const __uint8_t **' (aka 'const unsigned char **') must have all intermediate pointers const qualified to be safe [-Wcast-qual] (const uint8_t**)prev->f.data, prev->f.linesize, ^ libavcodec/h264.c:3453:19: warning: incompatible pointer types initializing 'int (*)[64]' with an expression of type 'int *' [-Wincompatible-pointer-types] int (*ref2frm)[64] = h->ref2frm[ h->slice_table[top_xy]&(MAX_SLICES-1) ][0] + (MB_MBAFF ? 20 : 2); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/h264.c:34681: warning23 generated. : warning: incompatible pointer types initializing 'int (*)[64]' with an expression of type 'int *' [-Wincompatible-pointer-types] int (*ref2frm)[64] = h->ref2frm[ h->slice_table[left_xy[LTOP]]&(MAX_SLICES-1) ][0] + (MB_MBAFF ? 20 : 2); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/h264.c:3501:15: warning: incompatible pointer types initializing 'int (*)[64]' with an expression of type 'int *' [-Wincompatible-pointer-types] int (*ref2frm)[64] = h->ref2frm[ h->slice_num&(MAX_SLICES-1) ][0] + (MB_MBAFF ? 20 : 2); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libavcodec/h264idct.o CC libavcodec/h264pred.o CC libavcodec/huffman.o libavcodec/h264.c:4286:18: warning: initializing '__uint8_t *' (aka 'unsigned char *') with an expression of type 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] uint8_t *p= buf+6; ^ ~~~~~ CC libavcodec/huffyuv.o CC libavcodec/idcinvideo.o 25 warnings generated. CC libavcodec/iff.o CC libavcodec/iirfilter.o CC libavcodec/imc.o libavcodec/imc.c:714:45: warning: 'memset' call operates on objects of type 'float' while the size is based on a different type 'float *' [-Wsizeof-pointer-memaccess] memset(q->out_samples, 0, sizeof(q->out_samples)); ~~~~~~~~~~~~~~ ~~~^~~~~~~~~~~ libavcodec/imc.c:714:45: note: did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)? memset(q->out_samples, 0, sizeof(q->out_samples)); ~~~^~~~~~~~~~~ CC libavcodec/imgconvert.o CC libavcodec/imx_dump_header_bsf.o CC libavcodec/indeo2.o CC libavcodec/indeo3.o libavcodec/imgconvert.c:534:45: warning: passing '__uint8_t *const[4]' to parameter of type 'const __uint8_t **' (aka 'const unsigned char **') discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] av_image_copy(dst->data, dst->linesize, src->data, ^~~~~~~~~ ./libavutil/imgutils.h:116:35: note: passing argument to parameter 'src_data' here const uint8_t *src_data[4], const int src_linesizes[4], ^ CC libavcodec/indeo4.o In file included from libavcodec/indeo3.c:40: libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:20: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:50: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:5: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:50: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:65: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:5: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:20: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:1 warning generated. CC libavcodec/indeo5.o 28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4'CC libavcodec/intelh263dec.o #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:35: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:20: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:35: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:5: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:5: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:35: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:20: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:50: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:65: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:5: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:257:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_1[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:20: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:20: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:50: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:20: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:50: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:65: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:20: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:35: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:20: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:35: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:50: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:65: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:5: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:258:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_2[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:20: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:20: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:65: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:5: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:50: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:65: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:20: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:35: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:20: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:35: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:35: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:50: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:259:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_3[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:65: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:20: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:50: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:5: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:50: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:65: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:20: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: noteCC libavcodec/interplayvideo.o : expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:35: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:5: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:35: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:50: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:260:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_4[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:65: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:20: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:50: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:5: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:50: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' CC libavcodec/intrax8.o E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:65: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:20: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:35: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:35: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:65: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:261:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_5[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:85:5: note: expanded from macro 'TAB_1_5' E2( 69, 69) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:20: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:50: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:5: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:50: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:65: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:20: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:35: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:20: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:35: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:262:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_6[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:50: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:20: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:50: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:5: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:50: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:65: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:20: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:35: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:5: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:263:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_7[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:20: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:20: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:50: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:5: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:50: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:65: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:20: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:35: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:264:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_1_8[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:50: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:20: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:35: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:50: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:65: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:5: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:50: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:65: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:65: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:5: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:20: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:35: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:20: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:35: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:35: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:20: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:50: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:65: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:5: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:266:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_1[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:20: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:20: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:35: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:50: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:20: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:50: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:65: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:65: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:5: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:20: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:35: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:20: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:35: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:50: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:65: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:5: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:267:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_2[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:20: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:20: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:35: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:65: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:5: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:50: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:65: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:65: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:5: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:20: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:35: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~1 warning generated. libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:20: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:35: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:35: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:50: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:268:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_3[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:65: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:20: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:35: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:50: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:5: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:50: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:65: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:65: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:5: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:20: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:35: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ CC libavcodec/intrax8dsp.o libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:5: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:35: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:50: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:269:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_4[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:65: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:20: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:35: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:50: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:5: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:50: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:65: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:65: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:5: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:20: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:35: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:35: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:65: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:270:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_5[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:162:5: note: expanded from macro 'TAB_2_5' E2( 66, 66) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:20: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:35: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:50: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~CC libavcodec/inverse.o libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:5: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:50: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:65: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' CC libavcodec/ituh263dec.o E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:65: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:5: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:20: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:35: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:20: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:35: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:271:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] CC libavcodec/ituh263enc.o static const int16_t delta_tab_2_6[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:50: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:20: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:35: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:50: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:5: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:50: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:65: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:CC libavcodec/ivi_common.o 50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:65: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:5: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] CC libavcodec/ivi_dsp.o static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:20: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:35: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:5: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:272:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_7[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:20: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:20: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:35: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:50: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:5: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:50: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:65: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:65: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:5: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:20: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:35: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:273:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_2_8[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:50: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:20: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:35: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' CC libavcodec/j2k.o #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:50: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:65: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:5: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:20: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:50: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:65: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:5: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:35: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:5: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:20: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:65: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:5: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:20: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:35: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:35: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:65: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:35: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; CC libavcodec/j2k_dwt.o ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.hCC libavcodec/j2kdec.o :275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:275:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_1[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:35: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:20: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:35: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:50: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:65: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:5: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:20: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:35: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:50: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:65: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:35: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:50: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:65: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:5: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:20: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:50: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:65: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:35: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:50: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:65: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:20: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:35: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:65: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:5: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:50: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:65: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:5: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:20: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:35: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:50: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:65: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:5: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:20: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:50: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:276:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_2[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:65: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:20: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:35: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:50: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:65: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:5: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:20: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:50: CC libavcodec/j2kenc.o note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:65: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:5: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:20: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:50: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:65: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:5: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:20: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:65: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:5: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:20: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:50: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:65: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:20: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:35: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:65: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:20: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:35: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:50: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:65: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:5: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:20: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:35: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:50: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:65: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:5: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:20: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:35: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:50: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:277:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_3[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:65: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:20: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:35: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:50: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:65: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:5: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:20: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:35: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:50: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:65: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:20: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:50: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:65: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:20: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:35: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:50: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:5: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:20: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:35: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:50: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:35: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:50: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:65: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:20: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:35: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:50: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:35: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:50: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:65: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:5: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:35: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:50: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:65: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:20: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:35: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/j2kdec.c:885:21: warning: incompatible pointer types assigning to '__uint16_t *' (aka 'unsigned short *') from '__uint8_t *' (aka 'unsigned char *') [-Wincompatible-pointer-types] dst = line + (x * s->ncomponents + compno) * 2; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:278:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_4[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:50: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:279:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_5[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:20: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:279:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_5[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:35: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:279:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_5[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:50: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:279:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_5[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:65: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:279:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_5[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:5: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:279:45: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int16_t delta_tab_3_5[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:20: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:243:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:20: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:20: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:20: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:35: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:50: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:50: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:50: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:34:65: note: expanded from macro 'TAB_1_1' PD( 0, 0), E2( 2, 2), E4( -1, 3), E2( 4, 4), E4( 1, 5),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:5: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:5: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:5: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:20: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:35: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:50: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:50: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:50: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:35:65: note: expanded from macro 'TAB_1_1' E2( -4, 4), E4( -2, 6), E4( 4, 9), E2( 9, 9), E4( 1, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:5: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:20: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:35: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:50: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:65: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:65: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:36:65: note: expanded from macro 'TAB_1_1' E4( -5, 8), E4( 9, 15), E4( -3, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:5: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:5: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:5: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:20: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:20: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:20: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:35: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:50: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:37:65: note: expanded from macro 'TAB_1_1' E4( 0, 18), E2( -12, 12), E4( -9, 16), E4( 11, 27), E4( 19, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:5: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:20: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:35: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:35: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:35: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:50: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:38:65: note: expanded from macro 'TAB_1_1' E4( -6, 22), E4( 4, 29), E2( 30, 30), E4( -2, 33), E4( -18, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:5: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:20: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:35: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:50: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:39:65: note: expanded from macro 'TAB_1_1' E4( -15, 30), E4( 22, 46), E4( 13, 47), E4( 35, 49), E4( -11, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ CC libavcodec/jfdctfst.o libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:5: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ CC libavcodec/jfdctint.o libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:20: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:20: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:20: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:35: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:35: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:35: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:50: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:40:65: note: expanded from macro 'TAB_1_1' E4( 4, 51), E2( 54, 54), E2( -34, 34), E4( -29, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:5: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:20: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: libavcodec/j2kenc.c:443:21: warning: variable 'mant' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h: if (codsty->transform == FF_DWT97){41:35: note: expanded from macro 'TAB_1_1' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\libavcodec/j2kenc.c ^~~~~~~~~~~~~ :libavcodec/indeo3data.h:251:45340:: note41: :expanded from macro 'E4' note: uninitialized use occurs here #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ qntsty->mant[gbandno] = mant;libavcodec/indeo3data.h: 298: ^~~~49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:35: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/j2kenc.c:libavcodec/indeo3data.h443::298:49: 17warning:: shifting a negative signed value is undefined [-Wshift-negative-value] note: remove the 'if' if its condition is always true if (codsty->transform == FF_DWT97){ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/j2kenc.c:441:31: note: initialize the variable 'mant' to silence this warning int expn, mant; ^ = 0 static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/j2kenc.clibavcodec/indeo3data.h::49941:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h::251:8050:: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37:warning : note: variable 'vert_causal_ctx_csty_loc_symbol' is uninitialized when used here [-Wuninitialized]expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49 : warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:50: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' int ctxno = ff_j2k_getnbctxno(t1->flags[y+1][x+1], bandno, vert_causal_ctx_csty_loc_symbol),#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' libavcodec/j2kenc.c#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) : ^~~~~~~~~~494 :libavcodec/indeo3data.h:290:23: note40: :expanded from macro 'PD' note: initialize the variable 'vert_causal_ctx_csty_loc_symbol' to silence this warning #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] int vert_causal_ctx_csty_loc_symbol; static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ ^libavcodec/indeo3data.h:41:65 : note: = 0expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:41:65: note: expanded from macro 'TAB_1_1' E4( 27, 76), E4( 43, 77), E4( -24, 55), E4( 14, 79), E4( 63, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:5: note: expanded from macro 'TAB_1_1' libavcodec/j2kenc.c E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' :552:84#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): ^~~~~~~~ warninglibavcodec/indeo3data.h:290:51:: variable 'vert_causal_ctx_csty_loc_symbol' is uninitialized when used here [-Wuninitialized]note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] int ctxno = ff_j2k_getnbctxno(t1->flags[y+1][x+1], bandno, vert_causal_ctx_csty_loc_symbol);static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/indeo3data.h:42:5: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.hlibavcodec/j2kenc.c::42:5: note531: :expanded from macro 'TAB_1_1'40 : note: initialize the variable 'vert_causal_ctx_csty_loc_symbol' to silence this warning E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' int vert_causal_ctx_csty_loc_symbol;#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h: ^42:5: note: expanded from macro 'TAB_1_1' = 0 E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:5: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:5: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:20: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:35: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:35: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:35: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:50: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:42:65: note: expanded from macro 'TAB_1_1' E4( -20, 74), E4( 2, 88), E2( 93, 93), E4( -52, 61), E4( 52, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:5: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:20: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/j2kenc.clibavcodec/indeo3data.h:290::87351: note: :expanded from macro 'PD' 37: warning#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)): expression result unused [-Wunused-value] ~~~ ^ libavcodec/indeo3data.h:298:49: warning: *ptr++;shifting a negative signed value is undefined [-Wshift-negative-value] ^~~~~~ static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:35: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:50: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:43:65: note: expanded from macro 'TAB_1_1' E4( -45, 75), E4( 75, 125), E4( 33, 122), E4( -13, 103), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:5: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:20: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:20: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:20: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:35: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:50: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:50: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:50: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:65: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:65: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:44:65: note: expanded from macro 'TAB_1_1' E4( -34, 127), E2( -89, 89), E4( -78, 105), E2( 12, 12), E2( 23, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:5: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:5: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:5: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:20: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:20: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 }; ^~~~~~~ libavcodec/indeo3data.h:45:20: note: expanded from macro 'TAB_1_1' E2( 42, 42), E2( 73, 73) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:20: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:20: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:20: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:35: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:50: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:50: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:50: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:48:65: note: expanded from macro 'TAB_1_2' PD( 0, 0), E2( 3, 3), E4( -1, 4), E2( 7, 7), E4( 2, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:5: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:20: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:20: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:20: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:35: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:50: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:50: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:50: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:49:65: note: expanded from macro 'TAB_1_2' E4( -2, 9), E2( -6, 6), E4( 6, 13), E2( 13, 13), E4( 1, 14),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:5: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:20: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:35: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:50: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:65: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:65: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:50:65: note: expanded from macro 'TAB_1_2' E4( -8, 12), E4( 14, 23), E4( -5, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:5: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:20: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:20: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:20: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:35: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:50: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:51:65: note: expanded from macro 'TAB_1_2' E4( -1, 27), E2( -17, 17), E4( -13, 23), E4( 16, 40), E4( 28, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:5: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:20: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:35: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:35: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:35: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:50: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:52:65: note: expanded from macro 'TAB_1_2' E4( -9, 33), E4( 6, 43), E2( 46, 46), E4( -4, 50), E4( -27, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:5: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:20: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.hCC libavcodec/jpegls.o :53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:35: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:50: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:53:65: note: expanded from macro 'TAB_1_2' E4( -22, 45), E4( 34, 69), E4( 19, 70), E4( 53, 73), E4( -17, 62),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:5: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:20: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:20: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:20: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:35: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:35: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:35: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:50: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:54:65: note: expanded from macro 'TAB_1_2' E4( 5, 77), E2( 82, 82), E2( -51, 51), E4( -43, 64), E4( -10, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:5: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:20: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:35: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:50: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:55:65: note: expanded from macro 'TAB_1_2' E4( 41, 114), E4( 64, 116), E4( -37, 82), E4( 22, 119), E4( 95, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:5: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:20: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:35: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:50: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:50: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:50: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:65: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:65: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:56:65: note: expanded from macro 'TAB_1_2' E4( -30, 111), E4( -78, 92), E4( -68, 113), E2( 18, 18), E2( 34, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:5: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:5: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:5: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:20: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:20: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; ^~~~~~~ libavcodec/indeo3data.h:57:20: note: expanded from macro 'TAB_1_2' E2( 63, 63), E2( 109, 109) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:20: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:20: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:20: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:35: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:50: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:65: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:65: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:60:65: note: expanded from macro 'TAB_1_3' PD( 0, 0), E2( 4, 4), E4( -1, 5), E4( 3, 10), E2( 9, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:5: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:5: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:5: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:20: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:35: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:50: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:50: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:50: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:61:65: note: expanded from macro 'TAB_1_3' E2( -7, 7), E4( -3, 12), E4( 8, 17), E2( 17, 17), E4( 1, 19),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:5: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:20: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' CC libavcodec/jpeglsdec.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:35: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:50: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:65: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:65: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:62:65: note: expanded from macro 'TAB_1_3' E4( -11, 16), E4( -6, 23), E4( 18, 31), E4( 8, 32), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:5: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:20: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:20: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:20: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:35: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:50: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:63:65: note: expanded from macro 'TAB_1_3' E4( -1, 36), E2( -23, 23), E4( -17, 31), E4( 21, 54), E4( 37, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' CC libavcodec/jpeglsenc.o E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:5: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:20: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:35: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:35: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:35: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:50: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:64:65: note: expanded from macro 'TAB_1_3' E4( -12, 44), E4( 8, 57), E2( 61, 61), E4( -5, 66), E4( -36, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:5: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:20: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:35: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:50: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:65:65: note: expanded from macro 'TAB_1_3' E4( -29, 60), E4( 45, 92), E4( 25, 93), E4( 71, 97), E4( -22, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:5: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:20: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:20: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:20: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:35: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:35: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:35: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:50: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:66:65: note: expanded from macro 'TAB_1_3' E4( 7, 102), E2( 109, 109), E2( -68, 68), E4( -57, 85), E4( -13, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:5: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:20: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:35: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:35: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:35: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:50: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:50: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:50: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:65: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:65: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:300:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_3_m10[133] = { TAB_1_3 }; ^~~~~~~ libavcodec/indeo3data.h:67:65: note: expanded from macro 'TAB_1_3' E4( -49, 110), E4(-104, 123), E2( 24, 24), E2( 46, 46), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:20: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:20: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:20: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:35: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:50: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:50: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:50: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:70:65: note: expanded from macro 'TAB_1_4' PD( 0, 0), E2( 5, 5), E4( -2, 7), E2( 11, 11), E4( 3, 13),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:5: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:5: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:5: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:20: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:35: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:50: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:50: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:50: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:71:65: note: expanded from macro 'TAB_1_4' E2( -9, 9), E4( -4, 15), E4( 11, 22), E2( 21, 21), E4( 2, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:5: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:20: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:35: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:50: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:65: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:65: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:72:65: note: expanded from macro 'TAB_1_4' E4( -14, 20), E4( 23, 38), E4( -8, 29), E4( 11, 39), E2( 41, 41),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:5: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:20: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:20: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:20: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:35: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:50: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:73:65: note: expanded from macro 'TAB_1_4' E4( -1, 45), E2( -29, 29), E4( -22, 39), E4( 27, 67), E4( 47, 69),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:5: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:20: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:35: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:35: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:35: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:50: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:74:65: note: expanded from macro 'TAB_1_4' E4( -15, 56), E4( 11, 71), E2( 76, 76), E4( -6, 83), E4( -45, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:5: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:20: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: noteCC libavcodec/jrevdct.o : expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:35: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:50: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:75:65: note: expanded from macro 'TAB_1_4' E4( -36, 75), E4( 56, 115), E4( 31, 117), E4( 88, 122), E4( -28, 104),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:5: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:5: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:5: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:20: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:35: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:35: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:35: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:50: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:50: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:50: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:65: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:65: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:301:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_4_m10[115] = { TAB_1_4 }; ^~~~~~~ libavcodec/indeo3data.h:76:65: note: expanded from macro 'TAB_1_4' E2( -85, 85), E4( -72, 106), E2( 30, 30), E2( 58, 58), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:20: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:20: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:20: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:35: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:50: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:50: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:50: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:79:65: note: expanded from macro 'TAB_1_5' PD( 0, 0), E2( 6, 6), E4( -2, 8), E2( 13, 13), E4( 4, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:5: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:5: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:5: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:20: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:35: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:50: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:50: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:50: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:80:65: note: expanded from macro 'TAB_1_5' E2( -11, 11), E4( -5, 18), E4( 13, 26), E2( 26, 26), E4( 2, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' CC libavcodec/jvdec.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:5: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:20: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' 5 warning#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))s generated. ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:35: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:50: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:65: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:65: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:81:65: note: expanded from macro 'TAB_1_5' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:5: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:20: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:20: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:20: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:35: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:50: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:82:65: note: expanded from macro 'TAB_1_5' E4( -1, 54), E2( -35, 35), E4( -26, 47), E4( 32, 81), E4( 56, 83),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^CC libavcodec/kbdwin.o libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:5: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:20: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:35: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:35: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:35: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:50: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:83:65: note: expanded from macro 'TAB_1_5' E4( -18, 67), E4( 13, 86), E2( 91, 91), E4( -7, 99), E4( -54, 68),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:5: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:20: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' CC libavcodec/kgv1dec.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^CC libavcodec/kmvc.o CC libavcodec/lagarith.o libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:35: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:35: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:35: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:50: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:65: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:65: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:84:65: note: expanded from macro 'TAB_1_5' E4( -44, 90), E4( -33, 124), E2(-103, 103), E4( -86, 127), E2( 37, 37),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:85:5: note: expanded from macro 'TAB_1_5' E2( 69, 69) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:85:5: note: expanded from macro 'TAB_1_5' E2( 69, 69) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:302:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_5_m10[101] = { TAB_1_5 }; ^~~~~~~ libavcodec/indeo3data.h:85:5: note: expanded from macro 'TAB_1_5' E2( 69, 69) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:20: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:20: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:20: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:35: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:50: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:50: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:50: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:88:65: note: expanded from macro 'TAB_1_6' PD( 0, 0), E2( 7, 7), E4( -3, 10), E2( 16, 16), E4( 5, 18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:5: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:5: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:5: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:20: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:35: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:50: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:50: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:50: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:89:65: note: expanded from macro 'TAB_1_6' E2( -13, 13), E4( -6, 21), E4( 15, 30), E2( 30, 30), E4( 2, 34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:5: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:20: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:35: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:50: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:65: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:65: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:90:65: note: expanded from macro 'TAB_1_6' E4( -19, 28), E4( 32, 54), E4( -11, 41), E4( 15, 55), E2( 57, 57),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:5: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:20: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:20: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:20: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:35: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:50: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:91:65: note: expanded from macro 'TAB_1_6' E4( -1, 63), E2( -40, 40), E4( -30, 55), E4( 37, 94), E4( 65, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:5: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:20: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:35: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:35: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:35: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:50: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:92:65: note: expanded from macro 'TAB_1_6' E4( -21, 78), E4( 15, 100), E2( 106, 106), E4( -8, 116), E4( -63, 79),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:5: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:20: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:20: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:20: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:35: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:35: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:35: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:50: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:50: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:303:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_6_m10[93] = { TAB_1_6 }; ^~~~~~~ libavcodec/indeo3data.h:93:50: note: expanded from macro 'TAB_1_6' E4( -51, 105), E2(-120, 120), E2( 43, 43), E2( 80, 80) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:20: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:20: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:20: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:35: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:50: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:50: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:50: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:96:65: note: expanded from macro 'TAB_1_7' PD( 0, 0), E2( 8, 8), E4( -3, 11), E2( 18, 18), E4( 5, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:5: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:5: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:5: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:20: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:35: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:50: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:50: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:50: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:97:65: note: expanded from macro 'TAB_1_7' E2( -15, 15), E4( -7, 24), E4( 17, 35), E2( 34, 34), E4( 3, 38),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:5: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:20: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:35: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:50: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:65: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:65: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:98:65: note: expanded from macro 'TAB_1_7' E4( -22, 32), E4( 37, 61), E4( -13, 47), E4( 17, 63), E2( 65, 65),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' CC libavcodec/lagarithrac.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:5: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:20: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:20: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:20: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:35: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:50: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:99:65: note: expanded from macro 'TAB_1_7' E4( -1, 72), E2( -46, 46), E4( -35, 63), E4( 43, 107), E4( 75, 110),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:5: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:20: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:35: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:35: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:35: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:50: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:100:65: note: expanded from macro 'TAB_1_7' E4( -24, 89), E4( 17, 114), E2( 121, 121), E4( -72, 91), E4( -58, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:5: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:5: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:5: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:20: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:20: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:304:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_7_m10[87] = { TAB_1_7 }; ^~~~~~~ libavcodec/indeo3data.h:101:20: note: expanded from macro 'TAB_1_7' E2( 49, 49), E2( 92, 92) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:20: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:20: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:20: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:35: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:50: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:50: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:50: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:104:65: note: expanded from macro 'TAB_1_8' PD( 0, 0), E2( 9, 9), E4( -3, 12), E2( 20, 20), E4( 6, 23),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:5: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:5: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:5: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:20: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:35: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:50: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:50: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:50: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:105:65: note: expanded from macro 'TAB_1_8' E2( -17, 17), E4( -7, 27), E4( 19, 39), E2( 39, 39), E4( 3, 43),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:5: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:20: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:35: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:50: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:65: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:65: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:106:65: note: expanded from macro 'TAB_1_8' E4( -24, 36), E4( 42, 69), E4( -14, 53), E4( 19, 71), E2( 73, 73),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:5: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:20: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:20: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:20: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:35: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:50: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:107:65: note: expanded from macro 'TAB_1_8' E4( -2, 80), E2( -52, 52), E4( -39, 70), E4( 48, 121), E4( 84, 124),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:5: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:20: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:35: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:35: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:35: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:50: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:50: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:305:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_1_8_m10[77] = { TAB_1_8 }; ^~~~~~~ libavcodec/indeo3data.h:108:50: note: expanded from macro 'TAB_1_8' E4( -27, 100), E4( -81, 102), E2( 55, 55), E2( 104, 104) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:20: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:20: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:20: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:35: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:35: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:35: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:50: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:50: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:50: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:65: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:65: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:111:65: note: expanded from macro 'TAB_2_1' PD( 0, 0), E2( 2, 2), E4( 0, 2), E2( 4, 4), E4( 0, 4),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:5: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:5: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:5: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:20: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:35: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:50: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:50: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:50: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:65: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:65: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:112:65: note: expanded from macro 'TAB_2_1' E2( -4, 4), E4( -2, 6), E4( 4, 8), E2( 8, 8), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:5: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:20: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:35: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49:CC libavcodec/lclenc.o warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:50: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:65: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:65: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:113:65: note: expanded from macro 'TAB_2_1' E4( -4, 8), E4( 8, 14), E4( -2, 12), E4( 4, 16), E2( 16, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:5: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:5: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:5: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:20: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:20: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:20: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:35: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:50: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:114:65: note: expanded from macro 'TAB_2_1' E4( 0, 18), E2( -12, 12), E4( -8, 16), E4( 10, 26), E4( 18, 28),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:5: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:20: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:35: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:35: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:35: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:50: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:115:65: note: expanded from macro 'TAB_2_1' E4( -6, 22), E4( 4, 28), E2( 30, 30), E4( -2, 32), E4( -18, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:5: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ CC libavcodec/lcldec.o libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:20: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:35: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' CC libavcodec/latm_parser.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:50: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:116:65: note: expanded from macro 'TAB_2_1' E4( -14, 30), E4( 22, 46), E4( 12, 46), E4( 34, 48), E4( -10, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4'CC libavcodec/libmp3lame.o #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:5: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:20: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:20: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:20: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:35: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:35: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:35: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:50: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:117:65: note: expanded from macro 'TAB_2_1' E4( 4, 50), E2( 54, 54), E2( -34, 34), E4( -28, 42), E4( -6, 60),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:5: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:20: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:351: warning generated. note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:35: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:50: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:118:65: note: expanded from macro 'TAB_2_1' E4( 26, 76), E4( 42, 76), E4( -24, 54), E4( 14, 78), E4( 62, 82),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:5: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:20: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:35: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:35: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:35: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:50: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:119:65: note: expanded from macro 'TAB_2_1' E4( -20, 74), E4( 2, 88), E2( 92, 92), E4( -52, 60), E4( 52, 118),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:5: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:20: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:35: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:50: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:120:65: note: expanded from macro 'TAB_2_1' E4( -44, 74), E4( 74, 118), E4( 32, 118), E4( -12, 102), E4( -40, 96),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:5: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:20: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:20: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:20: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:35: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:50: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:50: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:50: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:65: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:65: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:121:65: note: expanded from macro 'TAB_2_1' E4( -34, 118), E2( -88, 88), E4( -78, 104), E2( 12, 12), E2( 22, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:5: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:5: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:5: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:20: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:20: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ libavcodec/indeo3data.h:122:20: note: expanded from macro 'TAB_2_1' E2( 42, 42), E2( 72, 72) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:20: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:20: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:20: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:35: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:35: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:35: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:50: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:50: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:50: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:125:65: note: expanded from macro 'TAB_2_2' PD( 0, 0), E2( 3, 3), E4( 0, 3), E2( 6, 6), E4( 3, 9),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:5: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:20: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:20: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:20: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:35: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:50: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:50: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:50: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:65: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:65: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:126:65: note: expanded from macro 'TAB_2_2' E4( -3, 9), E2( -6, 6), E4( 6, 12), E2( 12, 12), E4( 0, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:5: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:20: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:35: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:50: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:65: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:65: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:127:65: note: expanded from macro 'TAB_2_2' E4( -9, 12), E4( 15, 24), E4( -6, 18), E4( 6, 24), E2( 24, 24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:5: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:5: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:5: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:20: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:20: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:20: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:35: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:50: CC libavcodec/libtheoraenc.o note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ CC libavcodec/libvpxdec.o libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:128:65: note: expanded from macro 'TAB_2_2' E4( 0, 27), E2( -18, 18), E4( -12, 24), E4( 15, 39), E4( 27, 42),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:5: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value]CC libavcodec/libvorbis.o static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:20: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:35: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:35: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' libavcodec/lcldec.c:142:24: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] c->zstream.next_in = src; ^ ~~~ libavcodec/lcldec.c:171:47: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] unsigned char *encoded = (unsigned char *)buf; ^ #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:35: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:50: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:129:65: note: expanded from macro 'TAB_2_2' E4( -9, 33), E4( 6, 42), E2( 45, 45), E4( -3, 51), E4( -27, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:5: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:20: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:35: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:50: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:130:65: note: expanded from macro 'TAB_2_2' E4( -21, 45), E4( 33, 69), E4( 18, 69), E4( 54, 72), E4( -18, 63),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:5: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:20: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:20: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:20: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:35: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:35: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:35: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:50: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:131:65: note: expanded from macro 'TAB_2_2' E4( 6, 78), E2( 81, 81), E2( -51, 51), E4( -42, 63), E4( -9, 90),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' 4 warnings generated. E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ CC libavcodec/libvpxenc.o libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:5: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD'CC libavcodec/libx264.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:20: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:35: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:50: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:132:65: note: expanded from macro 'TAB_2_2' E4( 42, 114), E4( 63, 117), E4( -36, 81), E4( 21, 120), E4( 96, 123),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:5: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:20: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:35: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:50: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:50: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value]CC libavcodec/libxvid_rc.o static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:50: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:65: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: CC libavcodec/libxvidff.o expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:65: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:133:65: note: expanded from macro 'TAB_2_2' E4( -30, 111), E4( -78, 93), E4( -69, 114), E2( 18, 18), E2( 33, 33),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:5: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' CC libavcodec/ljpegenc.o #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:5: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:5: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:20: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:20: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:308:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_2_m10[159] = { TAB_2_2 }; ^~~~~~~ libavcodec/indeo3data.h:134:20: note: expanded from macro 'TAB_2_2' E2( 63, 63), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:20: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:20: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:20: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:35: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:35: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:35: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:50: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:65: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:65: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:137:65: note: expanded from macro 'TAB_2_3' PD( 0, 0), E2( 4, 4), E4( 0, 4), E4( 4, 8), E2( 8, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:5: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:5: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:5: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:20: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:35: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:50: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:50: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:50: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:65: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:65: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:138:65: note: expanded from macro 'TAB_2_3' E2( -8, 8), E4( -4, 12), E4( 8, 16), E2( 16, 16), E4( 0, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:5: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:20: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:35: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:50: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:65: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:65: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:139:65: note: expanded from macro 'TAB_2_3' E4( -12, 16), E4( -4, 24), E4( 16, 32), E4( 8, 32), E2( 32, 32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:5: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:5: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:5: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:20: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:20: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:20: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:35: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ 2libavcodec/indeo3data.h: warning140s: generated. 50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:50: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:140:65: note: expanded from macro 'TAB_2_3' E4( 0, 36), E2( -24, 24), E4( -16, 32), E4( 20, 52), E4( 36, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:5: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:20: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:35: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:35: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:35: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:50: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:141:65: note: expanded from macro 'TAB_2_3' E4( -12, 44), E4( 8, 56), E2( 60, 60), E4( -4, 64), E4( -36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:5: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' CC libavcodec/loco.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:20: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:35: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:50: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:142:65: note: expanded from macro 'TAB_2_3' E4( -28, 60), E4( 44, 92), E4( 24, 92), E4( 72, 96), E4( -20, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: CC libavcodec/lpc.o shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] CC libavcodec/lsp.o static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:5: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:20: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:20: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:20: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:35: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:35: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:35: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:50: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:143:65: note: expanded from macro 'TAB_2_3' E4( 8, 100), E2( 108, 108), E2( -68, 68), E4( -56, 84), E4( -12, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:5: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:libavcodec/libvorbis.c28::71 :note21: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ :libavcodec/indeo3data.h: 290warning:: 37unused function 'error' [-Wunused-function]: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const char * error(int oggerr, int *averr) ^static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:20: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:35: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:35: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:35: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:50: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:50: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:50: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:65: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:65: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:309:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_3_m10[133] = { TAB_2_3 }; ^~~~~~~ libavcodec/indeo3data.h:144:65: note: expanded from macro 'TAB_2_3' E4( -48, 108), E4(-104, 124), E2( 24, 24), E2( 44, 44), E2( 84, 84) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:20: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:20: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:20: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:35: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:35: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:35: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:50: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:50: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:50: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:147:65: note: expanded from macro 'TAB_2_4' PD( 0, 0), E2( 5, 5), E4( 0, 5), E2( 10, 10), E4( 5, 15),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:5: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:5: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:5: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ CC libavcodec/lzw.o libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:20: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:35: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:50: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:50: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:50: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:65: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:65: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:148:65: note: expanded from macro 'TAB_2_4' E2( -10, 10), E4( -5, 15), E4( 10, 20), E2( 20, 20), E4( 0, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:5: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:20: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:35: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:50: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:65: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:65: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:149:65: note: expanded from macro 'TAB_2_4' E4( -15, 20), E4( 25, 40), E4( -10, 30), E4( 10, 40), E2( 40, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:5: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:5: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:5: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:20: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:20: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:20: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:35: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:50: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:150:65: note: expanded from macro 'TAB_2_4' E4( 0, 45), E2( -30, 30), E4( -20, 40), E4( 25, 65), E4( 45, 70),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:5: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:20: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:35: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:35: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:35: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:50: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:151:65: note: expanded from macro 'TAB_2_4' E4( -15, 55), E4( 10, 70), E2( 75, 75), E4( -5, 85), E4( -45, 55),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:5: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:20: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:35: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:50: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:152:65: note: expanded from macro 'TAB_2_4' E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:5: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:5: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:5: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:20: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:35: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:35: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:35: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:50: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:50: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:50: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:65: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:65: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:310:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ libavcodec/indeo3data.h:153:65: note: expanded from macro 'TAB_2_4' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:20: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:20: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:20: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:35: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:35: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:35: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:50: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:50: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:1561 warning generated. CC libavcodec/lzwenc.o CC libavcodec/mace.o libavcodec/libvpxenc.c:241:15: warning: 'rc_lookahead' is deprecated [-Wdeprecated-declarations] if(avctx->rc_lookahead >= 0) ^ libavcodec/avcodec.h:3081:5: note: 'rc_lookahead' has been explicitly marked deprecated here attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libvpxenc.c:242:46: warning: 'rc_lookahead' is deprecated [-Wdeprecated-declarations] enccfg.g_lag_in_frames= FFMIN(avctx->rc_lookahead, 25); //0-25, avoids init failure ^ libavcodec/avcodec.h:3081:5: note: 'rc_lookahead' has been explicitly marked deprecated here attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libvpxenc.c:242:46: warning: 'rc_lookahead' is deprecated [-Wdeprecated-declarations] enccfg.g_lag_in_frames= FFMIN(avctx->rc_lookahead, 25); //0-25, avoids init failure ^ libavcodec/avcodec.h:3081:5: note: 'rc_lookahead' has been explicitly marked deprecated here attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libvpxenc.c:260:21: warning: 'crf' is deprecated [-Wdeprecated-declarations] else if (avctx->crf || ctx->crf > 0) ^ libavcodec/avcodec.h:2698:5: note: 'crf' has been explicitly marked deprecated here attribute_deprecated float crf; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libvpxenc.c:359:65: warning: 'crf' is deprecated [-Wdeprecated-declarations] codecctl_int(avctx, VP8E_SET_CQ_LEVEL, (int)avctx->crf); ^ libavcodec/avcodec.h:2698:5: note: 'crf' has been explicitly marked deprecated here attribute_deprecated float crf; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:161:9: error: use of undeclared identifier 'x264_bit_depth' if (x264_bit_depth > 8) ^ libavcodec/libx264.c:318:20: warning: 'crf' is deprecated [-Wdeprecated-declarations] if (avctx->crf) { ^ libavcodec/avcodec.h:2698:5: note: 'crf' has been explicitly marked deprecated here attribute_deprecated float crf; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:320:50: warning: 'crf' is deprecated [-Wdeprecated-declarations] x4->params.rc.f_rf_constant = avctx->crf; ^ libavcodec/avcodec.h:2698:5: note: 'crf' has been explicitly marked deprecated here attribute_deprecated float crf; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:321:54: warning: 'crf_max' is deprecated [-Wdeprecated-declarations] x4->params.rc.f_rf_constant_max = avctx->crf_max; ^ libavcodec/avcodec.h:3090:5: note: 'crf_max' has been explicitly marked deprecated here attribute_deprecated float crf_max; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:322:27: warning: 'cqp' is deprecated [-Wdeprecated-declarations] } else if (avctx->cqp > -1) { ^ libavcodec/avcodec.h:2706:5: note: 'cqp' has been explicitly marked deprecated here attribute_deprecated int cqp; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:324:50: warning: 'cqp' is deprecated [-Wdeprecated-declarations] x4->params.rc.i_qp_constant = avctx->cqp; ^ libavcodec/avcodec.h:2706:5: note: 'cqp' has been explicitly marked deprecated here attribute_deprecated int cqp; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:364:16: warning: 'aq_mode' is deprecated [-Wdeprecated-declarations] if (avctx->aq_mode >= 0) ^ libavcodec/avcodec.h:3049:5: note: 'aq_mode' has been explicitly marked deprecated here attribute_deprecated int aq_mode; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:365:42: warning: 'aq_mode' is deprecated [-Wdeprecated-declarations] x4->params.rc.i_aq_mode = avctx->aq_mode; ^ libavcodec/avcodec.h:3049:5: note: 'aq_mode' has been explicitly marked deprecated here attribute_deprecated int aq_mode; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:366:16: warning: 'aq_strength' is deprecated [-Wdeprecated-declarations] if (avctx->aq_strength >= 0) ^ libavcodec/avcodec.h:3057:5: note: 'aq_strength' has been explicitly marked deprecated here attribute_deprecated float aq_strength; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:367:46: warning: 'aq_strength' is deprecated [-Wdeprecated-declarations] x4->params.rc.f_aq_strength = avctx->aq_strength; ^ libavcodec/avcodec.h:3057:5: note: 'aq_strength' has been explicitly marked deprecated here attribute_deprecated float aq_strength; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:368:16: warning: 'psy_rd' is deprecated [-Wdeprecated-declarations] if (avctx->psy_rd >= 0) ^ libavcodec/avcodec.h:3065:5: note: 'psy_rd' has been explicitly marked deprecated here attribute_deprecated float psy_rd; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:369:56: warning: 'psy_rd' is deprecated [-Wdeprecated-declarations] x4->params.analyse.f_psy_rd = avctx->psy_rd; ^ libavcodec/avcodec.h:3065:5: note: 'psy_rd' has been explicitly marked deprecated here attribute_deprecated float psy_rd; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:370:16: warning: 'psy_trellis' is deprecated [-Wdeprecated-declarations] if (avctx->psy_trellis >= 0) ^ libavcodec/avcodec.h:3073:5: note: 'psy_trellis' has been explicitly marked deprecated here attribute_deprecated float psy_trellis; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:371:56: warning: 'psy_trellis' is deprecated [-Wdeprecated-declarations] x4->params.analyse.f_psy_trellis = avctx->psy_trellis; ^ libavcodec/avcodec.h:3073:5: note: 'psy_trellis' has been explicitly marked deprecated here attribute_deprecated float psy_trellis; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:372:16: warning: 'rc_lookahead' is deprecated [-Wdeprecated-declarations] if (avctx->rc_lookahead >= 0) ^ libavcodec/avcodec.h:3081:5: note: 'rc_lookahead' has been explicitly marked deprecated here attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:373:56: warning: 'rc_lookahead' is deprecated [-Wdeprecated-declarations] x4->params.rc.i_lookahead = avctx->rc_lookahead; ^ libavcodec/avcodec.h:3081:5: note: 'rc_lookahead' has been explicitly marked deprecated here attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:374:16: warning: 'weighted_p_pred' is deprecated [-Wdeprecated-declarations] if (avctx->weighted_p_pred >= 0) ^ libavcodec/avcodec.h:3039:5: note: 'weighted_p_pred' has been explicitly marked deprecated here attribute_deprecated int weighted_p_pred; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:375:56: warning: 'weighted_p_pred' is deprecated [-Wdeprecated-declarations] x4->params.analyse.i_weighted_pred = avctx->weighted_p_pred; ^ libavcodec/avcodec.h:3039:5: note: 'weighted_p_pred' has been explicitly marked deprecated here attribute_deprecated int weighted_p_pred; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:376:16: warning: 'bframebias' is deprecated [-Wdeprecated-declarations] if (avctx->bframebias) ^ libavcodec/avcodec.h:2736:5: note: 'bframebias' has been explicitly marked deprecated here attribute_deprecated int bframebias; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:377:56: warning: 'bframebias' is deprecated [-Wdeprecated-declarations] x4->params.i_bframe_bias = avctx->bframebias; ^ libavcodec/avcodec.h:2736:5: note: 'bframebias' has been explicitly marked deprecated here attribute_deprecated int bframebias; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:378:16: warning: 'deblockalpha' is deprecated [-Wdeprecated-declarations] if (avctx->deblockalpha) ^ libavcodec/avcodec.h:2760:5: note: 'deblockalpha' has been explicitly marked deprecated here attribute_deprecated int deblockalpha; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:379:57: warning: 'deblockalpha' is deprecated [-Wdeprecated-declarations] x4->params.i_deblocking_filter_alphac0 = avctx->deblockalpha; ^ libavcodec/avcodec.h:2760:5: note: 'deblockalpha' has been explicitly marked deprecated here attribute_deprecated int deblockalpha; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:380:16: warning: 'deblockbeta' is deprecated [-Wdeprecated-declarations] if (avctx->deblockbeta) ^ libavcodec/avcodec.h:2768:5: note: 'deblockbeta' has been explicitly marked deprecated here attribute_deprecated int deblockbeta; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:381:57: warning: 'deblockbeta' is deprecated [-Wdeprecated-declarations] x4->params.i_deblocking_filter_beta = avctx->deblockbeta; ^ libavcodec/avcodec.h:2768:5: note: 'deblockbeta' has been explicitly marked deprecated here attribute_deprecated int deblockbeta; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:382:16: warning: 'complexityblur' is deprecated [-Wdeprecated-declarations] if (avctx->complexityblur >= 0) ^ libavcodec/avcodec.h:2752:5: note: 'complexityblur' has been explicitly marked deprecated here attribute_deprecated float complexityblur; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:383:57: warning: 'complexityblur' is deprecated [-Wdeprecated-declarations] x4->params.rc.f_complexity_blur = avctx->complexityblur; ^ libavcodec/avcodec.h:2752:5: note: 'complexityblur' has been explicitly marked deprecated here attribute_deprecated float complexityblur; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:384:16: warning: 'directpred' is deprecated [-Wdeprecated-declarations] if (avctx->directpred >= 0) ^ libavcodec/avcodec.h:2787:5: note: 'directpred' has been explicitly marked deprecated here attribute_deprecated int directpred; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:385:57: warning: 'directpred' is deprecated [-Wdeprecated-declarations] x4->params.analyse.i_direct_mv_pred = avctx->directpred; ^ libavcodec/avcodec.h:2787:5: note: 'directpred' has been explicitly marked deprecated here attribute_deprecated int directpred; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:386:16: warning: 'partitions' is deprecated [-Wdeprecated-declarations] if (avctx->partitions) { ^ libavcodec/avcodec.h:2775:5: note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:387:20: warning: 'partitions' is deprecated [-Wdeprecated-declarations] if (avctx->partitions & X264_PART_I4X4) ^ libavcodec/avcodec.h:2775:5: note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:389:20: warning: 'partitions' is deprecated [-Wdeprecated-declarations] if (avctx->partitions & X264_PART_I8X8) ^ libavcodec/avcodec.h:2775:5: note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:391:20: warning: 'partitions' is deprecated [-Wdeprecated-declarations] if (avctx->partitions & X264_PART_P8X8) ^ libavcodec/avcodec.h:2775:5: note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:393:20: warning: 'partitions' is deprecated [-Wdeprecated-declarations] if (avctx->partitions & X264_PART_P4X4) ^ libavcodec/avcodec.h:2775:5: note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:395:20: warning: 'partitions' is deprecated [-Wdeprecated-declarations] if (avctx->partitions & X264_PART_B8X8) ^ libavcodec/avcodec.h:2775:5: note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:541:12: warning: 'crf' is deprecated [-Wdeprecated-declarations] avctx->crf = x4->params.rc.f_rf_constant; ^ libavcodec/avcodec.h:2698:5: note: 'crf' has been explicitly marked deprecated here attribute_deprecated float crf; ^ ./libavutil/attributes.h:93:49: note: expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c:595:9: error: use of undeclared identifier 'x264_bit_depth' if (x264_bit_depth == 8) ^ libavcodec/libx264.c:597:14: error: use of undeclared identifier 'x264_bit_depth' else if (x264_bit_depth == 9) ^ libavcodec/libx264.c:599:14: error: use of undeclared identifier 'x264_bit_depth' else if (x264_bit_depth == 10) ^ 34 warnings and 4 errors generated. common.mak:45: recipe for target 'libavcodec/libx264.o' failed gmake: *** [libavcodec/libx264.o] Error 1 gmake: *** Waiting for unfinished jobs.... :50: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:156:65: note: expanded from macro 'TAB_2_5' PD( 0, 0), E2( 6, 6), E4( 0, 6), E2( 12, 12), E4( 6, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:5: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:5: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:5: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:20: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:35: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:50: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:50: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:50: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:65: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:65: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:157:65: note: expanded from macro 'TAB_2_5' E2( -12, 12), E4( -6, 18), E4( 12, 24), E2( 24, 24), E4( 0, 30),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:5: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:20: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:35: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:50: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:65: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:65: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:158:65: note: expanded from macro 'TAB_2_5' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:5: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:5: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:5: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:20: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:20: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:20: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' 5#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) warning s ~~~ ^ generated. libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:35: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:50: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:159:65: note: expanded from macro 'TAB_2_5' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:5: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:20: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:35: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:35: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:35: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:50: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:160:65: note: expanded from macro 'TAB_2_5' E4( -18, 66), E4( 12, 84), E2( 90, 90), E4( -6, 96), E4( -54, 66),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:5: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:20: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:35: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:35: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:35: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:50: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:65: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:65: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:161:65: note: expanded from macro 'TAB_2_5' E4( -42, 90), E4( -30, 126), E2(-102, 102), E4( -84, 126), E2( 36, 36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:162:5: note: expanded from macro 'TAB_2_5' E2( 66, 66) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:162:5: note: expanded from macro 'TAB_2_5' E2( 66, 66) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:311:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ libavcodec/indeo3data.h:162:5: note: expanded from macro 'TAB_2_5' E2( 66, 66) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:20: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:20: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:20: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:35: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:35: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:35: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:50: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:50: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:50: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:165:65: note: expanded from macro 'TAB_2_6' PD( 0, 0), E2( 7, 7), E4( 0, 7), E2( 14, 14), E4( 7, 21),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:5: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:5: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:5: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:20: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:35: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:50: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:50: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:50: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:65: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:65: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:166:65: note: expanded from macro 'TAB_2_6' E2( -14, 14), E4( -7, 21), E4( 14, 28), E2( 28, 28), E4( 0, 35),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:5: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:20: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:35: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:50: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:65: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:65: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:167:65: note: expanded from macro 'TAB_2_6' E4( -21, 28), E4( 35, 56), E4( -14, 42), E4( 14, 56), E2( 56, 56),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:5: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:5: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:5: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:20: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:20: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:20: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:35: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: 1expanded from macro 'PD' warning generated. #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:50: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:168:65: note: expanded from macro 'TAB_2_6' E4( 0, 63), E2( -42, 42), E4( -28, 56), E4( 35, 91), E4( 63, 98),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:5: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:20: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:35: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:35: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:35: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:50: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:169:65: note: expanded from macro 'TAB_2_6' E4( -21, 77), E4( 14, 98), E2( 105, 105), E4( -7, 119), E4( -63, 77),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:5: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:20: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:20: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:20: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:35: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:35: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:35: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:50: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:50: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:312:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_6_m10[93] = { TAB_2_6 }; ^~~~~~~ libavcodec/indeo3data.h:170:50: note: expanded from macro 'TAB_2_6' E4( -49, 105), E2(-119, 119), E2( 42, 42), E2( 77, 77) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:20: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:20: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:20: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:35: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:35: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:35: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:50: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:50: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:50: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:173:65: note: expanded from macro 'TAB_2_7' PD( 0, 0), E2( 8, 8), E4( 0, 8), E2( 16, 16), E4( 8, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:5: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:5: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:5: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:20: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:35: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:50: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:50: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:50: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:65: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:65: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:174:65: note: expanded from macro 'TAB_2_7' E2( -16, 16), E4( -8, 24), E4( 16, 32), E2( 32, 32), E4( 0, 40),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:5: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:20: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:35: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:50: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:65: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:65: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:175:65: note: expanded from macro 'TAB_2_7' E4( -24, 32), E4( 40, 64), E4( -16, 48), E4( 16, 64), E2( 64, 64),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:5: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:5: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:5: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:20: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:20: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:20: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:35: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:50: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:176:65: note: expanded from macro 'TAB_2_7' E4( 0, 72), E2( -48, 48), E4( -32, 64), E4( 40, 104), E4( 72, 112),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:5: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:20: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:35: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:35: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:35: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:50: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:177:65: note: expanded from macro 'TAB_2_7' E4( -24, 88), E4( 16, 112), E2( 120, 120), E4( -72, 88), E4( -56, 120),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:5: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:5: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:5: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:20: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:20: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:313:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_7_m10[87] = { TAB_2_7 }; ^~~~~~~ libavcodec/indeo3data.h:178:20: note: expanded from macro 'TAB_2_7' E2( 48, 48), E2( 88, 88) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:20: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:20: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:20: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:35: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:35: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:35: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:50: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:50: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:50: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:181:65: note: expanded from macro 'TAB_2_8' PD( 0, 0), E2( 9, 9), E4( 0, 9), E2( 18, 18), E4( 9, 27),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:5: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:5: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:5: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:20: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:35: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:50: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:50: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:50: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:65: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:65: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:182:65: note: expanded from macro 'TAB_2_8' E2( -18, 18), E4( -9, 27), E4( 18, 36), E2( 36, 36), E4( 0, 45),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:5: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:20: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:35: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:50: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:65: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:65: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:183:65: note: expanded from macro 'TAB_2_8' E4( -27, 36), E4( 45, 72), E4( -18, 54), E4( 18, 72), E2( 72, 72),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:5: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:5: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:5: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:20: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:20: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:20: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:35: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:50: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:184:65: note: expanded from macro 'TAB_2_8' E4( 0, 81), E2( -54, 54), E4( -36, 72), E4( 45, 117), E4( 81, 126),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:5: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:20: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:35: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:35: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:35: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:50: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:50: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:314:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_2_8_m10[77] = { TAB_2_8 }; ^~~~~~~ libavcodec/indeo3data.h:185:50: note: expanded from macro 'TAB_2_8' E4( -27, 99), E4( -81, 99), E2( 54, 54), E2( 108, 108) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:20: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:20: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:20: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:35: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:35: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:35: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:50: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:50: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:50: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:65: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:65: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:188:65: note: expanded from macro 'TAB_3_1' PD( 0, 0), E2( 2, 2), E4( 0, 3), E2( 6, 6), E4( 0, 7),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:5: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:5: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:5: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:20: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:20: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:20: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:35: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:50: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:50: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:50: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:65: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:65: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:189:65: note: expanded from macro 'TAB_3_1' E2( -5, 5), E2( 5, -5), E4( 6, 11), E4( 0, 8), E2( 11, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:5: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:5: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:5: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:20: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:35: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:35: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:35: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:50: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:190:65: note: expanded from macro 'TAB_3_1' E4( 0, 12), E4( 12, 17), E2( 17, 17), E4( 6, 18), E4( -8, 11),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:5: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:5: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:5: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:20: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:20: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:20: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:35: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:50: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:65: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:65: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:191:65: note: expanded from macro 'TAB_3_1' E4( 0, 15), E4( 0, 20), E4( 18, 25), E4( 11, 25), E2( 25, 25),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:5: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:5: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:5: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:20: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:20: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:20: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:35: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:35: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:35: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:50: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:192:65: note: expanded from macro 'TAB_3_1' E2( -14, 14), E2( 14, -14), E4( 0, 26), E4( -11, 18), E4( -7, 22),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:5: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:20: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:35: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:35: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:35: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:50: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:65: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:65: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:193:65: note: expanded from macro 'TAB_3_1' E4( 26, 34), E4( 18, 34), E2( 34, 34), E4( 11, 35), E4( 0, 29),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:5: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:20: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:35: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:35: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:35: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:50: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:194:65: note: expanded from macro 'TAB_3_1' E4( -19, 22), E4( -15, 26), E4( 0, 37), E4( 27, 44), E4( 36, 44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:5: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:18: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:20: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:35: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:35: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:316:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_1_m10[128] = { TAB_3_1 }; ^~~~~~~ libavcodec/indeo3data.h:195:35: note: expanded from macro 'TAB_3_1' E4( 18, 44), E4( -10, 33), E2( 45, 45) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:20: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:20: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:20: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:35: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:35: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:35: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:50: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:50: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:50: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:65: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:65: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:198:65: note: expanded from macro 'TAB_3_2' PD( 0, 0), E4( 0, 2), E2( 2, 2), E2( 6, 6), E4( 0, 6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:5: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:5: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:5: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:20: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:20: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:20: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:35: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:35: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:50: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:50: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:50: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:65: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:65: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:199:65: note: expanded from macro 'TAB_3_2' E2( -4, 4), E2( 10, -6), E2( 0, -12), PD( -6, -12), E2( 6, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:20: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:35: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:35: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:35: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:50: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:50: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:65: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:65: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:200:65: note: expanded from macro 'TAB_3_2' PD( 6, 12), E2( -14, 0), E2( 12, 12), E2( 0, -18), E2( 14, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:5: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:5: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:5: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:20: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:20: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:20: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:50: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:50: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:50: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:65: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:65: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:201:65: note: expanded from macro 'TAB_3_2' PD( -18, -6), E2( 18, -6), PD( 18, 6), PD( -10, -18), E2( 10, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:20: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:35: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:35: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:50: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:50: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:50: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:65: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:65: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:202:65: note: expanded from macro 'TAB_3_2' PD( 10, 18), E2( -22, 0), E2( 0, -24), PD( -22, -12), E2( 22, -12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:20: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:20: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:20: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:35: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:35: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:35: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:65: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:65: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:203:65: note: expanded from macro 'TAB_3_2' PD( 22, 12), PD( -8, -24), E2( 8, -24), PD( 8, 24), PD( -26, -6),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:5: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:5: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:5: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:35: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:50: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:50: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:50: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:65: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:65: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:204:65: note: expanded from macro 'TAB_3_2' E2( 26, -6), PD( 26, 6), E2( -28, 0), E2( 20, 20), E2( -14, -26),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:5: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:5: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:5: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:20: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:20: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:20: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:35: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:35: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:35: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:50: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:50: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:50: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:65: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:65: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:205:65: note: expanded from macro 'TAB_3_2' E2( -30, -12), E2( -10, -32), E2( -18, -32), E2( -26, -26), E2( -34, -20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:5: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:5: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:5: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:20: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:20: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:20: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:50: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:50: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:50: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:65: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:65: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:317:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_2_m10[79] = { TAB_3_2 }; ^~~~~~~ libavcodec/indeo3data.h:206:65: note: expanded from macro 'TAB_3_2' E2( -38, -12), E2( -32, -32), PD( 32, 32), PD( -22, -40), E2( -34, -34) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:20: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:20: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:20: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:35: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:35: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:35: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:50: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:50: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:50: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:65: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:65: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:209:65: note: expanded from macro 'TAB_3_3' PD( 0, 0), E4( 0, 2), E2( 4, 4), E2( 10, 10), E4( 0, 10),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:5: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:5: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:5: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:20: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:20: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:20: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:35: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:50: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:50: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:50: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:65: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:210:65: note: expanded from macro 'TAB_3_3' E2( -6, 6), E2( 14, -8), E2( -18, 0), E2( 10, -16), E2( 0, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:5: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:5: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:5: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:20: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:20: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:20: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:50: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:50: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:50: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:65: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:65: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:211:65: note: expanded from macro 'TAB_3_3' PD( -24, -8), E2( 24, -8), PD( 24, 8), E2( 18, 18), E2( 20, -16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:5: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:5: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:5: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:20: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:20: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:20: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:50: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:65: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:212:65: note: expanded from macro 'TAB_3_3' PD( -14, -26), E2( 14, -26), PD( 14, 26), E2( -30, 0), E2( 0, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:5: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:5: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:5: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:20: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:20: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:20: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:50: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:50: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:50: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:65: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:65: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:213:65: note: expanded from macro 'TAB_3_3' PD( -34, -8), E2( 34, -8), PD( 34, 8), PD( -30, -18), E2( 30, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:20: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:20: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:20: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:35: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:35: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:35: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:65: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:65: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:214:65: note: expanded from macro 'TAB_3_3' PD( 30, 18), PD( -10, -34), E2( 10, -34), PD( 10, 34), E2( -20, -34),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:5: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:20: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:20: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:20: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:35: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:35: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:35: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:50: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:50: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:65: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:65: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:215:65: note: expanded from macro 'TAB_3_3' E2( -40, 0), E2( 30, 30), E2( -40, -18), E2( 0, -44), E2( -16, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:5: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:5: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:5: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:20: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:20: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:20: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:35: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:35: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:35: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:50: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:50: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:50: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:65: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:65: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:216:65: note: expanded from macro 'TAB_3_3' PD( -36, -36), E2( -36, -36), E2( -26, -44), E2( -46, -26), E2( -52, -18),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:5: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:5: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:5: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:20: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:20: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:20: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:35: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:35: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:35: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:50: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:50: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:50: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:65: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:65: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:318:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_3_m10[79] = { TAB_3_3 }; ^~~~~~~ libavcodec/indeo3data.h:217:65: note: expanded from macro 'TAB_3_3' PD( -20, -54), E2( -44, -44), PD( -32, -54), PD( -46, -46), E2( -46, -46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:20: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:20: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:20: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:35: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:35: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:35: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:50: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:50: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:50: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:65: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:65: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:220:65: note: expanded from macro 'TAB_3_4' PD( 0, 0), E4( 0, 4), E2( 4, 4), E2( 12, 12), E4( 0, 12),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:5: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:5: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:5: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:20: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:20: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:20: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:35: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:35: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:50: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:50: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:50: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:65: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:65: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:221:65: note: expanded from macro 'TAB_3_4' E2( -8, 8), E2( 8, -16), E2( 0, -24), PD( -24, -8), E2( 24, -8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:20: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:20: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:20: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:35: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:50: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:50: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:50: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:65: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:65: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:222:65: note: expanded from macro 'TAB_3_4' PD( 24, 8), E2( 20, -16), E2( -28, 0), PD( -16, -24), E2( 16, -24),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:20: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:20: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:35: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:35: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:35: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:50: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:50: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:223:50: note: expanded from macro 'TAB_3_4' PD( 16, 24), E2( 0, -32), PD( -28, -16), E2( 28, -16), PD( 28, 16),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:5: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:5: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:5: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:20: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:20: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:35: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:35: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:35: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:50: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:50: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:224:50: note: expanded from macro 'TAB_3_4' PD( -8, -32), PD( 8, -32), PD( -32, -8), E2( 32, -8), PD( 32, 8),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:5: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:35: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:35: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:35: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:50: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:50: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:50: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:65: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:65: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:225:65: note: expanded from macro 'TAB_3_4' PD( -8, 32), PD( 8, 32), E2( 24, 24), E2( 24, -24), E2( -20, -32),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:5: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:20: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:20: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:20: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:35: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:35: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:50: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:50: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:226:65: note: expanded from macro 'TAB_3_4' E2( -40, 0), E2( -40, -16), PD( 0, -44), PD( 0, -44), E2( -44, 0),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:35: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:35: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:35: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:50: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:50: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:50: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:65: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:65: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:227:65: note: expanded from macro 'TAB_3_4' PD( 0, 44), PD( 0, 44), E2( -32, -32), E2( -16, -44), PD( -24, -44),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:5: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:5: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:5: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:35: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:35: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:35: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:50: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:50: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:50: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:65: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:65: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:228:65: note: expanded from macro 'TAB_3_4' E2( -44, -24), PD( 24, 44), E2( -48, -16), PD( -36, -36), E2( -36, -36),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:18: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:20: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:20: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:20: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:35: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:35: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:35: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:50: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:50: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:319:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_4_m10[79] = { TAB_3_4 }; ^~~~~~~ libavcodec/indeo3data.h:229:50: note: expanded from macro 'TAB_3_4' PD( 36, 36), PD( -20, -52), E2( 40, 40), PD( -32, -52) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:20: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:20: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:20: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:35: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:35: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:35: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:50: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:50: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:50: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:65: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:65: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:232:65: note: expanded from macro 'TAB_3_5' PD( 0, 0), E2( 2, 2), E2( 6, 6), E2( 12, 12), E2( 20, 20),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:5: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:5: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:5: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:20: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:23: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:20: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:320:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] static const int32_t delta_tab_3_5_m10[79] = { TAB_3_5 }; ^~~~~~~ libavcodec/indeo3data.h:233:20: note: expanded from macro 'TAB_3_5' E2( 32, 32), E2( 46, 46) ^~~~~~~~~~~~~ libavcodec/indeo3data.h:250:28: note: expanded from macro 'E2' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ libavcodec/indeo3data.h:290:51: note: expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ 4363 warnings generated. *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/multimedia/ffmpeg010 *** Error code 1 Stop. make: stopped in /data/pkgsrc/multimedia/ffmpeg010