TIFF_SHORT         57 libavcodec/exif.c     case TIFF_SHORT    : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 0, metadata);
TIFF_SHORT        270 libavcodec/tiff.c     case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, &s->gb, s->le, 0, &frame->metadata);
TIFF_SHORT       1260 libavcodec/tiff.c         case TIFF_SHORT:
TIFF_SHORT       1305 libavcodec/tiff.c             case TIFF_SHORT:
TIFF_SHORT       1718 libavcodec/tiff.c         s->cur_page = ff_tget(&s->gb, TIFF_SHORT, s->le);
TIFF_SHORT         66 libavcodec/tiff_common.c     case TIFF_SHORT: return ff_tget_short(gb, le);
TIFF_SHORT        156 libavcodec/tiffenc.c                      type == TIFF_SHORT ? (void *)&w : (void *)&dw);
TIFF_SHORT        459 libavcodec/tiffenc.c         ADD_ENTRY(s, TIFF_BPP, TIFF_SHORT, s->bpp_tab_size, bpp_tab);
TIFF_SHORT        461 libavcodec/tiffenc.c     ADD_ENTRY1(s, TIFF_COMPR,       TIFF_SHORT, s->compr);
TIFF_SHORT        462 libavcodec/tiffenc.c     ADD_ENTRY1(s, TIFF_PHOTOMETRIC, TIFF_SHORT, s->photometric_interpretation);
TIFF_SHORT        466 libavcodec/tiffenc.c         ADD_ENTRY1(s, TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT, s->bpp_tab_size);
TIFF_SHORT        479 libavcodec/tiffenc.c     ADD_ENTRY1(s, TIFF_RES_UNIT,     TIFF_SHORT,    2);
TIFF_SHORT        493 libavcodec/tiffenc.c         ADD_ENTRY(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal);
TIFF_SHORT        496 libavcodec/tiffenc.c         ADD_ENTRY1(s,TIFF_EXTRASAMPLES,      TIFF_SHORT,            2);
TIFF_SHORT        500 libavcodec/tiffenc.c         ADD_ENTRY(s, TIFF_YCBCR_SUBSAMPLING, TIFF_SHORT,    2, s->subsampling);
TIFF_SHORT        502 libavcodec/tiffenc.c             ADD_ENTRY1(s, TIFF_YCBCR_POSITIONING, TIFF_SHORT, 2);