=> 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/lavfi.o CC libavdevice/v4l2.o CC libavdevice/alldevices.o CC libavfilter/af_aformat.o CC libavfilter/af_amerge.o CC libavfilter/af_anull.o CC libavfilter/af_ashowinfo.o CC libavfilter/af_aresample.o CC libavfilter/af_asplit.o CC libavfilter/af_astreamsync.o CC libavfilter/af_aconvert.o CC libavfilter/af_earwax.o CC libavfilter/af_pan.o 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 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 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) ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~ 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 CC libavfilter/af_silencedetect.o CC libavfilter/af_volume.o CC libavfilter/allfilters.o CC libavfilter/asink_anullsink.o CC libavfilter/asrc_abuffer.o CC libavfilter/asrc_aevalsrc.o CC libavfilter/asrc_anullsrc.o 1 warning generated. CC libavfilter/avcodec.o CC libavfilter/avfilter.o CC libavfilter/avfiltergraph.o CC libavfilter/defaults.o CC libavfilter/drawutils.o CC libavfilter/formats.o CC libavfilter/graphdump.o 1 warning generated. CC libavfilter/graphparser.o CC libavfilter/libmpcodecs/img_format.o 4 warnings generated. 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 CC libavfilter/libmpcodecs/vf_eq.o CC libavfilter/libmpcodecs/vf_eq2.o CC libavfilter/libmpcodecs/vf_field.o CC libavfilter/libmpcodecs/vf_fil.o CC libavfilter/libmpcodecs/vf_fixpts.o CC libavfilter/libmpcodecs/vf_framestep.o CC libavfilter/libmpcodecs/vf_fspp.o CC libavfilter/libmpcodecs/vf_geq.o CC libavfilter/libmpcodecs/vf_harddup.o CC libavfilter/libmpcodecs/vf_hqdn3d.o libavfilter/libmpcodecs/vf_eq.c:34:1: warning: 'static' ignored on this declaration [-Wmissing-declarations] static struct vf_priv_s { ^ 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_hue.o CC libavfilter/libmpcodecs/vf_il.o CC libavfilter/libmpcodecs/vf_ilpack.o libavfilter/libmpcodecs/vf_detc.c:313: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 ~~~~^ 1 warning generated. 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 ~~~~^ CC libavfilter/libmpcodecs/vf_kerndeint.o CC libavfilter/libmpcodecs/vf_mcdeint.o 1 warning generated. CC libavfilter/libmpcodecs/vf_mirror.o CC libavfilter/libmpcodecs/vf_noise.o CC libavfilter/libmpcodecs/vf_ow.o CC libavfilter/libmpcodecs/vf_palette.o 4 warnings generated. 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 ~~~~^ CC libavfilter/libmpcodecs/vf_phase.o 1 warning generated. CC libavfilter/libmpcodecs/vf_pp7.o CC libavfilter/libmpcodecs/vf_pullup.o CC libavfilter/libmpcodecs/vf_qp.o 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 ~~~~^ CC libavfilter/libmpcodecs/vf_rectangle.o CC libavfilter/libmpcodecs/vf_remove_logo.o CC libavfilter/libmpcodecs/vf_rotate.o libavfilter/libmpcodecs/vf_pp7.c:211:18: warning: unused variable 'thres' [-Wunused-const-variable] static const int thres[16]={ ^ 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 ~~~~^ 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)) ^ 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_sab.o CC libavfilter/libmpcodecs/vf_screenshot.o 2 warnings generated. CC libavfilter/libmpcodecs/vf_smartblur.o 1 warning generated. 1 warning generated. CC libavfilter/libmpcodecs/vf_softpulldown.o CC libavfilter/libmpcodecs/vf_softskip.o CC libavfilter/libmpcodecs/vf_spp.o CC libavfilter/libmpcodecs/vf_stereo3d.o CC libavfilter/libmpcodecs/vf_swapuv.o 1 warning generated. CC libavfilter/libmpcodecs/vf_telecine.o CC libavfilter/libmpcodecs/vf_tile.o 2 warnings generated. 2 warnings generated. CC libavfilter/libmpcodecs/vf_tinterlace.o CC libavfilter/libmpcodecs/vf_unsharp.o CC libavfilter/libmpcodecs/vf_uspp.o CC libavfilter/libmpcodecs/vf_yuvcsp.o 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_yvu9.o CC libavfilter/sink_buffer.o 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/src_movie.o CC libavfilter/transform.o 4 warnings generated. CC libavfilter/vf_aspect.o 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 ~~~~^ 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 ~~~~^ 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_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 ~~~~^ 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 = ""; ^ ~~ CC libavfilter/vf_blackframe.o CC libavfilter/vf_boxblur.o CC libavfilter/vf_copy.o 3 warnings generated. 2 warnings generated. CC libavfilter/vf_crop.o CC libavfilter/vf_cropdetect.o 3 warnings generated. 2 warnings generated. CC libavfilter/vf_delogo.o CC libavfilter/vf_deshake.o CC libavfilter/vf_drawbox.o CC libavfilter/vf_fade.o 5 warnings generated. CC libavfilter/vf_fieldorder.o 1 warning generated. CC libavfilter/vf_fifo.o CC libavfilter/vf_format.o CC libavfilter/vf_gradfun.o CC libavfilter/vf_hflip.o 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 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 ~~~~^ 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_tinterlace.o CC libavfilter/vf_transpose.o CC libavfilter/vf_unsharp.o CC libavfilter/vf_vflip.o CC libavfilter/vf_yadif.o 3 warnings generated. CC libavfilter/vsink_nullsink.o CC libavfilter/vsrc_buffer.o CC libavfilter/vsrc_cellauto.o CC libavfilter/vsrc_color.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 CC libavfilter/x86/yadif.o CC libavcodec/4xm.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)) ^~~~ CC libavcodec/8bps.o CC libavcodec/a64multienc.o CC libavcodec/8svx.o CC libavcodec/aac_ac3_parser.o 1 warning generated. CC libavcodec/aac_adtstoasc_bsf.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/aac_parser.o CC libavcodec/aacadtsdec.o CC libavcodec/aaccoder.o CC libavcodec/aacdec.o 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 libavcodec/aacenc.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. CC libavcodec/aacps.o CC libavcodec/aacpsy.o 2 warnings generated. CC libavcodec/aacsbr.o CC libavcodec/aactab.o 1 warning generated. CC libavcodec/aandcttab.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; ^ CC libavcodec/aasc.o CC libavcodec/ac3.o CC libavcodec/ac3_parser.o CC libavcodec/ac3dec.o 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, ^ 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_data.o 2 warnings generated. CC libavcodec/ac3dsp.o CC libavcodec/ac3enc.o CC libavcodec/ac3enc_fixed.o CC libavcodec/ac3enc_float.o CC libavcodec/ac3tab.o CC libavcodec/acelp_filters.o CC libavcodec/acelp_pitch_delay.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/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 2 warnings generated. 3 warnings generated. CC libavcodec/ass.o CC libavcodec/ass_split.o CC libavcodec/assdec.o CC libavcodec/assenc.o CC libavcodec/asv1.o 1 warning generated. CC libavcodec/atrac.o CC libavcodec/atrac3.o CC libavcodec/atrac1.o CC libavcodec/audioconvert.o CC libavcodec/aura.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 CC libavcodec/avfft.o CC libavcodec/avpacket.o 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)) >> ~~^ 2 warnings generated. CC libavcodec/avs.o CC libavcodec/bethsoftvideo.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/bfi.o CC libavcodec/bgmc.o CC libavcodec/bink.o CC libavcodec/binkaudio.o CC libavcodec/binkdsp.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, ^ CC libavcodec/bintext.o 2 warnings generated. CC libavcodec/bitstream.o CC libavcodec/bitstream_filter.o 2 warnings generated. CC libavcodec/bmp.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/bmpenc.o 1 warning generated. 1 warning generated. CC libavcodec/bmv.o CC libavcodec/c93.o CC libavcodec/cabac.o CC libavcodec/cavs.o 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/cavs_parser.o CC libavcodec/cavsdec.o libavcodec/bintext.c:92:13: warning: unused function 'hscroll' [-Wunused-function] static void hscroll(AVCodecContext *avctx) ^ CC libavcodec/cavsdsp.o CC libavcodec/cdgraphics.o 1 warning generated. CC libavcodec/celp_filters.o 2 warnings generated. CC libavcodec/celp_math.o CC libavcodec/cga_data.o libavcodec/bitstream_filter.c:62:27: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] *poutbuf= (uint8_t *) buf; ^ CC libavcodec/chomp_bsf.o 1 warning generated. CC libavcodec/cinepak.o CC libavcodec/cljr.o CC libavcodec/cook.o CC libavcodec/cscd.o CC libavcodec/cyuv.o CC libavcodec/dca.o CC libavcodec/dca_parser.o CC libavcodec/dcadsp.o CC libavcodec/dcaenc.o CC libavcodec/dct.o CC libavcodec/dct32_fixed.o CC libavcodec/dct32_float.o CC libavcodec/dfa.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/dirac.o CC libavcodec/dirac_arith.o 1 warning generated. CC libavcodec/dirac_parser.o CC libavcodec/diracdec.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/diracdsp.o CC libavcodec/dnxhd_parser.o CC libavcodec/dnxhddata.o CC libavcodec/dnxhddec.o CC libavcodec/dnxhdenc.o CC libavcodec/dpcm.o CC libavcodec/dpx.o CC libavcodec/dpxenc.o CC libavcodec/dsicinav.o CC libavcodec/dsputil.o 2 warnings generated. 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++) { ~~~~~~~~~~~ ^ ~ CC libavcodec/dump_extradata_bsf.o CC libavcodec/dv.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] = { ^ CC libavcodec/dvbsub.o CC libavcodec/dvbsub_parser.o 1 warning generated. CC libavcodec/dvbsubdec.o CC libavcodec/dvdata.o CC libavcodec/dvdsub_parser.o CC libavcodec/dvdsubdec.o CC libavcodec/dvdsubenc.o CC libavcodec/dwt.o CC libavcodec/dxa.o CC libavcodec/dxtory.o CC libavcodec/eac3_data.o CC libavcodec/eac3dec.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; ^ ~~~ 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/eac3enc.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/eacmv.o CC libavcodec/eaidct.o CC libavcodec/eamad.o CC libavcodec/eatgq.o CC libavcodec/eatgv.o CC libavcodec/eatqi.o 1 warning generated. 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 CC libavcodec/fft_fixed.o 1 warning generated. CC libavcodec/ffv1.o CC libavcodec/fft_float.o CC libavcodec/flac.o CC libavcodec/ffwavesynth.o CC libavcodec/flac_parser.o 3 warnings generated. CC libavcodec/flacdata.o CC libavcodec/flacdec.o 26 warnings generated. CC libavcodec/flacenc.o CC libavcodec/flashsv2enc.o CC libavcodec/flashsv.o CC libavcodec/flashsvenc.o CC libavcodec/flicvideo.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/flvdec.o CC libavcodec/flvenc.o CC libavcodec/fmtconvert.o 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)) ^ 1 warning generated. 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)); ^~~ CC libavcodec/fraps.o libavcodec/flashsv2enc.c:718:21: warning: unused variable 'block_size_fraction' [-Wunused-const-variable] static const double block_size_fraction = 1.0 / 300;CC libavcodec/frwu.o ^ 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; ^ CC libavcodec/g722.o CC libavcodec/g722dec.o CC libavcodec/g722enc.o CC libavcodec/g723_1.o CC libavcodec/g726.o 7 warnings generated. CC libavcodec/g729dec.o CC libavcodec/g729postfilter.o CC libavcodec/gif.o CC libavcodec/gifdec.o CC libavcodec/golomb.o CC libavcodec/gsm_parser.o CC libavcodec/gsmdec.o CC libavcodec/gsmdec_data.o CC libavcodec/h261.o CC libavcodec/h261_parser.o libavcodec/g723_1.c:1903:26: warning: shifting a negative signed value is undefined [-Wshift-negative-value] max = -1 << 30; ~~ ^ 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]; ^ ~~~~~~~~~~~~~~~~~~ CC libavcodec/h261dec.o CC libavcodec/h261enc.o CC libavcodec/h263.o CC libavcodec/h263_parser.o 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 25 warnings generated. CC libavcodec/h264_mp4toannexb_bsf.o 1 warning generated. CC libavcodec/h264_parser.o CC libavcodec/h264_ps.o CC libavcodec/h264_refs.o 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, ^ CC libavcodec/h264_sei.o 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:3468:23: 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); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/h264dsp.o CC libavcodec/h264idct.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; ^ CC libavcodec/h264pred.o 1 warning generated. CC libavcodec/huffman.o CC libavcodec/huffyuv.o CC libavcodec/idcinvideo.o CC libavcodec/iff.o CC libavcodec/imc.o CC libavcodec/iirfilter.o CC libavcodec/imgconvert.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/imx_dump_header_bsf.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/indeo2.o CC libavcodec/indeo3.o CC libavcodec/indeo4.o CC libavcodec/indeo5.o CC libavcodec/intelh263dec.o CC libavcodec/interplayvideo.o CC libavcodec/intrax8.o 1 warning generated. 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)) ~~~ ^ 1libavcodec/indeo3data.h warning: generated. 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: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' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, 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)) CC libavcodec/intrax8dsp.o ~~~ ^ 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 }; CC libavcodec/inverse.o ^~~~~~~ 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 }; ^~~~~~~ 1libavcodec/indeo3data.h warning:61: generated. 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: 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:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, 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' E4( -16, 24), E4( 28, 46), E4( -9, 35), E4( 13, 47), E2( 49, 49),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251CC libavcodec/ituh263dec.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: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' CC libavcodec/ituh263enc.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: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: CC libavcodec/ivi_common.o 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 }; ^~~~~~~ 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 }; ^~~~~~~ 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)) ~~~ ^ CC libavcodec/ivi_dsp.o 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),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, 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' 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:CC libavcodec/j2k.o 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] 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:50: noteCC libavcodec/j2k_dwt.o : expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, 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] 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 }; ^~~~~~~CC libavcodec/j2kdec.o 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' #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 }; ^~~~~~~ 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.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:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, 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:275CC libavcodec/j2kenc.o :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: 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/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)) ~~~ ^ CC libavcodec/jfdctfst.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: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' CC libavcodec/jfdctint.o #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a 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 }; ^~~~~~~ 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)) ~~~ ^ libavcodec/indeo3data.h:298:49: warning: shifting a 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: warning: shifting a 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: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:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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/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: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:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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' 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: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.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: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:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ 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/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:50: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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] CC libavcodec/jpegls.o 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' libavcodec/j2kdec.c#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)): 885 ~~~ ^: 21libavcodec/indeo3data.h:298:49: warning: :shifting a negative signed value is undefined [-Wshift-negative-value] warning: static const int32_t delta_tab_1_1_m10[195] = { TAB_1_1 };incompatible pointer types assigning to '__uint16_t *' (aka 'unsigned short *') from '__uint8_t *' (aka 'unsigned char *') [-Wincompatible-pointer-types] ^~~~~~~ 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) ^~~~~~~~~~ dst = line + (x * s->ncomponents + compno) * 2;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/j2kenc.c :libavcodec/indeo3data.h443::29021:23:: notewarning: : expanded from macro 'PD'variable 'mant' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:299:49: warning: if (codsty->transform == FF_DWT97){shifting a negative signed value is undefined [-Wshift-negative-value] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/j2kenc.c:453:41:static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; note : ^~~~~~~uninitialized use occurs here libavcodec/indeo3data.h qntsty->mant[gbandno] = mant;: 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' libavcodec/j2kenc.c:443#define E2(a, b) PD(a, b), PD(-a, -b): 17 ^~~~~~~~~~: notelibavcodec/indeo3data.h: :remove the 'if' if its condition is always true290 :37: note: if (codsty->transform == FF_DWT97){ expanded from macro 'PD' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^libavcodec/j2kenc.c:441 :31: note: initialize the variable 'mant' to silence this warning libavcodec/indeo3data.h:299 int expn, mant;: ^49 : = 0 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' libavcodec/j2kenc.c:499:80#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): ^~~~~~~~~~warning : variable 'vert_causal_ctx_csty_loc_symbol' is uninitialized when used here [-Wuninitialized]libavcodec/indeo3data.h :290:37: note: int ctxno = ff_j2k_getnbctxno(t1->flags[y+1][x+1], bandno, vert_causal_ctx_csty_loc_symbol),expanded from macro 'PD' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:libavcodec/j2kenc.c299:494::40:49 : note: warninginitialize the variable 'vert_causal_ctx_csty_loc_symbol' to silence this warning : shifting a negative signed value is undefined [-Wshift-negative-value] int vert_causal_ctx_csty_loc_symbol; ^ = 0 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:libavcodec/j2kenc.c251::55250:84:: warningnote: : variable 'vert_causal_ctx_csty_loc_symbol' is uninitialized when used here [-Wuninitialized] expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) int ctxno = ff_j2k_getnbctxno(t1->flags[y+1][x+1], bandno, vert_causal_ctx_csty_loc_symbol); ^~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libavcodec/indeo3data.h:290:37: note: expanded from macro 'PD' libavcodec/j2kenc.c:531:40:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) note: initialize the variable 'vert_causal_ctx_csty_loc_symbol' to silence this warning ~~~ ^ libavcodec/indeo3data.h int vert_causal_ctx_csty_loc_symbol;: 299 ^: 49 = 0 : 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/j2kenc.clibavcodec/indeo3data.h::873290::3751:: warning: note: expression result unused [-Wunused-value]expanded from macro 'PD' *ptr++; ^~~~~~ #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] 5static const int32_t delta_tab_1_2_m10[159] = { TAB_1_2 }; warning s ^~~~~~~ generated. 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.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: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: noteCC libavcodec/jpeglsdec.o : 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 }; ^~~~~~~ CC libavcodec/jpeglsenc.o 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: warningCC libavcodec/jrevdct.o : CC libavcodec/jvdec.o 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'CC libavcodec/kbdwin.o 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: noteCC libavcodec/kgv1dec.o : 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' #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] CC libavcodec/kmvc.o 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' 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),\ CC libavcodec/lagarith.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: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] CC libavcodec/lagarithrac.o 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: 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: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' #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' #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: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)) ~~~ ^ 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' #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: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' CC libavcodec/latm_parser.o 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.hCC libavcodec/lcldec.o :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' #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: noteCC libavcodec/lclenc.o : 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)) CC libavcodec/libmp3lame.o ~~~ ^ 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' CC libavcodec/libtheoraenc.o #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.hCC libavcodec/libvorbis.o :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)) ~~~ ^ CC libavcodec/libvpxdec.o 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: warning: shifting a 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/lcldec.clibavcodec/indeo3data.h::142307::2449: :warning : warning: shifting a negative signed value is undefined [-Wshift-negative-value]assigning to 'Bytef *' (aka 'unsigned char *') from 'const __uint8_t *' (aka 'const unsigned char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 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' c->zstream.next_in = src; ^ ~~~ 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: warninglibavcodec/lcldec.c: :shifting a negative signed value is undefined [-Wshift-negative-value]171 :47: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual] static const int32_t delta_tab_2_1_m10[195] = { TAB_2_1 }; ^~~~~~~ unsigned char *encoded = (unsigned char *)buf; ^ 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 }; ^~~~~~~ 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'CC libavcodec/libvpxenc.o #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:307:49: warning: shifting a 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 }; ^~~~~~~ CC libavcodec/libx264.o 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' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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: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: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 }; ^~~~~~~ CC libavcodec/libxvid_rc.o 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: noteCC libavcodec/libxvidff.o : 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: 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),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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] 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' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ 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 }; ^~~~~~~CC libavcodec/ljpegenc.o 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' 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) ^~~~~~~~~~ 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' #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] 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: 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' #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ 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))CC libavcodec/loco.o ~~~ ^ 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 }; ^~~~~~~ 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: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' #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: 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] 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:28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ 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)) ~~~ ^ CC libavcodec/lpc.o 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/libvorbis.c :libavcodec/indeo3data.h71::31021::49 :warning : warningunused function 'error' [-Wunused-function]: 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.hstatic const char * error(int oggerr, int *averr): 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) 4 ^~~~~~~~~~ warning s generated. 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),\ ^~~~~~~~~~~~~ libavcodec/indeo3data.h:251:40: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ 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:251CC libavcodec/lsp.o :28: note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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: warning2: warningshifting a negative signed value is undefined [-Wshift-negative-value] s generated. 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:CC libavcodec/lzw.o 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' CC libavcodec/lzwenc.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: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:152libavcodec/libvpxenc.c::65241:: 15note: :expanded from macro 'TAB_2_4' warning: 'rc_lookahead' is deprecated [-Wdeprecated-declarations] 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' if(avctx->rc_lookahead >= 0)#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:libavcodec/avcodec.h65:: 3081note: expanded from macro 'TAB_2_4': 5: note: 'rc_lookahead' has been explicitly marked deprecated here E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\ ^~~~~~~~~~~~~ attribute_deprecated int rc_lookahead;libavcodec/indeo3data.h:251 :40 ^: note./libavutil/attributes.h: :expanded from macro 'E4'93 :49: note#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): expanded from macro 'attribute_deprecated' ^~~~~~~~ libavcodec/indeo3data.h:290:37# define attribute_deprecated __attribute__((deprecated)): ^note : expanded from macro 'PD' libavcodec/libvpxenc.c#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)): 242 ~~~ ^: 46: warning: libavcodec/indeo3data.h:310'rc_lookahead' is deprecated [-Wdeprecated-declarations]: 49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] enccfg.g_lag_in_frames= FFMIN(avctx->rc_lookahead, 25); //0-25, avoids init failure ^ static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 };libavcodec/avcodec.h : ^~~~~~~ 3081:5: libavcodec/indeo3data.hnote:: 152:'rc_lookahead' has been explicitly marked deprecated here65 : note: expanded from macro 'TAB_2_4' attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93 E4( -35, 75), E4( 55, 115), E4( 30, 115), E4( 90, 120), E4( -30, 105),\: 49 ^~~~~~~~~~~~~: notelibavcodec/indeo3data.h: :expanded from macro 'attribute_deprecated'251 :50: note: expanded from macro 'E4'# define attribute_deprecated __attribute__((deprecated)) ^ #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) libavcodec/libvpxenc.c ^~~~~~~~~~: 242libavcodec/indeo3data.h::46290:: 51warning:: 'rc_lookahead' is deprecated [-Wdeprecated-declarations]note : expanded from macro 'PD' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) enccfg.g_lag_in_frames= FFMIN(avctx->rc_lookahead, 25); //0-25, avoids init failure ~~~ ^ ^ libavcodec/avcodec.hlibavcodec/indeo3data.h::3081310::495:: warningnote: shifting a negative signed value is undefined [-Wshift-negative-value]: 'rc_lookahead' has been explicitly marked deprecated here static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; attribute_deprecated int rc_lookahead; ^~~~~~~ ^ ./libavutil/attributes.hlibavcodec/indeo3data.h::93153::549:: notenoteCC libavcodec/mace.o : : expanded from macro 'attribute_deprecated'expanded from macro 'TAB_2_4' # define attribute_deprecated __attribute__((deprecated)) 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' libavcodec/libvpxenc.c:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))260 : ~~~ ^21 : warning: libavcodec/indeo3data.h'crf' is deprecated [-Wdeprecated-declarations]: 310:49: else if (avctx->crf || ctx->crf > 0) warning ^: shifting a negative signed value is undefined [-Wshift-negative-value]libavcodec/avcodec.h :2698:5: notestatic const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 };: 'crf' has been explicitly marked deprecated here ^~~~~~~ attribute_deprecated float crf; libavcodec/indeo3data.h ^: 153./libavutil/attributes.h:5::93 :note49: :expanded from macro 'TAB_2_4' note: expanded from macro 'attribute_deprecated' E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) ^~~~~~~~~~~~~# define attribute_deprecated __attribute__((deprecated)) 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' libavcodec/libvpxenc.c: E2( -85, 85), E4( -70, 105), E2( 30, 30), E2( 60, 60), E2( 105, 105) 359 ^~~~~~~~~~~~~ :libavcodec/indeo3data.h65::251 :warning28:: note: 'crf' is deprecated [-Wdeprecated-declarations]expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) codecctl_int(avctx, VP8E_SET_CQ_LEVEL, (int)avctx->crf); ^~~~~~~~~~ ^libavcodec/indeo3data.h :libavcodec/avcodec.h290::269823:: note: 5expanded from macro 'PD': note: 'crf' has been explicitly marked deprecated here#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ attribute_deprecated float crf;libavcodec/indeo3data.h : ^310 :./libavutil/attributes.h49:: 93warning:: 49shifting a negative signed value is undefined [-Wshift-negative-value]: note: expanded from macro 'attribute_deprecated' static const int32_t delta_tab_2_4_m10[115] = { TAB_2_4 }; ^~~~~~~ # define attribute_deprecated __attribute__((deprecated)) ^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: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: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: notelibavcodec/libx264.c: :expanded from macro 'TAB_2_5'161 :9: E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ errorlibavcodec/indeo3data.h:251: :use of undeclared identifier 'x264_bit_depth'28 : note: expanded from macro 'E4' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ 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' if (x264_bit_depth > 8) ^ #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/libx264.c :318:libavcodec/indeo3data.h20:311:: 49warning:: warning'crf' is deprecated [-Wdeprecated-declarations]: shifting a negative signed value is undefined [-Wshift-negative-value] if (avctx->crf) { 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:libavcodec/avcodec.h251::269840:: 5note: note: : expanded from macro 'E4''crf' has been explicitly marked deprecated here attribute_deprecated float crf;#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^ ^~~~~~~~ ./libavutil/attributes.hlibavcodec/indeo3data.h::93290::4923:: note : noteexpanded from macro 'PD': expanded from macro 'attribute_deprecated'#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/indeo3data.h:# define attribute_deprecated __attribute__((deprecated))311 :49: ^ warninglibavcodec/libx264.c: :shifting a negative signed value is undefined [-Wshift-negative-value]320 :50static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };: ^~~~~~~warning : libavcodec/indeo3data.h'crf' is deprecated [-Wdeprecated-declarations]: 158:35 x4->params.rc.f_rf_constant = avctx->crf;: note : ^expanded from macro 'TAB_2_5' libavcodec/avcodec.h:2698: E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\5 : ^~~~~~~~~~~~~ notelibavcodec/indeo3data.h:: 251:'crf' has been explicitly marked deprecated here40 : attribute_deprecated float crf;note: expanded from macro 'E4' ^ ./libavutil/attributes.h:#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) 93 ^~~~~~~~: 49libavcodec/indeo3data.h: :note290: :expanded from macro 'attribute_deprecated'37: note: expanded from macro 'PD' # define attribute_deprecated __attribute__((deprecated)) ^ #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) libavcodec/libx264.c ~~~ ^: 321:54: warninglibavcodec/indeo3data.h: :'crf_max' is deprecated [-Wdeprecated-declarations]311 :49: warning: shifting a negative signed value is undefined [-Wshift-negative-value] x4->params.rc.f_rf_constant_max = avctx->crf_max; ^ libavcodec/avcodec.h:static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };3090 :5 ^~~~~~~: note: 'crf_max' has been explicitly marked deprecated here libavcodec/indeo3data.h:158: attribute_deprecated float crf_max;35 : ^ note: ./libavutil/attributes.hexpanded from macro 'TAB_2_5': 93:49: E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ note ^~~~~~~~~~~~~ : expanded from macro 'attribute_deprecated'libavcodec/indeo3data.h :251:50: note# define attribute_deprecated __attribute__((deprecated)): expanded from macro 'E4' ^ libavcodec/libx264.c#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): 322 ^~~~~~~~~~: 27libavcodec/indeo3data.h:: 290warning:: 51'cqp' is deprecated [-Wdeprecated-declarations]: note: expanded from macro 'PD' } else if (avctx->cqp > -1) { ^ libavcodec/avcodec.h:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))2706 : ~~~ ^5 : note: 'cqp' has been explicitly marked deprecated herelibavcodec/indeo3data.h :311: attribute_deprecated int cqp;49 : ^ warning./libavutil/attributes.h: :shifting a negative signed value is undefined [-Wshift-negative-value]93 :49: note: expanded from macro 'attribute_deprecated' static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/indeo3data.h:158:50: libavcodec/libx264.cnote:: 324expanded from macro 'TAB_2_5': 50: warning: 'cqp' is deprecated [-Wdeprecated-declarations] E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ x4->params.rc.i_qp_constant = avctx->cqp;libavcodec/indeo3data.h : ^251 :28libavcodec/avcodec.h:: 2706note:: 5expanded from macro 'E4': note: 'cqp' has been explicitly marked deprecated here #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ attribute_deprecated int cqp; libavcodec/indeo3data.h ^: 290./libavutil/attributes.h::2393:: note49: :expanded from macro 'PD' note: expanded from macro 'attribute_deprecated' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ # define attribute_deprecated __attribute__((deprecated)) 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' libavcodec/libx264.c E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\: 364 ^~~~~~~~~~~~~: 16:libavcodec/indeo3data.h :251warning:: 28:'aq_mode' is deprecated [-Wdeprecated-declarations] note: expanded from macro 'E4' if (avctx->aq_mode >= 0) ^ libavcodec/avcodec.h:3049#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): 5 ^~~~~~~~~~: libavcodec/indeo3data.hnote:: 290'aq_mode' has been explicitly marked deprecated here: 51: attribute_deprecated int aq_mode;note : ^expanded from macro 'PD' ./libavutil/attributes.h:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))93 : ~~~ ^49 : note: expanded from macro 'attribute_deprecated'libavcodec/indeo3data.h :311:49: # define attribute_deprecated __attribute__((deprecated))warning : ^shifting a negative signed value is undefined [-Wshift-negative-value] libavcodec/libx264.c:365static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };: ^~~~~~~42 : warning: libavcodec/indeo3data.h'aq_mode' is deprecated [-Wdeprecated-declarations]: 158:50: x4->params.rc.i_aq_mode = avctx->aq_mode;note : ^expanded from macro 'TAB_2_5' libavcodec/avcodec.h:3049:5: E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\note : ^~~~~~~~~~~~~ 'aq_mode' has been explicitly marked deprecated here libavcodec/indeo3data.h:251 attribute_deprecated int aq_mode;:50: ^ note./libavutil/attributes.h: :expanded from macro 'E4'93 :49: note: #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a)expanded from macro 'attribute_deprecated' ^~~~~~~~~~ libavcodec/indeo3data.h:290# define attribute_deprecated __attribute__((deprecated)): 23 ^: note: libavcodec/libx264.cexpanded from macro 'PD' :366:16: #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))warning : ~~~ ^ 'aq_strength' is deprecated [-Wdeprecated-declarations] libavcodec/indeo3data.h: if (avctx->aq_strength >= 0)311 : ^49 : libavcodec/avcodec.hwarning: :shifting a negative signed value is undefined [-Wshift-negative-value]3057:5 : note: 'aq_strength' has been explicitly marked deprecated here static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ attribute_deprecated float aq_strength; ^ ./libavutil/attributes.h:libavcodec/indeo3data.h93::49158:: 50:note : noteexpanded from macro 'attribute_deprecated': expanded from macro 'TAB_2_5' # define attribute_deprecated __attribute__((deprecated)) E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^ ^~~~~~~~~~~~~ libavcodec/indeo3data.hlibavcodec/libx264.c::251367::5046:: notewarning: : expanded from macro 'E4''aq_strength' is deprecated [-Wdeprecated-declarations] #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) x4->params.rc.f_aq_strength = avctx->aq_strength; ^~~~~~~~~~ ^ libavcodec/indeo3data.hlibavcodec/avcodec.h::290:305737::5 :note : noteexpanded from macro 'PD': 'aq_strength' has been explicitly marked deprecated here #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) attribute_deprecated float aq_strength; ~~~ ^ ^ libavcodec/indeo3data.h./libavutil/attributes.h:311::9349:: 49warning:: shifting a negative signed value is undefined [-Wshift-negative-value]note : expanded from macro 'attribute_deprecated' static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~# define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/indeo3data.hlibavcodec/libx264.c::158368::1650:: warningnote: : 'psy_rd' is deprecated [-Wdeprecated-declarations]expanded from macro 'TAB_2_5' if (avctx->psy_rd >= 0) ^ libavcodec/avcodec.h: E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\3065 : ^~~~~~~~~~~~~5 :libavcodec/indeo3data.h :note251: :50'psy_rd' has been explicitly marked deprecated here: note: expanded from macro 'E4' attribute_deprecated float psy_rd; ^ ./libavutil/attributes.h:#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~93 :libavcodec/indeo3data.h49::290:51 :note: expanded from macro 'attribute_deprecated'note : expanded from macro 'PD' # define attribute_deprecated __attribute__((deprecated)) ^ #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ libavcodec/libx264.c:369:56libavcodec/indeo3data.h: :warning311: :'psy_rd' is deprecated [-Wdeprecated-declarations]49 : warning: shifting a negative signed value is undefined [-Wshift-negative-value] x4->params.analyse.f_psy_rd = avctx->psy_rd; ^ libavcodec/avcodec.h:3065static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; : ^~~~~~~5 : note: 'psy_rd' has been explicitly marked deprecated here libavcodec/indeo3data.h:158: attribute_deprecated float psy_rd;65 : ^ note./libavutil/attributes.h: :expanded from macro 'TAB_2_5'93 :49: note: expanded from macro 'attribute_deprecated' E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ ^~~~~~~~~~~~~ # define attribute_deprecated __attribute__((deprecated))libavcodec/indeo3data.h : ^250 :28: libavcodec/libx264.cnote:: 370expanded from macro 'E2': 16: warning#define E2(a, b) PD(a, b), PD(-a, -b): 'psy_trellis' is deprecated [-Wdeprecated-declarations] ^~~~~~~~~~ libavcodec/indeo3data.h:290:23 if (avctx->psy_trellis >= 0): note: ^expanded from macro 'PD' libavcodec/avcodec.h:3073:5:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) note ~~~ ^: 'psy_trellis' has been explicitly marked deprecated here libavcodec/indeo3data.h:311: attribute_deprecated float psy_trellis;49 : ^ warning./libavutil/attributes.h: shifting a negative signed value is undefined [-Wshift-negative-value]: 93:49: note: static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };expanded from macro 'attribute_deprecated' ^~~~~~~ # define attribute_deprecated __attribute__((deprecated)) ^libavcodec/indeo3data.h :158:65: libavcodec/libx264.cnote:: 371expanded from macro 'TAB_2_5': 56: warning: 'psy_trellis' is deprecated [-Wdeprecated-declarations] E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\ x4->params.analyse.f_psy_trellis = avctx->psy_trellis; ^~~~~~~~~~~~~ libavcodec/indeo3data.h ^ :libavcodec/avcodec.h250::307328:5:: notenote: : expanded from macro 'E2''psy_trellis' has been explicitly marked deprecated here #define E2(a, b) PD(a, b), PD(-a, -b) attribute_deprecated float psy_trellis; ^~~~~~~~~~ ^libavcodec/indeo3data.h :./libavutil/attributes.h:290:9337:49:: notenote: : expanded from macro 'PD'expanded from macro 'attribute_deprecated' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))# define attribute_deprecated __attribute__((deprecated)) ~~~ ^ ^ libavcodec/indeo3data.h:311libavcodec/libx264.c::49372:: 16warning:: shifting a negative signed value is undefined [-Wshift-negative-value]warning : 'rc_lookahead' is deprecated [-Wdeprecated-declarations] if (avctx->rc_lookahead >= 0)static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^ ^~~~~~~ libavcodec/avcodec.h:3081:5libavcodec/indeo3data.h:: note158: :65'rc_lookahead' has been explicitly marked deprecated here: note: expanded from macro 'TAB_2_5' attribute_deprecated int rc_lookahead; ^ ./libavutil/attributes.h:93:49 E4( -18, 24), E4( 30, 48), E4( -6, 36), E4( 12, 48), E2( 48, 48),\: ^~~~~~~~~~~~~note : expanded from macro 'attribute_deprecated'libavcodec/indeo3data.h :250:28: # define attribute_deprecated __attribute__((deprecated))note : ^expanded from macro 'E2' libavcodec/libx264.c#define E2(a, b) PD(a, b), PD(-a, -b): 373 ^~~~~~~~~~: 56libavcodec/indeo3data.h::290 :warning51: :'rc_lookahead' is deprecated [-Wdeprecated-declarations] note: expanded from macro 'PD' x4->params.rc.i_lookahead = avctx->rc_lookahead; ^ #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))libavcodec/avcodec.h : ~~~ ^3081 :5: notelibavcodec/indeo3data.h:: 311'rc_lookahead' has been explicitly marked deprecated here: 49: attribute_deprecated int rc_lookahead;warning : ^shifting a negative signed value is undefined [-Wshift-negative-value] ./libavutil/attributes.h:93:49:static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; note: ^~~~~~~expanded from macro 'attribute_deprecated' libavcodec/indeo3data.h# define attribute_deprecated __attribute__((deprecated)): 159 ^: 5: libavcodec/libx264.cnote:: 374expanded from macro 'TAB_2_5': 16: warning: 'weighted_p_pred' is deprecated [-Wdeprecated-declarations] E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ if (avctx->weighted_p_pred >= 0) libavcodec/indeo3data.h: ^251 :libavcodec/avcodec.h28:: 3039note: :expanded from macro 'E4'5 : note: 'weighted_p_pred' has been explicitly marked deprecated here #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ attribute_deprecated int weighted_p_pred;libavcodec/indeo3data.h :290: ^23: ./libavutil/attributes.hnote: :93expanded from macro 'PD' :49: note: #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))expanded from macro 'attribute_deprecated' ~~~ ^ libavcodec/indeo3data.h:311# define attribute_deprecated __attribute__((deprecated)):49 : ^ warning: shifting a negative signed value is undefined [-Wshift-negative-value] libavcodec/libx264.c:375:56:static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ warning: 'weighted_p_pred' is deprecated [-Wdeprecated-declarations] libavcodec/indeo3data.h:159:5 x4->params.analyse.i_weighted_pred = avctx->weighted_p_pred;: ^ note: expanded from macro 'TAB_2_5'libavcodec/avcodec.h :3039:5: note: E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ 'weighted_p_pred' has been explicitly marked deprecated here ^~~~~~~~~~~~~ libavcodec/indeo3data.h: attribute_deprecated int weighted_p_pred;251: 28 ^: note./libavutil/attributes.h: :expanded from macro 'E4' 93:49: note#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): ^~~~~~~~~~expanded from macro 'attribute_deprecated' libavcodec/indeo3data.h:290# define attribute_deprecated __attribute__((deprecated)): 37: ^ note: expanded from macro 'PD' libavcodec/libx264.c:376:16:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) warning: ~~~ ^'bframebias' is deprecated [-Wdeprecated-declarations] if (avctx->bframebias) ^libavcodec/indeo3data.h :libavcodec/avcodec.h311::273649::5 :warning: shifting a negative signed value is undefined [-Wshift-negative-value]note : 'bframebias' has been explicitly marked deprecated here static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; attribute_deprecated int bframebias; ^~~~~~~ ^ ./libavutil/attributes.h:93libavcodec/indeo3data.h::49159:: 5note:: note: expanded from macro 'TAB_2_5'expanded from macro 'attribute_deprecated' # define attribute_deprecated __attribute__((deprecated)) E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^ ^~~~~~~~~~~~~ libavcodec/indeo3data.hlibavcodec/libx264.c::251377::5056:: note : warningexpanded from macro 'E4': 'bframebias' is deprecated [-Wdeprecated-declarations] #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ x4->params.i_bframe_bias = avctx->bframebias;libavcodec/indeo3data.h : ^290 :libavcodec/avcodec.h51::2736: 5note:: expanded from macro 'PD'note : 'bframebias' has been explicitly marked deprecated here #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) attribute_deprecated int bframebias; ~~~ ^ ^ ./libavutil/attributes.h:93:libavcodec/indeo3data.h49::311 :note: 49:expanded from macro 'attribute_deprecated' warning: shifting a negative signed value is undefined [-Wshift-negative-value] # define attribute_deprecated __attribute__((deprecated)) ^ static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~libavcodec/libx264.c :378:16libavcodec/indeo3data.h:: 159warning: :20'deblockalpha' is deprecated [-Wdeprecated-declarations]: note: expanded from macro 'TAB_2_5' if (avctx->deblockalpha) ^ libavcodec/avcodec.h:2760:5 E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\: note ^~~~~~~~~~~~~ : libavcodec/indeo3data.h'deblockalpha' has been explicitly marked deprecated here: 250:18: attribute_deprecated int deblockalpha; ^note : ./libavutil/attributes.hexpanded from macro 'E2':93 :49: #define E2(a, b) PD(a, b), PD(-a, -b)note : ^~~~~~~~expanded from macro 'attribute_deprecated' libavcodec/indeo3data.h:290:51:# define attribute_deprecated __attribute__((deprecated)) note ^: expanded from macro 'PD' libavcodec/libx264.c:379:57:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) warning ~~~ ^ : 'deblockalpha' is deprecated [-Wdeprecated-declarations] libavcodec/indeo3data.h:311:49: x4->params.i_deblocking_filter_alphac0 = avctx->deblockalpha; warning ^: shifting a negative signed value is undefined [-Wshift-negative-value]libavcodec/avcodec.h :2760:5: note: static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };'deblockalpha' has been explicitly marked deprecated here ^~~~~~~ attribute_deprecated int deblockalpha; ^ libavcodec/indeo3data.h:./libavutil/attributes.h:15993::2049: :note : noteexpanded from macro 'TAB_2_5': expanded from macro 'attribute_deprecated' E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ # define attribute_deprecated __attribute__((deprecated)) ^~~~~~~~~~~~~ ^ libavcodec/indeo3data.h:250:libavcodec/libx264.c28::380: 16note:: expanded from macro 'E2'warning : 'deblockbeta' is deprecated [-Wdeprecated-declarations] #define E2(a, b) PD(a, b), PD(-a, -b) if (avctx->deblockbeta) ^~~~~~~~~~ libavcodec/indeo3data.h ^:290 :libavcodec/avcodec.h23:: 2768note:: 5expanded from macro 'PD' : note: 'deblockbeta' has been explicitly marked deprecated here #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ attribute_deprecated int deblockbeta; libavcodec/indeo3data.h ^: 311./libavutil/attributes.h::9349::49 :warning: shifting a negative signed value is undefined [-Wshift-negative-value]note : expanded from macro 'attribute_deprecated' static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; # define attribute_deprecated __attribute__((deprecated)) ^~~~~~~ ^ libavcodec/indeo3data.h:159:libavcodec/libx264.c20: :note381: :expanded from macro 'TAB_2_5'57 : warning: 'deblockbeta' is deprecated [-Wdeprecated-declarations] E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ x4->params.i_deblocking_filter_beta = avctx->deblockbeta; libavcodec/indeo3data.h ^: 250libavcodec/avcodec.h::276828:: 5note:: expanded from macro 'E2'note: 'deblockbeta' has been explicitly marked deprecated here #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ attribute_deprecated int deblockbeta; libavcodec/indeo3data.h ^: 290./libavutil/attributes.h:37::93: 49note: expanded from macro 'PD': note: expanded from macro 'attribute_deprecated' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ~~~ ^ # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/indeo3data.h:311libavcodec/libx264.c:49::382: 16warning: :shifting a negative signed value is undefined [-Wshift-negative-value] warning: 'complexityblur' is deprecated [-Wdeprecated-declarations] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; if (avctx->complexityblur >= 0) ^~~~~~~ ^ libavcodec/avcodec.h:libavcodec/indeo3data.h2752::1595:35:: notenote: expanded from macro 'TAB_2_5': 'complexityblur' has been explicitly marked deprecated here attribute_deprecated float complexityblur; E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^ ^~~~~~~~~~~~~./libavutil/attributes.h :libavcodec/indeo3data.h93:251::18:49 :note : noteexpanded from macro 'E4': expanded from macro 'attribute_deprecated' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) # define attribute_deprecated __attribute__((deprecated)) ^~~~~~~~ ^ libavcodec/indeo3data.h:290libavcodec/libx264.c::51383::57 :note : warning: expanded from macro 'PD''complexityblur' is deprecated [-Wdeprecated-declarations] #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) x4->params.rc.f_complexity_blur = avctx->complexityblur; ~~~ ^ ^ libavcodec/indeo3data.hlibavcodec/avcodec.h::3112752::495:: warningnote: : shifting a negative signed value is undefined [-Wshift-negative-value] 'complexityblur' has been explicitly marked deprecated here attribute_deprecated float complexityblur;static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^ ^~~~~~~ ./libavutil/attributes.h:93:49:libavcodec/indeo3data.h: 159note:: expanded from macro 'attribute_deprecated'35 : note: expanded from macro 'TAB_2_5' # define attribute_deprecated __attribute__((deprecated)) ^ libavcodec/libx264.c E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\: 384 ^~~~~~~~~~~~~: 16: libavcodec/indeo3data.hwarning:: 251'directpred' is deprecated [-Wdeprecated-declarations]:28 : note if (avctx->directpred >= 0): expanded from macro 'E4' ^ libavcodec/avcodec.h:2787:5#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a): ^~~~~~~~~~ notelibavcodec/indeo3data.h: :'directpred' has been explicitly marked deprecated here290 :23: note: attribute_deprecated int directpred;expanded from macro 'PD' ^ ./libavutil/attributes.h:93:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) 49 ~~~ ^: note: libavcodec/indeo3data.hexpanded from macro 'attribute_deprecated': 311:49: warning# define attribute_deprecated __attribute__((deprecated)): shifting a negative signed value is undefined [-Wshift-negative-value] ^ libavcodec/libx264.cstatic const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };: 385 ^~~~~~~: 57: warning: 'directpred' is deprecated [-Wdeprecated-declarations]libavcodec/indeo3data.h :159:35: x4->params.analyse.i_direct_mv_pred = avctx->directpred;note : ^expanded from macro 'TAB_2_5' libavcodec/avcodec.h:2787:5: note: E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\'directpred' has been explicitly marked deprecated here ^~~~~~~~~~~~~ libavcodec/indeo3data.h attribute_deprecated int directpred;:251 : ^28 :./libavutil/attributes.h :note93: :expanded from macro 'E4'49 : note: expanded from macro 'attribute_deprecated' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/indeo3data.h# define attribute_deprecated __attribute__((deprecated)): 290 ^: 37: note: libavcodec/libx264.cexpanded from macro 'PD': 386:16: warning#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)): 'partitions' is deprecated [-Wdeprecated-declarations] ~~~ ^ if (avctx->partitions) { ^libavcodec/indeo3data.h :libavcodec/avcodec.h311::492775:: 5warning:: shifting a negative signed value is undefined [-Wshift-negative-value]note: 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions;static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^ ^~~~~~~ ./libavutil/attributes.h:93:libavcodec/indeo3data.h49:159::35 :note : noteexpanded from macro 'attribute_deprecated': expanded from macro 'TAB_2_5' # define attribute_deprecated __attribute__((deprecated)) ^ E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ libavcodec/libx264.clibavcodec/indeo3data.h::251:38740::20: note : warningexpanded from macro 'E4': 'partitions' is deprecated [-Wdeprecated-declarations] #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) if (avctx->partitions & X264_PART_I4X4) ^~~~~~~~ ^ libavcodec/indeo3data.hlibavcodec/avcodec.h::2902775::235:: note : noteexpanded from macro 'PD': 'partitions' has been explicitly marked deprecated here attribute_deprecated int partitions;#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) ^ ~~~ ^ ./libavutil/attributes.hlibavcodec/indeo3data.h::93311::4949:: notewarning: : expanded from macro 'attribute_deprecated'shifting a negative signed value is undefined [-Wshift-negative-value] # define attribute_deprecated __attribute__((deprecated)) static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^ ^~~~~~~ libavcodec/indeo3data.h:159:libavcodec/libx264.c35:: note: 389expanded from macro 'TAB_2_5': 20: warning: 'partitions' is deprecated [-Wdeprecated-declarations] E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ if (avctx->partitions & X264_PART_I8X8)libavcodec/indeo3data.h:251 : ^40 :libavcodec/avcodec.h :note2775: :5:expanded from macro 'E4' note: 'partitions' has been explicitly marked deprecated here #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) attribute_deprecated int partitions; ^~~~~~~~ ^libavcodec/indeo3data.h :./libavutil/attributes.h290::9337:49: :note: expanded from macro 'PD'note: expanded from macro 'attribute_deprecated' #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) # define attribute_deprecated __attribute__((deprecated)) ~~~ ^ ^ libavcodec/indeo3data.h:311:49:libavcodec/libx264.c :warning391:: shifting a negative signed value is undefined [-Wshift-negative-value]20 : warning: 'partitions' is deprecated [-Wdeprecated-declarations] static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 }; ^~~~~~~ if (avctx->partitions & X264_PART_P8X8) ^ libavcodec/avcodec.h:2775libavcodec/indeo3data.h::5159:: 35:note : note'partitions' has been explicitly marked deprecated here: expanded from macro 'TAB_2_5' attribute_deprecated int partitions; ^ ./libavutil/attributes.h: E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ 93 ^~~~~~~~~~~~~:49 : libavcodec/indeo3data.hnote:: 251expanded from macro 'attribute_deprecated':50 : note: expanded from macro 'E4' # define attribute_deprecated __attribute__((deprecated)) ^ #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~~~ libavcodec/libx264.clibavcodec/indeo3data.h::393290::2051: :note : warningexpanded from macro 'PD': 'partitions' is deprecated [-Wdeprecated-declarations] #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a)) if (avctx->partitions & X264_PART_P4X4) ~~~ ^ ^ libavcodec/avcodec.h:2775:libavcodec/indeo3data.h5:311:: 49note: : warning'partitions' has been explicitly marked deprecated here: shifting a negative signed value is undefined [-Wshift-negative-value] attribute_deprecated int partitions; ^ ./libavutil/attributes.h:static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };93 :49 ^~~~~~~: note: expanded from macro 'attribute_deprecated' libavcodec/indeo3data.h:159:50:# define attribute_deprecated __attribute__((deprecated)) note : ^expanded from macro 'TAB_2_5' libavcodec/libx264.c:395 E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\: 20 ^~~~~~~~~~~~~: warninglibavcodec/indeo3data.h: :251'partitions' is deprecated [-Wdeprecated-declarations]: 28: note: if (avctx->partitions & X264_PART_B8X8)expanded from macro 'E4' ^ libavcodec/avcodec.h:#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a)2775 :5 ^~~~~~~~~~: libavcodec/indeo3data.hnote: :'partitions' has been explicitly marked deprecated here290:23: note: expanded from macro 'PD' attribute_deprecated int partitions; ^ ./libavutil/attributes.h:#define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))93 : ~~~ ^49 : libavcodec/indeo3data.hnote:: 311expanded from macro 'attribute_deprecated': 49: warning: shifting a negative signed value is undefined [-Wshift-negative-value]# define attribute_deprecated __attribute__((deprecated)) ^ 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: note1: warningexpanded from macro 'PD' generated. #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] libavcodec/libx264.c:541:static const int32_t delta_tab_2_5_m10[101] = { TAB_2_5 };12 : ^~~~~~~ warning: 'crf' is deprecated [-Wdeprecated-declarations] libavcodec/indeo3data.h:159 avctx->crf = x4->params.rc.f_rf_constant;: 50 ^: notelibavcodec/avcodec.h: expanded from macro 'TAB_2_5': 2698:5: note: 'crf' has been explicitly marked deprecated here E4( 0, 54), E2( -36, 36), E4( -24, 48), E4( 30, 78), E4( 54, 84),\ ^~~~~~~~~~~~~ attribute_deprecated float crf; libavcodec/indeo3data.h ^ :251./libavutil/attributes.h::9350::49: notenote: : expanded from macro 'E4'expanded from macro 'attribute_deprecated' #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a)# define attribute_deprecated __attribute__((deprecated)) ^~~~~~~~~~ ^ 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/libx264.c : ^~~~~~~595 :9libavcodec/indeo3data.h:: 159error:: 65use of undeclared identifier 'x264_bit_depth': note: if (x264_bit_depth == 8) 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/libx264.c : ^~~~~~~597 :14: errorlibavcodec/indeo3data.h:: 160use of undeclared identifier 'x264_bit_depth': 5: else if (x264_bit_depth == 9)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: libavcodec/libx264.cexpanded from macro 'PD': 599:14: error: #define PD(a,b) (((b) << 24) + ((b) << 16) + ((a) << 8) + (a))use of undeclared identifier 'x264_bit_depth' ~~~ ^ else if (x264_bit_depth == 10) ^ 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:25034: warning28:s and note4: errorexpanded from macro 'E2's generated. #define E2(a, b) PD(a, b), PD(-a, -b) ^~~~~~~~~~ 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' common.mak:45: recipe for target 'libavcodec/libx264.o' failed gmake: *** [libavcodec/libx264.o] Error 1 #define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a) ^~~~~~~~ libavcodec/indeo3data.h:290:23gmake: *** Waiting for unfinished jobs.... : 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: CC libavcodec/mdct_fixed.o 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: 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: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' 5 warning#define E4(a, b) PD(a, b), PD(-a, -b), PD(b, a), PD(-b, -a)s generated. ^~~~~~~~~~ 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 }; ^~~~~~~ 1libavcodec/indeo3data.h:190:20: note warning: generated. 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