AV_RB16          1423 libavcodec/ac3dec.c     if (buf_size >= 2 && AV_RB16(buf) == 0x770B) {
AV_RB16            46 libavcodec/adx.c     if (AV_RB16(buf) != 0x8000)
AV_RB16            48 libavcodec/adx.c     offset = AV_RB16(buf + 2) + 4;
AV_RB16            76 libavcodec/adx.c         cutoff = AV_RB16(buf + 16);
AV_RB16            70 libavcodec/adxdec.c     int scale = AV_RB16(in);
AV_RB16           112 libavcodec/adxdec.c     if (!c->header_parsed && buf_size >= 2 && AV_RB16(buf) == 0x8000) {
AV_RB16           135 libavcodec/adxdec.c         if (buf_size >= 4 && (AV_RB16(buf) & 0x8000)) {
AV_RB16           172 libavcodec/aic.c     width      = AV_RB16(src + 6);
AV_RB16           173 libavcodec/aic.c     height     = AV_RB16(src + 8);
AV_RB16            74 libavcodec/bitstream.c             put_bits(pb, 16, AV_RB16(src + 2 * i));
AV_RB16            83 libavcodec/bitstream.c     put_bits(pb, bits, AV_RB16(src + 2 * words) >> (16 - bits));
AV_RB16            92 libavcodec/bytestream.h DEF(unsigned int, be16, 2, AV_RB16, AV_WB16)
AV_RB16            70 libavcodec/cdxl.c         unsigned rgb = AV_RB16(&c->palette[i * 2]);
AV_RB16           231 libavcodec/cdxl.c     w               = AV_RB16(&buf[14]);
AV_RB16           232 libavcodec/cdxl.c     h               = AV_RB16(&buf[16]);
AV_RB16           234 libavcodec/cdxl.c     c->palette_size = AV_RB16(&buf[20]);
AV_RB16           329 libavcodec/cinepak.c     num_strips  = AV_RB16 (&s->data[8]);
AV_RB16           371 libavcodec/cinepak.c         if (!(s->strips[i].y1 = AV_RB16 (&s->data[4])))
AV_RB16           372 libavcodec/cinepak.c             s->strips[i].y2 = (s->strips[i].y1 = y0) + AV_RB16 (&s->data[8]);
AV_RB16           374 libavcodec/cinepak.c             s->strips[i].y2 = AV_RB16 (&s->data[8]);
AV_RB16           375 libavcodec/cinepak.c         s->strips[i].x1 = AV_RB16 (&s->data[6]);
AV_RB16           376 libavcodec/cinepak.c         s->strips[i].x2 = AV_RB16 (&s->data[10]);
AV_RB16            45 libavcodec/cook_parser.c         s->duration = AV_RB16(avctx->extradata + 4) / avctx->channels;
AV_RB16            64 libavcodec/dca.c             tmp = ((mrk == DCA_SYNCWORD_CORE_14B_BE) ? AV_RB16(src) : AV_RL16(src)) & 0x3FFF;
AV_RB16           142 libavcodec/dnxhddec.c     ctx->height = AV_RB16(buf + 0x18);
AV_RB16           143 libavcodec/dnxhddec.c     ctx->width  = AV_RB16(buf + 0x1a);
AV_RB16            33 libavcodec/dpx.c         temp = AV_RB16(*ptr);
AV_RB16           100 libavcodec/dpxenc.c                 value = ((AV_RB16(src + 6*x + 4) & 0xFFC0U) >> 4)
AV_RB16           101 libavcodec/dpxenc.c                       | ((AV_RB16(src + 6*x + 2) & 0xFFC0U) << 6)
AV_RB16           102 libavcodec/dpxenc.c                       | ((AV_RB16(src + 6*x + 0) & 0xFFC0U) << 16);
AV_RB16           125 libavcodec/dpxenc.c                 value = (AV_RB16(src[0] + 2*x) << 12)
AV_RB16           126 libavcodec/dpxenc.c                       | (AV_RB16(src[1] + 2*x) << 2)
AV_RB16           127 libavcodec/dpxenc.c                       | ((unsigned)AV_RB16(src[2] + 2*x) << 22);
AV_RB16           154 libavcodec/dpxenc.c                 value[1] = AV_RB16(src[0] + x) << 4;
AV_RB16           155 libavcodec/dpxenc.c                 value[2] = AV_RB16(src[1] + x) << 4;
AV_RB16           156 libavcodec/dpxenc.c                 value[0] = AV_RB16(src[2] + x) << 4;
AV_RB16           127 libavcodec/dvbsub_parser.c                 len = AV_RB16(p + 4);
AV_RB16           378 libavcodec/dvbsubdec.c         ctx->composition_id = AV_RB16(avctx->extradata);
AV_RB16           379 libavcodec/dvbsubdec.c         ctx->ancillary_id   = AV_RB16(avctx->extradata + 2);
AV_RB16          1007 libavcodec/dvbsubdec.c     object_id = AV_RB16(buf);
AV_RB16          1019 libavcodec/dvbsubdec.c         top_field_len = AV_RB16(buf);
AV_RB16          1021 libavcodec/dvbsubdec.c         bottom_field_len = AV_RB16(buf);
AV_RB16          1189 libavcodec/dvbsubdec.c     region->width = AV_RB16(buf);
AV_RB16          1191 libavcodec/dvbsubdec.c     region->height = AV_RB16(buf);
AV_RB16          1236 libavcodec/dvbsubdec.c         object_id = AV_RB16(buf);
AV_RB16          1260 libavcodec/dvbsubdec.c         display->x_pos = AV_RB16(buf) & 0xfff;
AV_RB16          1262 libavcodec/dvbsubdec.c         display->y_pos = AV_RB16(buf) & 0xfff;
AV_RB16          1341 libavcodec/dvbsubdec.c         display->x_pos = AV_RB16(buf);
AV_RB16          1343 libavcodec/dvbsubdec.c         display->y_pos = AV_RB16(buf);
AV_RB16          1566 libavcodec/dvbsubdec.c         page_id = AV_RB16(p);
AV_RB16          1568 libavcodec/dvbsubdec.c         segment_length = AV_RB16(p);
AV_RB16            48 libavcodec/dvdsub_parser.c         if (buf_size < 2 || AV_RB16(buf) && buf_size < 6) {
AV_RB16            53 libavcodec/dvdsub_parser.c         pc->packet_len = AV_RB16(buf);
AV_RB16           218 libavcodec/dvdsubdec.c #define READ_OFFSET(a) (big_offsets ? AV_RB32(a) : AV_RB16(a))
AV_RB16           234 libavcodec/dvdsubdec.c     if (AV_RB16(buf) == 0) {   /* HD subpicture with 4-byte offsets */
AV_RB16           250 libavcodec/dvdsubdec.c         date = AV_RB16(buf + cmd_pos);
AV_RB16           311 libavcodec/dvdsubdec.c                 offset1 = AV_RB16(buf + pos);
AV_RB16           312 libavcodec/dvdsubdec.c                 offset2 = AV_RB16(buf + pos + 2);
AV_RB16           103 libavcodec/dxa.c                     mask = AV_RB16(msk);
AV_RB16           173 libavcodec/dxa.c                 mask = AV_RB16(msk);
AV_RB16           101 libavcodec/eatgv.c                     offset = ((src[0] & 0x10) << 12) + AV_RB16(&src[1]) + 1;
AV_RB16           107 libavcodec/eatgv.c                 offset = (AV_RB16(&src[1]) & 0x3FFF) + 1;
AV_RB16           219 libavcodec/flac_parser.c         if ((AV_RB16(buf + i) & 0xFFFE) == 0xFFF8)
AV_RB16           227 libavcodec/flac_parser.c                 if ((AV_RB16(buf + i + j) & 0xFFFE) == 0xFFF8)
AV_RB16           260 libavcodec/flac_parser.c         if ((AV_RB16(wrap) & 0xFFFE) == 0xFFF8) {
AV_RB16            85 libavcodec/flashsv.c                 unsigned c = AV_RB16(sptr) & ~0x8000;
AV_RB16           592 libavcodec/h264.c             nalsize = AV_RB16(p) + 2;
AV_RB16           606 libavcodec/h264.c             nalsize = AV_RB16(p) + 2;
AV_RB16          1767 libavcodec/h264.c         int nalsize= AV_RB16(p) + 2;
AV_RB16          1776 libavcodec/h264.c         int nalsize= AV_RB16(p) + 2;
AV_RB16            90 libavcodec/h264_mp4toannexb_bsf.c         unit_size   = AV_RB16(extradata);
AV_RB16           537 libavcodec/hqx.c     ctx->width      = AV_RB16(src + 4);
AV_RB16           538 libavcodec/hqx.c     ctx->height     = AV_RB16(src + 6);
AV_RB16           148 libavcodec/iff.c     const uint8_t *const palette = avctx->extradata + AV_RB16(avctx->extradata);
AV_RB16           149 libavcodec/iff.c     int palette_size = avctx->extradata_size - AV_RB16(avctx->extradata);
AV_RB16           202 libavcodec/iff.c     palette_size = avctx->extradata_size - AV_RB16(avctx->extradata);
AV_RB16           208 libavcodec/iff.c         image_size = avpkt->size - AV_RB16(avpkt->data);
AV_RB16           276 libavcodec/iff.c             const uint8_t *const palette = avctx->extradata + AV_RB16(avctx->extradata);
AV_RB16           342 libavcodec/iff.c             palette_size = avctx->extradata_size - AV_RB16(avctx->extradata);
AV_RB16           675 libavcodec/iff.c     const uint8_t *buf     = avpkt->size >= 2 ? avpkt->data + AV_RB16(avpkt->data) : NULL;
AV_RB16           676 libavcodec/iff.c     const int buf_size     = avpkt->size >= 2 ? avpkt->size - AV_RB16(avpkt->data) : 0;
AV_RB16            62 libavcodec/lagarithrac.h         l->low |= 0xff & (AV_RB16(l->bytestream) >> 1);
AV_RB16            73 libavcodec/mjpega_dump_header_bsf.c                 bytestream_put_be32(&poutbufp, i + 46 + AV_RB16(buf + i + 2)); /* data off */
AV_RB16          1133 libavcodec/mlpdec.c     length = (AV_RB16(buf) & 0xfff) * 2;
AV_RB16            48 libavcodec/movsub_bsf.c     *poutbuf_size = FFMIN(buf_size - 2, AV_RB16(buf));
AV_RB16            78 libavcodec/movtextdec.c         return AV_RB16(ptr) == 0 ? 0 : AVERROR_INVALIDDATA;
AV_RB16            85 libavcodec/movtextdec.c     end = ptr + FFMIN(2 + AV_RB16(ptr), avpkt->size);
AV_RB16          1943 libavcodec/mpegaudiodec_template.c         fsize = AV_RB16(buf) >> 4;
AV_RB16           592 libavcodec/mss2.c         c->mvX = AV_RB16(buf - 4) - avctx->width;
AV_RB16           593 libavcodec/mss2.c         c->mvY = AV_RB16(buf - 2) - avctx->height;
AV_RB16            85 libavcodec/mxpegdec.c     len = AV_RB16(buf_ptr);
AV_RB16           150 libavcodec/mxpegdec.c     len = AV_RB16(buf_ptr);
AV_RB16            97 libavcodec/opus_parser.c         hdr = AV_RB16(buf);
AV_RB16            34 libavcodec/pnmdec.c             ((uint16_t *)dst)[i] = AV_RB16(src+2*i);
AV_RB16            72 libavcodec/proresdec2.c     hdr_size = AV_RB16(buf);
AV_RB16            79 libavcodec/proresdec2.c     version = AV_RB16(buf + 2);
AV_RB16            86 libavcodec/proresdec2.c     width  = AV_RB16(buf + 8);
AV_RB16            87 libavcodec/proresdec2.c     height = AV_RB16(buf + 10);
AV_RB16           182 libavcodec/proresdec2.c     slice_count = AV_RB16(buf + 5);
AV_RB16           212 libavcodec/proresdec2.c         data_ptr += AV_RB16(index_ptr + i*2);
AV_RB16           523 libavcodec/proresdec2.c     y_data_size = AV_RB16(buf + 2);
AV_RB16           524 libavcodec/proresdec2.c     u_data_size = AV_RB16(buf + 4);
AV_RB16           526 libavcodec/proresdec2.c     if (hdr_size > 7) v_data_size = AV_RB16(buf + 6);
AV_RB16           105 libavcodec/proresdec_lgpl.c     hdr_size = AV_RB16(buf);
AV_RB16           111 libavcodec/proresdec_lgpl.c     version = AV_RB16(buf + 2);
AV_RB16           118 libavcodec/proresdec_lgpl.c     width  = AV_RB16(buf + 8);
AV_RB16           119 libavcodec/proresdec_lgpl.c     height = AV_RB16(buf + 10);
AV_RB16           259 libavcodec/proresdec_lgpl.c     if (num_slices != AV_RB16(buf + 5)) {
AV_RB16           284 libavcodec/proresdec_lgpl.c         data_ptr += AV_RB16(index_ptr + i * 2);
AV_RB16           618 libavcodec/proresdec_lgpl.c     y_data_size = AV_RB16(buf + 2);
AV_RB16           620 libavcodec/proresdec_lgpl.c     u_data_size = AV_RB16(buf + 4);
AV_RB16           622 libavcodec/proresdec_lgpl.c     v_data_size = hdr_size > 7 ? AV_RB16(buf + 6) : slice_data_size - coff[2];
AV_RB16           711 libavcodec/qcelpdec.c         (q->first16bits = AV_RB16(buf)) == 0xFFFF) {
AV_RB16            69 libavcodec/qdrw.c         idx = AV_RB16(buf); /* color index */
AV_RB16            98 libavcodec/qdrw.c         size = AV_RB16(buf); /* size of packed line */
AV_RB16           138 libavcodec/ralf.c     ctx->version = AV_RB16(avctx->extradata + 4);
AV_RB16           144 libavcodec/ralf.c     avctx->channels    = AV_RB16(avctx->extradata + 8);
AV_RB16           437 libavcodec/ralf.c         table_bytes = (AV_RB16(avpkt->data) + 7) >> 3;
AV_RB16           473 libavcodec/ralf.c     table_size  = AV_RB16(src);
AV_RB16           146 libavcodec/rawdec.c MKSCALE16(scale16be, AV_RB16, AV_WB16)
AV_RB16          1313 libavcodec/tiff.c                         AV_WB16(dst + j, AV_RB16(dst + j) + AV_RB16(dst + j - soff));
AV_RB16           268 libavcodec/tiff_common.c     if (*le == AV_RB16("II")) {
AV_RB16           270 libavcodec/tiff_common.c     } else if (*le == AV_RB16("MM")) {
AV_RB16            70 libavcodec/vp6.c             coeff_offset = AV_RB16(buf+2) - 2;
AV_RB16           121 libavcodec/vp6.c             coeff_offset = AV_RB16(buf+1) - 2;
AV_RB16            30 libavcodec/xiph.c     if (extradata_size >= 6 && AV_RB16(extradata) == first_header_size) {
AV_RB16            33 libavcodec/xiph.c             header_len[i] = AV_RB16(extradata);
AV_RB16           338 libavfilter/vf_curves.c     dst = AV_RB16(buf);                 \
AV_RB16            79 libavfilter/vf_super2xsai.c #define READ_COLOR2(dst, src_line, off) dst = sai->is_be ? AV_RB16(src_line + 2 * off) : AV_RL16(src_line + 2 * off)
AV_RB16            45 libavformat/aacdec.c             uint32_t header = AV_RB16(buf2);
AV_RB16            58 libavformat/adxdec.c     if (AV_RB16(pkt->data) & 0x8000) {
AV_RB16            33 libavformat/astdec.c     if (!AV_RB16(p->buf + 10) ||
AV_RB16            34 libavformat/astdec.c         !AV_RB16(p->buf + 12) || AV_RB16(p->buf + 12) > 256 ||
AV_RB16           176 libavformat/avc.c     sps_size = AV_RB16(&in[6]);
AV_RB16           179 libavformat/avc.c     pps_size = AV_RB16(&in[9 + sps_size]);
AV_RB16            32 libavformat/avr.c     if (!AV_RB16(p->buf+12) || AV_RB16(p->buf+12) > 256) // channels
AV_RB16            34 libavformat/avr.c     if (AV_RB16(p->buf+14) > 256) // bps
AV_RB16            53 libavformat/cafdec.c     if (AV_RB32(p->buf) == MKBETAG('c','a','f','f') && AV_RB16(&p->buf[4]) == 1)
AV_RB16            59 libavformat/cdxl.c     if (AV_RB16(&p->buf[20]) > 512)
AV_RB16            71 libavformat/cdxl.c     if (AV_RB32(&p->buf[2]) < AV_RB16(&p->buf[22]) + AV_RB16(&p->buf[20]) + CDXL_HEADER_SIZE)
AV_RB16            79 libavformat/cdxl.c     if (AV_RB16(&p->buf[12]) != 1)
AV_RB16           129 libavformat/cdxl.c     width        = AV_RB16(&cdxl->header[14]);
AV_RB16           130 libavformat/cdxl.c     height       = AV_RB16(&cdxl->header[16]);
AV_RB16           131 libavformat/cdxl.c     palette_size = AV_RB16(&cdxl->header[20]);
AV_RB16           132 libavformat/cdxl.c     audio_size   = AV_RB16(&cdxl->header[22]);
AV_RB16           140 libavformat/dashenc.c                     aot = ((AV_RB16(codec->extradata) >> 5) & 0x3f) + 32;
AV_RB16            35 libavformat/dnxhddec.c     h = AV_RB16(p->buf + 0x18);
AV_RB16            36 libavformat/dnxhddec.c     w = AV_RB16(p->buf + 0x1a);
AV_RB16            45 libavformat/dvbsub.c                 len     = AV_RB16(ptr + 4);
AV_RB16            45 libavformat/dxa.c     w = AV_RB16(p->buf + 11);
AV_RB16            46 libavformat/dxa.c     h = AV_RB16(p->buf + 13);
AV_RB16           570 libavformat/flvenc.c                (AV_RB16(pkt->data) & 0xfff0) == 0xfff0) {
AV_RB16            35 libavformat/h261dec.c         if ((AV_RB16(&p->buf[i]) - 1) < 0xFFU) {
AV_RB16           593 libavformat/img2dec.c     if (AV_RB16(b) != 0x424d)
AV_RB16           648 libavformat/img2dec.c     if (AV_RB16(b) != 0xFFD8 ||
AV_RB16           653 libavformat/img2dec.c     if (AV_RB16(b) == 0xFFE1 && AV_RB32(b + 4) == AV_RB32("Exif")) {
AV_RB16           654 libavformat/img2dec.c         exif_size = AV_RB16(b + 2) + 2;
AV_RB16           729 libavformat/img2dec.c     if (AV_RB16(b) == 474 &&
AV_RB16           732 libavformat/img2dec.c         (AV_RB16(b + 4) & ~7) == 0 && AV_RB16(b + 4))
AV_RB16           162 libavformat/latmenc.c             (AV_RB16(pkt->data + 1) & 0x1FFF) + 3 == pkt->size)
AV_RB16            43 libavformat/lmlm4.c     frame_type  = AV_RB16(buf + 2);
AV_RB16            46 libavformat/lmlm4.c     if (!AV_RB16(buf) && frame_type <= LMLM4_MPEG1L2 && packet_size &&
AV_RB16            49 libavformat/lmlm4.c             if ((AV_RB16(buf + 8) & 0xfffe) != 0xfffc)
AV_RB16          2777 libavformat/matroskadec.c     block_time = sign_extend(AV_RB16(data), 16);
AV_RB16          1180 libavformat/mov.c             avctx->height = AV_RB16(&avctx->extradata[36]);
AV_RB16          1181 libavformat/mov.c             avctx->width  = AV_RB16(&avctx->extradata[38]);
AV_RB16          1756 libavformat/mov.c                     uint16_t str_size = AV_RB16(st->codec->extradata + 26); /* string length */
AV_RB16          4254 libavformat/movenc.c         (AV_RB16(pkt->data) & 0xfff0) == 0xfff0) {
AV_RB16           347 libavformat/movenchint.c         seq = AV_RB16(&data[2]);
AV_RB16            69 libavformat/mpeg.h             (AV_RB16(buf+1) >> 1) << 15 |
AV_RB16            70 libavformat/mpeg.h              AV_RB16(buf+3) >> 1;
AV_RB16           408 libavformat/mpegts.c         len = (AV_RB16(tss->section_buf + 1) & 0xfff) + 3;
AV_RB16           601 libavformat/mpegts.c     c   = AV_RB16(p);
AV_RB16          1000 libavformat/mpegts.c                     pes->total_size = AV_RB16(pes->header + 4);
AV_RB16          2119 libavformat/mpegts.c     pid = AV_RB16(packet + 1) & 0x1fff;
AV_RB16          2520 libavformat/mpegts.c             pid = AV_RB16(data + 1) & 0x1fff;
AV_RB16          2671 libavformat/mpegts.c         if ((pcr_pid < 0 || (AV_RB16(buf + 1) & 0x1fff) == pcr_pid) &&
AV_RB16          1309 libavformat/mpegtsenc.c         if ((AV_RB16(pkt->data) & 0xfff0) != 0xfff0) {
AV_RB16            52 libavformat/mvdec.c         AV_RB16(p->buf + 4) < 3)
AV_RB16          2196 libavformat/mxfdec.c                 int local_tag = AV_RB16(mxf->local_tags+i*18);
AV_RB16           197 libavformat/mxg.c                 size = AV_RB16(mxg->buffer_ptr);
AV_RB16            54 libavformat/oggparsevp8.c         st->codec->width            = AV_RB16(p +  8);
AV_RB16            55 libavformat/oggparsevp8.c         st->codec->height           = AV_RB16(p + 10);
AV_RB16           227 libavformat/omadec.c     if (AV_RB16(gdata) != 1)
AV_RB16           230 libavformat/omadec.c     oc->k_size = AV_RB16(&gdata[2]);
AV_RB16           231 libavformat/omadec.c     oc->e_size = AV_RB16(&gdata[4]);
AV_RB16           232 libavformat/omadec.c     oc->i_size = AV_RB16(&gdata[6]);
AV_RB16           233 libavformat/omadec.c     oc->s_size = AV_RB16(&gdata[8]);
AV_RB16           313 libavformat/omadec.c     eid = AV_RB16(&buf[6]);
AV_RB16            36 libavformat/pva.c     int length = AV_RB16(p + 6);
AV_RB16            37 libavformat/pva.c     if (AV_RB16(p) != PVA_MAGIC || !p[2] || p[2] > 2 || p[4] != 0x55 ||
AV_RB16           206 libavformat/rdt.c         pkt_len = AV_RB16(buf+3);
AV_RB16           440 libavformat/rtmppkt.c     case AMF_DATA_TYPE_STRING:      return 3 + AV_RB16(data);
AV_RB16          1552 libavformat/rtmpproto.c     t = AV_RB16(pkt->data);
AV_RB16           148 libavformat/rtpdec.c         payload_len = FFMIN(len, (AV_RB16(buf + 2) + 1) * 4);
AV_RB16           609 libavformat/rtpdec.c     seq       = AV_RB16(buf + 2);
AV_RB16           649 libavformat/rtpdec.c         ext = (AV_RB16(buf + 2) + 1) << 2;
AV_RB16           692 libavformat/rtpdec.c     uint16_t seq   = AV_RB16(buf + 2);
AV_RB16           797 libavformat/rtpdec.c         uint16_t seq = AV_RB16(buf + 2);
AV_RB16            53 libavformat/rtpdec_h263.c     header = AV_RB16(buf);
AV_RB16           218 libavformat/rtpdec_h264.c             uint16_t nal_size = AV_RB16(src);
AV_RB16           242 libavformat/rtpdec_jpeg.c         dri = AV_RB16(buf);
AV_RB16           273 libavformat/rtpdec_jpeg.c             qtable_len = AV_RB16(buf + 2);   /* length in bytes */
AV_RB16            60 libavformat/rtpdec_mpa_robust.c         *adu_size = AV_RB16(buf) & ~0xc000;
AV_RB16           121 libavformat/rtpdec_mpeg4.c     au_headers_length = AV_RB16(buf);
AV_RB16           102 libavformat/rtpdec_qdm2.c                 qdm->block_type = AV_RB16(p + 2);
AV_RB16           162 libavformat/rtpdec_qdm2.c         len   = AV_RB16(p);
AV_RB16           116 libavformat/rtpdec_vp8.c             pictureid = AV_RB16(buf) & 0x7fff;
AV_RB16           127 libavformat/rtpdec_vp9.c             pic_id = AV_RB16(buf) & 0x7fff;
AV_RB16            74 libavformat/rtpdec_xiph.c         pkt_len = AV_RB16(data->split_buf + data->split_pos);
AV_RB16           101 libavformat/rtpdec_xiph.c     pkt_len     = AV_RB16(buf + 4);
AV_RB16            71 libavformat/rtpenc_jpeg.c             nb_qtables = AV_RB16(&buf[i + 2]) / 65;
AV_RB16            86 libavformat/rtpenc_jpeg.c             i += AV_RB16(&buf[i + 2]) + 2;
AV_RB16          1096 libavformat/rtsp.c     len = AV_RB16(buf + 1);
AV_RB16           769 libavformat/rtspdec.c     len = AV_RB16(buf + 1);
AV_RB16           121 libavformat/sapdec.c         sap->hash = AV_RB16(&recvbuf[2]);
AV_RB16           206 libavformat/sapdec.c             uint16_t hash = AV_RB16(&recvbuf[2]);
AV_RB16           298 libavformat/sctp.c         info.sinfo_stream           = AV_RB16(buf);
AV_RB16           271 libavformat/sdp.c         num_nalus = AV_RB16(&extradata[pos + 1]);
AV_RB16           277 libavformat/sdp.c             len = AV_RB16(&extradata[pos]);
AV_RB16           301 libavformat/sdp.c         num_nalus = AV_RB16(&extradata[pos + 1]);
AV_RB16           304 libavformat/sdp.c             int len = AV_RB16(&extradata[pos]);
AV_RB16           119 libavformat/segafilm.c         film->audio_samplerate = AV_RB16(&scratch[24]);
AV_RB16           256 libavformat/spdifenc.c         blocks = (AV_RB16(pkt->data + 4) >> 2) & 0x7f;
AV_RB16           152 libavformat/srtp.c         int seq = AV_RB16(buf + 2);
AV_RB16           223 libavformat/srtp.c             ext = (AV_RB16(buf + 2) + 1) * 4;
AV_RB16           270 libavformat/srtp.c         int seq = AV_RB16(buf + 2);
AV_RB16           296 libavformat/srtp.c             ext = (AV_RB16(buf + 2) + 1) * 4;
AV_RB16            62 libavformat/supdec.c         size_t len = AV_RB16(pkt->data + 1);
AV_RB16            81 libavformat/supdec.c         if (AV_RB16(buf) != SUP_PGS_MAGIC)
AV_RB16            83 libavformat/supdec.c         full_packet_size = AV_RB16(buf + 10 + 1) + 10 + 3;
AV_RB16            41 libavformat/yop.c     if (AV_RB16(probe_packet->buf) == AV_RB16("YO")  &&
AV_RB16            53 libavutil/avr32/intreadwrite.h #define AV_RB16 AV_RB16
AV_RB16            89 libavutil/intreadwrite.h #   if    defined(AV_RN16) && !defined(AV_RB16)
AV_RB16            91 libavutil/intreadwrite.h #   elif !defined(AV_RN16) &&  defined(AV_RB16)
AV_RB16            92 libavutil/intreadwrite.h #       define AV_RN16(p) AV_RB16(p)
AV_RB16           239 libavutil/intreadwrite.h #ifndef AV_RB16
AV_RB16           401 libavutil/intreadwrite.h #ifndef AV_RB16
AV_RB16            72 libavutil/pixdesc.c                 flags & AV_PIX_FMT_FLAG_BE ? AV_RB16(p) : AV_RL16(p);
AV_RB16           118 libavutil/pixdesc.c                     uint16_t val = AV_RB16(p) | (*src++ << shift);
AV_RB16            29 libavutil/tomi/intreadwrite.h #define AV_RB16 AV_RB16
AV_RB16            44 libswscale/bayer_template.c #define BAYER_READ(x) AV_RB16(&(x))
AV_RB16            38 libswscale/input.c #define input_pixel(pos) (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
AV_RB16           249 libswscale/input.c                         : (isBE(origin) ? AV_RB16(&src[(i) * 2])        \
AV_RB16           432 libswscale/input.c         dst[i] = AV_RB16(src + 4 * i + 3);
AV_RB16           599 libswscale/input.c         AV_WN16(dst + i * 2, AV_RB16(src + i * 4));
AV_RB16           607 libswscale/input.c         AV_WN16(dst + i * 2, AV_RB16(src + i * 4 + 2));
AV_RB16           655 libswscale/input.c #define input_pixel(pos) (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
AV_RB16           803 libswscale/input.c     is_be ? AV_RB16(src) : AV_RL16(src)
AV_RB16           783 libswscale/swscale.c                 x = AV_RB16(src + xp + 0);
AV_RB16           784 libswscale/swscale.c                 y = AV_RB16(src + xp + 1);
AV_RB16           785 libswscale/swscale.c                 z = AV_RB16(src + xp + 2);
AV_RB16           839 libswscale/swscale.c                 r = AV_RB16(src + xp + 0);
AV_RB16           840 libswscale/swscale.c                 g = AV_RB16(src + xp + 1);
AV_RB16           841 libswscale/swscale.c                 b = AV_RB16(src + xp + 2);
AV_RB16          1496 libswscale/swscale_unscaled.c                                 COPY_UP(AV_RB16, AV_WB16)
AV_RB16          1498 libswscale/swscale_unscaled.c                                 COPY_UP(AV_RB16, AV_WL16)
AV_RB16           475 tools/ismindex.c     sps_size = AV_RB16(&codec->extradata[6]);
AV_RB16           480 tools/ismindex.c     pps_size = AV_RB16(&codec->extradata[9 + sps_size]);
AV_RB16            70 tools/sidxindex.c                 aot = ((AV_RB16(codec->extradata) >> 5) & 0x3f) + 32;