TIFF_SHORT         71 libavcodec/tiff.c     case TIFF_SHORT: return tget_short(p, le);
TIFF_SHORT        194 libavcodec/tiff.c         case TIFF_SHORT:
TIFF_SHORT        237 libavcodec/tiff.c             case TIFF_SHORT:
TIFF_SHORT        136 libavcodec/tiffenc.c     add_entry(s, tag, type, 1, type == TIFF_SHORT ? (void *)&w : (void *)&dw);
TIFF_SHORT        391 libavcodec/tiffenc.c     add_entry(s, TIFF_BPP,               TIFF_SHORT,    s->bpp_tab_size, bpp_tab);
TIFF_SHORT        393 libavcodec/tiffenc.c     add_entry1(s,TIFF_COMPR,             TIFF_SHORT,            s->compr);
TIFF_SHORT        394 libavcodec/tiffenc.c     add_entry1(s,TIFF_INVERT,            TIFF_SHORT,            s->photometric_interpretation);
TIFF_SHORT        398 libavcodec/tiffenc.c     add_entry1(s,TIFF_SAMPLES_PER_PIXEL, TIFF_SHORT,            s->bpp_tab_size);
TIFF_SHORT        404 libavcodec/tiffenc.c     add_entry1(s,TIFF_RES_UNIT,          TIFF_SHORT,            2);
TIFF_SHORT        418 libavcodec/tiffenc.c         add_entry(s, TIFF_PAL, TIFF_SHORT, 256 * 3, pal);
TIFF_SHORT        423 libavcodec/tiffenc.c         add_entry(s, TIFF_YCBCR_SUBSAMPLING, TIFF_SHORT,    2, s->subsampling);