bswap_16         1129 libavcodec/ac3enc.c     crc1 = bswap_16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0,
bswap_16         1136 libavcodec/ac3enc.c     crc2 = bswap_16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0,
bswap_16         1190 libavcodec/dca.c             *sdst++ = bswap_16(*ssrc++);
bswap_16         1248 libavcodec/flacenc.c     crc = bswap_16(av_crc(av_crc_get_table(AV_CRC_16_ANSI), 0,
bswap_16          659 libavcodec/imc.c         buf16[i] = bswap_16(((const uint16_t*)buf)[i]);
bswap_16         1800 libavcodec/imgconvert.c             *d++ = bswap_16(*s++);
bswap_16          183 libavcodec/shorten.c     return bswap_16(get_bits_long(gb, 16));
bswap_16          622 libavcodec/smacker.c             pred[i] = bswap_16(get_bits(&gb, 16));
bswap_16          164 libavformat/mtv.c             *((uint16_t *)pkt->data+i) = bswap_16(*((uint16_t *)pkt->data+i));
bswap_16           27 libavutil/arm/bswap.h #define bswap_16 bswap_16
bswap_16           43 libavutil/bswap.h #ifndef bswap_16
bswap_16           87 libavutil/bswap.h #define le2me_16(x) bswap_16(x)
bswap_16           91 libavutil/bswap.h #define be2me_16(x) bswap_16(x)
bswap_16           74 libavutil/intreadwrite.h #  define AV_RL16(x)    bswap_16(AV_RN16(x))
bswap_16           75 libavutil/intreadwrite.h #  define AV_WL16(p, d) AV_WN16(p, bswap_16(d))
bswap_16           89 libavutil/intreadwrite.h #  define AV_RB16(x)    bswap_16(AV_RN16(x))
bswap_16           90 libavutil/intreadwrite.h #  define AV_WB16(p, d) AV_WN16(p, bswap_16(d))
bswap_16           31 libavutil/sh4/bswap.h #define bswap_16 bswap_16
bswap_16           31 libavutil/x86/bswap.h #define bswap_16 bswap_16
bswap_16          240 libswscale/rgb2rgb.c         ((uint16_t *)dst)[i] = bswap_16(((const uint16_t *)palette)[src[i]]);
bswap_16          256 libswscale/rgb2rgb.c         ((uint16_t *)dst)[i] = bswap_16(((const uint16_t *)palette)[src[i]]);
bswap_16         2018 libswscale/swscale.c         for (j=0; j<length; j++) dstPtr[j] = bswap_16(srcPtr[j]);