AV_RL16           451 libavcodec/4xm.c         bitstream_size  = AV_RL16(buf - 4);
AV_RL16           452 libavcodec/4xm.c         wordstream_size = AV_RL16(buf - 2);
AV_RL16           174 libavcodec/adpcm.c             c->vqa_version = AV_RL16(avctx->extradata);
AV_RL16           248 libavcodec/apedec.c     s->fileversion       = AV_RL16(avctx->extradata);
AV_RL16           249 libavcodec/apedec.c     s->compression_level = AV_RL16(avctx->extradata + 2);
AV_RL16           250 libavcodec/apedec.c     s->flags             = AV_RL16(avctx->extradata + 4);
AV_RL16            80 libavcodec/avs.c         first = AV_RL16(buf);
AV_RL16            81 libavcodec/avs.c         last = first + AV_RL16(buf + 2);
AV_RL16           194 libavcodec/bintext.c             if (AV_RL16(buf) == 1) {
AV_RL16            90 libavcodec/bytestream.h DEF(unsigned int, le16, 2, AV_RL16, AV_WL16)
AV_RL16           112 libavcodec/cpia.c         linelength = AV_RL16(src);
AV_RL16            72 libavcodec/dca.c             AV_WB16(dst, AV_RL16(src));
AV_RL16            81 libavcodec/dca.c             tmp = ((mrk == DCA_SYNCWORD_CORE_14B_BE) ? AV_RB16(src) : AV_RL16(src)) & 0x3FFF;
AV_RL16           351 libavcodec/dfa.c     int version = avctx->extradata_size==2 ? AV_RL16(avctx->extradata) : 0;
AV_RL16            36 libavcodec/dpx.c         temp = AV_RL16(*ptr);
AV_RL16           108 libavcodec/dpxenc.c                 value = ((AV_RL16(src + 6*x + 4) & 0xFFC0U) >> 4)
AV_RL16           109 libavcodec/dpxenc.c                       | ((AV_RL16(src + 6*x + 2) & 0xFFC0U) << 6)
AV_RL16           110 libavcodec/dpxenc.c                       | ((AV_RL16(src + 6*x + 0) & 0xFFC0U) << 16);
AV_RL16           133 libavcodec/dpxenc.c                 value = (AV_RL16(src[0] + 2*x) << 12)
AV_RL16           134 libavcodec/dpxenc.c                       | (AV_RL16(src[1] + 2*x) << 2)
AV_RL16           135 libavcodec/dpxenc.c                       | ((unsigned)AV_RL16(src[2] + 2*x) << 22);
AV_RL16           162 libavcodec/dpxenc.c                 value[1] = AV_RL16(src[0] + x) << 4;
AV_RL16           163 libavcodec/dpxenc.c                 value[2] = AV_RL16(src[1] + x) << 4;
AV_RL16           164 libavcodec/dpxenc.c                 value[0] = AV_RL16(src[2] + x) << 4;
AV_RL16           108 libavcodec/dsicinaudio.c         delta                     = sign_extend(AV_RL16(buf), 16);
AV_RL16           143 libavcodec/dsicinvideo.c                 cmd    = AV_RL16(src);
AV_RL16           208 libavcodec/dsicinvideo.c     palette_colors_count = AV_RL16(buf + 1);
AV_RL16           548 libavcodec/dxv.c             tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst;
AV_RL16           556 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr3));
AV_RL16           560 libavcodec/dxv.c             tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst;
AV_RL16           569 libavcodec/dxv.c             AV_WL16(dst + 5, AV_RL16(tptr3));
AV_RL16           571 libavcodec/dxv.c             tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst;
AV_RL16           582 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr0));
AV_RL16           584 libavcodec/dxv.c             AV_WL16(dst + 5, AV_RL16(tptr1));
AV_RL16           586 libavcodec/dxv.c             tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst;
AV_RL16           594 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr0 + 2));
AV_RL16           596 libavcodec/dxv.c             tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst;
AV_RL16           603 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(tptr1));
AV_RL16           615 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(tptr1));
AV_RL16           616 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr3));
AV_RL16           629 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(tptr1));
AV_RL16           632 libavcodec/dxv.c             AV_WL16(dst + 5, AV_RL16(tptr3));
AV_RL16           646 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(tptr0));
AV_RL16           647 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr3));
AV_RL16           649 libavcodec/dxv.c             AV_WL16(dst + 5, AV_RL16(tptr1));
AV_RL16           660 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(tptr1));
AV_RL16           661 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr0 + 2));
AV_RL16           666 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(dst - (8 + offset)));
AV_RL16           675 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(dst - (8 + offset)));
AV_RL16           676 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr3));
AV_RL16           686 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(dst - (8 + offset)));
AV_RL16           689 libavcodec/dxv.c             AV_WL16(dst + 5, AV_RL16(tptr3));
AV_RL16           700 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(dst - (8 + offset)));
AV_RL16           701 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(tptr3));
AV_RL16           703 libavcodec/dxv.c             AV_WL16(dst + 5, AV_RL16(tptr1));
AV_RL16           710 libavcodec/dxv.c             AV_WL16(dst, AV_RL16(dst - (8 + offset)));
AV_RL16           711 libavcodec/dxv.c             AV_WL16(dst + 2, AV_RL16(&dst[-v + 2]));
AV_RL16           770 libavcodec/dxv.c     tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst;
AV_RL16           772 libavcodec/dxv.c     tab2[0x9E3779B1 * AV_RL16(dst + 8) >> 24] = dst + 8;
AV_RL16           142 libavcodec/eacmv.c     s->width  = AV_RL16(&buf[4]);
AV_RL16           143 libavcodec/eacmv.c     s->height = AV_RL16(&buf[6]);
AV_RL16           155 libavcodec/eacmv.c     fps = AV_RL16(&buf[10]);
AV_RL16           159 libavcodec/eacmv.c     pal_start = AV_RL16(&buf[12]);
AV_RL16           160 libavcodec/eacmv.c     pal_count = AV_RL16(&buf[14]);
AV_RL16           163 libavcodec/eatgv.c     num_mvs           = AV_RL16(&buf[0]);
AV_RL16           164 libavcodec/eatgv.c     num_blocks_raw    = AV_RL16(&buf[2]);
AV_RL16           165 libavcodec/eatgv.c     num_blocks_packed = AV_RL16(&buf[4]);
AV_RL16           166 libavcodec/eatgv.c     vector_bits       = AV_RL16(&buf[6]);
AV_RL16           288 libavcodec/eatgv.c         s->width  = AV_RL16(&buf[0]);
AV_RL16           289 libavcodec/eatgv.c         s->height = AV_RL16(&buf[2]);
AV_RL16           297 libavcodec/eatgv.c         pal_count = AV_RL16(&buf[6]);
AV_RL16           139 libavcodec/eatqi.c     w = AV_RL16(&buf[0]);
AV_RL16           140 libavcodec/eatqi.c     h = AV_RL16(&buf[2]);
AV_RL16           321 libavcodec/fic.c     if (!tsize || !AV_RL16(src + 37) || !AV_RL16(src + 39))
AV_RL16           331 libavcodec/fic.c     cur_x = AV_RL16(src + 33);
AV_RL16           332 libavcodec/fic.c     cur_y = AV_RL16(src + 35);
AV_RL16           340 libavcodec/fic.c     if (!skip_cursor && (AV_RL16(src + 37) != 32 || AV_RL16(src + 39) != 32)) {
AV_RL16           119 libavcodec/flicvideo.c         s->fli_type = AV_RL16(&fli_header[4]);
AV_RL16           120 libavcodec/flicvideo.c         depth = AV_RL16(&fli_header[12]);
AV_RL16           677 libavcodec/flicvideo.c                     *((signed short*)(&pixels[pixel_ptr])) = AV_RL16(&buf[pixel_ptr]);
AV_RL16           412 libavcodec/hnm4video.c     chunk_id = AV_RL16(avpkt->data + 4);
AV_RL16            70 libavcodec/interplayacm.c     s->level = AV_RL16(avctx->extradata + 12) & 0xf;
AV_RL16            71 libavcodec/interplayacm.c     s->rows  = AV_RL16(avctx->extradata + 12) >>  4;
AV_RL16          1235 libavcodec/interplayvideo.c     video_data_size      = AV_RL16(buf + 2);
AV_RL16          1236 libavcodec/interplayvideo.c     s->decoding_map_size = AV_RL16(buf + 4);
AV_RL16          1237 libavcodec/interplayvideo.c     s->skip_map_size     = AV_RL16(buf + 6);
AV_RL16            95 libavcodec/kgv1dec.c         int code = AV_RL16(buf);
AV_RL16           397 libavcodec/kmvc.c         c->palsize = AV_RL16(avctx->extradata + 10);
AV_RL16           298 libavcodec/lcldec.c                 uqvq = AV_RL16(encoded+pixel_ptr);
AV_RL16           302 libavcodec/lcldec.c                     uqvq -= AV_RL16(encoded+pixel_ptr+1);
AV_RL16            70 libavcodec/libopusdec.c         opus->pre_skip = AV_RL16(avc->extradata + 10);
AV_RL16            71 libavcodec/libopusdec.c         gain_db     = sign_extend(AV_RL16(avc->extradata + 16), 16);
AV_RL16            90 libavcodec/mlp.c     crc ^= AV_RL16(buf + buf_size - 2);
AV_RL16           100 libavcodec/mlp_parse.c     if (checksum != AV_RL16(gb->buffer+header_size-2)) {
AV_RL16           199 libavcodec/mmvideo.c     type = AV_RL16(&buf[0]);
AV_RL16           242 libavcodec/msvideo1.c                 colors[0] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           244 libavcodec/msvideo1.c                 colors[1] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           250 libavcodec/msvideo1.c                     colors[2] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           252 libavcodec/msvideo1.c                     colors[3] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           254 libavcodec/msvideo1.c                     colors[4] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           256 libavcodec/msvideo1.c                     colors[5] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           258 libavcodec/msvideo1.c                     colors[6] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16           260 libavcodec/msvideo1.c                     colors[7] = AV_RL16(&s->buf[stream_ptr]);
AV_RL16            97 libavcodec/mxpegdec.c     s->mb_width  = AV_RL16(buf_ptr+4);
AV_RL16            98 libavcodec/mxpegdec.c     s->mb_height = AV_RL16(buf_ptr+6);
AV_RL16           257 libavcodec/nuv.c         if (buf[0] != 'V' && AV_RL16(&buf[4]) != 0x000c) {
AV_RL16           261 libavcodec/nuv.c         w = AV_RL16(&buf[6]);
AV_RL16           262 libavcodec/nuv.c         h = AV_RL16(&buf[8]);
AV_RL16           329 libavcodec/opus.c     avctx->delay = AV_RL16(extradata + 10);
AV_RL16           339 libavcodec/opus.c     s->gain_i = AV_RL16(extradata + 16);
AV_RL16            63 libavcodec/pafaudio.c             cb[i] = sign_extend(AV_RL16(src + i * 2), 16);
AV_RL16            39 libavcodec/ptx.c     offset          = AV_RL16(buf);
AV_RL16            40 libavcodec/ptx.c     w               = AV_RL16(buf+8);
AV_RL16            41 libavcodec/ptx.c     h               = AV_RL16(buf+10);
AV_RL16            42 libavcodec/ptx.c     bytes_per_pixel = AV_RL16(buf+12) >> 3;
AV_RL16           168 libavcodec/rawdec.c MKSCALE16(scale16le, AV_RL16, AV_WL16)
AV_RL16           153 libavcodec/rl2.c     s->video_base = AV_RL16(&avctx->extradata[0]);
AV_RL16           514 libavcodec/sanm.c         ctx->subversion = AV_RL16(avctx->extradata);
AV_RL16            90 libavcodec/texturedsp.c     uint16_t color0 = AV_RL16(block + 0);
AV_RL16            91 libavcodec/texturedsp.c     uint16_t color1 = AV_RL16(block + 2);
AV_RL16           144 libavcodec/texturedsp.c     uint16_t color0 = AV_RL16(block +  8);
AV_RL16           145 libavcodec/texturedsp.c     uint16_t color1 = AV_RL16(block + 10);
AV_RL16           151 libavcodec/texturedsp.c         const uint16_t alpha_code = AV_RL16(block + 2 * y);
AV_RL16           259 libavcodec/texturedsp.c     uint16_t color0 = AV_RL16(block + 8);
AV_RL16           260 libavcodec/texturedsp.c     uint16_t color1 = AV_RL16(block + 10);
AV_RL16          2034 libavcodec/tiff.c                         AV_WL16(dst + j, AV_RL16(dst + j) + AV_RL16(dst + j - soff));
AV_RL16           338 libavcodec/truemotion1.c     header.ysize = AV_RL16(&header_buffer[3]);
AV_RL16           339 libavcodec/truemotion1.c     header.xsize = AV_RL16(&header_buffer[5]);
AV_RL16           340 libavcodec/truemotion1.c     header.checksum = AV_RL16(&header_buffer[7]);
AV_RL16            94 libavcodec/truemotion2rt.c     height = AV_RL16(header_buffer + 5);
AV_RL16            95 libavcodec/truemotion2rt.c     width  = AV_RL16(header_buffer + 7);
AV_RL16           115 libavcodec/vmdaudio.c         predictor[ch] = (int16_t)AV_RL16(buf);
AV_RL16           200 libavcodec/vmdvideo.c     frame_x = AV_RL16(&s->buf[6]);
AV_RL16           201 libavcodec/vmdvideo.c     frame_y = AV_RL16(&s->buf[8]);
AV_RL16           202 libavcodec/vmdvideo.c     frame_width = AV_RL16(&s->buf[10]) - frame_x + 1;
AV_RL16           203 libavcodec/vmdvideo.c     frame_height = AV_RL16(&s->buf[12]) - frame_y + 1;
AV_RL16           747 libavcodec/vp8.c         width     = AV_RL16(buf + 3) & 0x3fff;
AV_RL16           748 libavcodec/vp8.c         height    = AV_RL16(buf + 5) & 0x3fff;
AV_RL16            64 libavcodec/vp8_parser.c         width  = AV_RL16(buf + 6) & 0x3fff;
AV_RL16            65 libavcodec/vp8_parser.c         height = AV_RL16(buf + 8) & 0x3fff;
AV_RL16           148 libavcodec/vqavideo.c     s->width = AV_RL16(&s->avctx->extradata[6]);
AV_RL16           149 libavcodec/vqavideo.c     s->height = AV_RL16(&s->avctx->extradata[8]);
AV_RL16            87 libavcodec/wmadec.c         flags2 = AV_RL16(extradata + 2);
AV_RL16            89 libavcodec/wmadec.c         flags2 = AV_RL16(extradata + 4);
AV_RL16            96 libavcodec/wmadec.c         if (AV_RL16(extradata+4)==0xd && s->use_variable_block_len){
AV_RL16           209 libavcodec/wmalosslessdec.c         s->decode_flags    = AV_RL16(edata_ptr + 14);
AV_RL16           211 libavcodec/wmalosslessdec.c         s->bits_per_sample = AV_RL16(edata_ptr);
AV_RL16           362 libavcodec/wmaprodec.c         s->decode_flags    = AV_RL16(edata_ptr+14);
AV_RL16           364 libavcodec/wmaprodec.c         s->bits_per_sample = AV_RL16(edata_ptr);
AV_RL16            73 libavcodec/ws-snd1.c     out_size = AV_RL16(&buf[0]);
AV_RL16            74 libavcodec/ws-snd1.c     in_size  = AV_RL16(&buf[2]);
AV_RL16           328 libavcodec/xan.c     huffman_offset    = AV_RL16(&s->buf[0]);
AV_RL16           329 libavcodec/xan.c     size_offset       = AV_RL16(&s->buf[2]);
AV_RL16           330 libavcodec/xan.c     vector_offset     = AV_RL16(&s->buf[4]);
AV_RL16           331 libavcodec/xan.c     imagedata_offset  = AV_RL16(&s->buf[6]);
AV_RL16           232 libavcodec/xxan.c                     val  = AV_RL16(table + (val << 1));
AV_RL16           258 libavcodec/xxan.c                     val  = AV_RL16(table + (val << 1));
AV_RL16           429 libavfilter/drawutils.c         uint16_t value = AV_RL16(dst);
AV_RL16           434 libavfilter/drawutils.c         uint16_t value = AV_RL16(dst);
AV_RL16           440 libavfilter/drawutils.c         uint16_t value = AV_RL16(dst);
AV_RL16           534 libavfilter/drawutils.c     uint16_t value = AV_RL16(dst);
AV_RL16           133 libavfilter/vf_datascope.c                 value[i] = AV_RL16(in->data[0] + y * in->linesize[0] + x * draw->pixelstep[0] + i * 2);
AV_RL16           137 libavfilter/vf_datascope.c             value[p] = AV_RL16(in->data[p] + (y >> draw->vsub[p]) * in->linesize[p] + (x >> draw->hsub[p]) * 2);
AV_RL16           276 libavfilter/vf_rotate.c         int s00 = AV_RL16(&src[src_linestep * int_x  + i + src_linesize * int_y ]);
AV_RL16           277 libavfilter/vf_rotate.c         int s01 = AV_RL16(&src[src_linestep * int_x1 + i + src_linesize * int_y ]);
AV_RL16           278 libavfilter/vf_rotate.c         int s10 = AV_RL16(&src[src_linestep * int_x  + i + src_linesize * int_y1]);
AV_RL16           279 libavfilter/vf_rotate.c         int s11 = AV_RL16(&src[src_linestep * int_x1 + i + src_linesize * int_y1]);
AV_RL16           484 libavfilter/vf_rotate.c                     v = AV_RL16(pin);
AV_RL16            79 libavfilter/vf_super2xsai.c #define READ_COLOR2(dst, src_line, off) dst = s->is_be ? AV_RB16(src_line + 2 * off) : AV_RL16(src_line + 2 * off)
AV_RL16            51 libavformat/acm.c     st->codecpar->channels    = AV_RL16(st->codecpar->extradata +  8);
AV_RL16            52 libavformat/acm.c     st->codecpar->sample_rate = AV_RL16(st->codecpar->extradata + 10);
AV_RL16            55 libavformat/anm.c         AV_RL16(&p->buf[20]) && AV_RL16(&p->buf[22]))
AV_RL16            90 libavformat/ape.c     int version = AV_RL16(p->buf+4);
AV_RL16            68 libavformat/argo_asf.c     hdr->version_major  = AV_RL16(buf + 4);
AV_RL16            69 libavformat/argo_asf.c     hdr->version_minor  = AV_RL16(buf + 6);
AV_RL16            81 libavformat/argo_asf.c     hdr->sample_rate    = AV_RL16(buf + 12);
AV_RL16            82 libavformat/argo_asf.c     hdr->unk2           = AV_RL16(buf + 14);
AV_RL16          1065 libavformat/avidec.c         !strcmp(pkt->data, "GAB2") && AV_RL16(pkt->data + 5) == 2) {
AV_RL16           214 libavformat/bintext.c         AV_RL16(d+5) > 0 && AV_RL16(d+5) <= 160 &&
AV_RL16            38 libavformat/bit.c         if (AV_RL16(&p->buf[2 * i++]) != SYNC_WORD)
AV_RL16            40 libavformat/bit.c         j = AV_RL16(&p->buf[2 * i++]);
AV_RL16           103 libavformat/bit.c             put_bits(&pbo,1, AV_RL16(src++) == BIT_1 ? 1 : 0);
AV_RL16            36 libavformat/boadec.c         || AV_RL16(p->buf + 25) != 2096
AV_RL16            44 libavformat/brstm.c         (AV_RL16(p->buf + 4) == 0xFFFE ||
AV_RL16            45 libavformat/brstm.c          AV_RL16(p->buf + 4) == 0xFEFF))
AV_RL16            54 libavformat/brstm.c         (AV_RL16(p->buf + 4) == 0xFFFE ||
AV_RL16            55 libavformat/brstm.c          AV_RL16(p->buf + 4) == 0xFEFF))
AV_RL16            53 libavformat/c93.c         if (AV_RL16(p->buf + i) != index || !p->buf[i + 2] || !p->buf[i + 3])
AV_RL16            63 libavformat/cinedec.c         (HeaderSize = AV_RL16(p->buf + 2)) >= 0x2C &&  // HeaderSize
AV_RL16            64 libavformat/cinedec.c         AV_RL16(p->buf + 4) <= CC_UNINT &&       // Compression
AV_RL16            65 libavformat/cinedec.c         AV_RL16(p->buf + 6) <= 1 &&              // Version
AV_RL16            52 libavformat/dtsdec.c             if (AV_RL16(buf) || AV_RL16(buf-4)) {
AV_RL16            53 libavformat/dtsdec.c                 diff += FFABS(((int16_t)AV_RL16(buf)) - (int16_t)AV_RL16(buf-4));
AV_RL16            67 libavformat/flic.c     magic_number = AV_RL16(&p->buf[4]);
AV_RL16            73 libavformat/flic.c     if(AV_RL16(&p->buf[0x10]) != FLIC_CHUNK_MAGIC_1){
AV_RL16            78 libavformat/flic.c     if(   AV_RL16(&p->buf[0x08]) > 4096
AV_RL16            79 libavformat/flic.c        || AV_RL16(&p->buf[0x0A]) > 4096)
AV_RL16           102 libavformat/flic.c     magic_number = AV_RL16(&header[4]);
AV_RL16           115 libavformat/flic.c     st->codecpar->width = AV_RL16(&header[0x08]);
AV_RL16           116 libavformat/flic.c     st->codecpar->height = AV_RL16(&header[0x0A]);
AV_RL16           146 libavformat/flic.c     if (AV_RL16(&preamble[4]) == FLIC_TFTD_CHUNK_AUDIO) {
AV_RL16           171 libavformat/flic.c     } else if (AV_RL16(&header[0x10]) == FLIC_CHUNK_MAGIC_1) {
AV_RL16           215 libavformat/flic.c         magic = AV_RL16(&preamble[4]);
AV_RL16            49 libavformat/frmdec.c         AV_RL16(&p->buf[4]) && AV_RL16(&p->buf[6]))
AV_RL16            79 libavformat/gifdec.c     if (!AV_RL16(&p->buf[6]) || !AV_RL16(&p->buf[8]))
AV_RL16           249 libavformat/gifdec.c                 gdc->total_iter = AV_RL16(data+1);
AV_RL16            50 libavformat/icodec.c     if (p->buf_size < 22 || AV_RL16(p->buf) || AV_RL16(p->buf + 2) != 1)
AV_RL16            52 libavformat/icodec.c     frames = AV_RL16(p->buf + 4);
AV_RL16            57 libavformat/icodec.c         if (AV_RL16(p->buf + 10 + i * 16) & ~1)
AV_RL16           191 libavformat/icodec.c         st->codecpar->bits_per_coded_sample = AV_RL16(buf + 14);
AV_RL16           142 libavformat/icoenc.c         image->bits = AV_RL16(pkt->data + 28); // allows things like 1bit and 4bit images to be preserved
AV_RL16            64 libavformat/idroqdec.c     if ((AV_RL16(&p->buf[0]) != RoQ_MAGIC_NUMBER) ||
AV_RL16            81 libavformat/idroqdec.c     roq->frame_rate = AV_RL16(&preamble[6]);
AV_RL16           117 libavformat/idroqdec.c         chunk_type = AV_RL16(&preamble[0]);
AV_RL16           139 libavformat/idroqdec.c                 st->codecpar->width  = roq->width  = AV_RL16(preamble);
AV_RL16           140 libavformat/idroqdec.c                 st->codecpar->height = roq->height = AV_RL16(preamble + 2);
AV_RL16           828 libavformat/img2dec.c         || AV_RL16(&b[4]) > AV_RL16(&b[8])
AV_RL16           829 libavformat/img2dec.c         || AV_RL16(&b[6]) > AV_RL16(&b[10])
AV_RL16           860 libavformat/img2dec.c     if (AV_RL16(b) == 0x1234)
AV_RL16           892 libavformat/img2dec.c     if ((AV_RL32(b+6) == 0) && (AV_RL16(b+10) == 0))/* reserved must be 0 */
AV_RL16          1059 libavformat/img2dec.c     if (!AV_RL16(&p->buf[6]) || !AV_RL16(&p->buf[8]))
AV_RL16           303 libavformat/ipmovie.c     chunk_size = AV_RL16(&chunk_preamble[0]);
AV_RL16           304 libavformat/ipmovie.c     chunk_type = AV_RL16(&chunk_preamble[2]);
AV_RL16           354 libavformat/ipmovie.c         opcode_size = AV_RL16(&opcode_preamble[0]);
AV_RL16           392 libavformat/ipmovie.c             s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
AV_RL16           407 libavformat/ipmovie.c             s->audio_sample_rate = AV_RL16(&scratch[4]);
AV_RL16           408 libavformat/ipmovie.c             audio_flags = AV_RL16(&scratch[2]);
AV_RL16           446 libavformat/ipmovie.c             width  = AV_RL16(&scratch[0]) * 8;
AV_RL16           447 libavformat/ipmovie.c             height = AV_RL16(&scratch[2]) * 8;
AV_RL16           456 libavformat/ipmovie.c             if (opcode_version < 2 || !AV_RL16(&scratch[6])) {
AV_RL16           518 libavformat/ipmovie.c             first_color = AV_RL16(&scratch[0]);
AV_RL16           519 libavformat/ipmovie.c             last_color = first_color + AV_RL16(&scratch[2]) - 1;
AV_RL16           672 libavformat/ipmovie.c     chunk_type = AV_RL16(&chunk_preamble[2]);
AV_RL16            29 libavformat/ivfdec.c         && !AV_RL16(p->buf+4) && AV_RL16(p->buf+6) == 32)
AV_RL16            66 libavformat/kvag.c     hdr.stereo                  = AV_RL16(buf + 12);
AV_RL16           255 libavformat/lxfdec.c     record_date           = AV_RL16(&header_data[56]);
AV_RL16           256 libavformat/lxfdec.c     expiration_date       = AV_RL16(&header_data[58]);
AV_RL16          2445 libavformat/matroskadec.c             bit_depth           = AV_RL16(track->codec_priv.data + 14);
AV_RL16          3212 libavformat/matroskadec.c     ver = AV_RL16(track->stream->codecpar->extradata);
AV_RL16            67 libavformat/mm.c     if (AV_RL16(&p->buf[0]) != MM_TYPE_HEADER)
AV_RL16            72 libavformat/mm.c     fps = AV_RL16(&p->buf[8]);
AV_RL16            73 libavformat/mm.c     w = AV_RL16(&p->buf[12]);
AV_RL16            74 libavformat/mm.c     h = AV_RL16(&p->buf[14]);
AV_RL16            77 libavformat/mm.c     type = AV_RL16(&p->buf[len]);
AV_RL16           153 libavformat/mm.c         type = AV_RL16(&preamble[0]);
AV_RL16           154 libavformat/mm.c         length = AV_RL16(&preamble[2]);
AV_RL16            98 libavformat/mms.c                 flags     = AV_RL16(p + sizeof(ff_asf_guid)*3 + 24);
AV_RL16           120 libavformat/mms.c                 int stream_count = AV_RL16(p + 84), ext_len_count = AV_RL16(p + 86);
AV_RL16           128 libavformat/mms.c                     skip_bytes += 4 + AV_RL16(p + skip_bytes + 2);
AV_RL16            87 libavformat/mmsh.c     chunk_type = AV_RL16(chunk_header);
AV_RL16            88 libavformat/mmsh.c     chunk_len  = AV_RL16(chunk_header + 2);
AV_RL16           301 libavformat/mmst.c             packet_type= AV_RL16(mms->in_buffer+36);
AV_RL16           314 libavformat/mmst.c             tmp                       = AV_RL16(mms->in_buffer + 6);
AV_RL16           766 libavformat/movenc.c     avio_wb16(pb, AV_RL16(track->par->extradata + 10)); /* PreSkip */
AV_RL16           768 libavformat/movenc.c     avio_wb16(pb, AV_RL16(track->par->extradata + 16)); /* OutputGain */
AV_RL16            71 libavformat/mtv.c     if(!(p->buf[51] && AV_RL16(&p->buf[52]) | AV_RL16(&p->buf[54])))
AV_RL16            75 libavformat/mtv.c     if(!AV_RL16(&p->buf[52]) || !AV_RL16(&p->buf[54]))
AV_RL16            77 libavformat/mtv.c         if(!!AV_RL16(&p->buf[56]))
AV_RL16          2729 libavformat/mxfenc.c                 sample = AV_RL16(samples)<<12;
AV_RL16            36 libavformat/ncdec.c     size = AV_RL16(probe_packet->buf + 5);
AV_RL16           723 libavformat/nsvdec.c             int asize = AV_RL16(p->buf+i+22);
AV_RL16           725 libavformat/nsvdec.c             if (offset <= p->buf_size - 2 && AV_RL16(p->buf + offset) == 0xBEEF)
AV_RL16           161 libavformat/oggparseogm.c         st->codecpar->codec_id = ff_codec_get_id(ff_codec_wav_tags, AV_RL16(p + 124));
AV_RL16           162 libavformat/oggparseogm.c         st->codecpar->channels = AV_RL16(p + 126);
AV_RL16            60 libavformat/oggparseopus.c         priv->pre_skip        = AV_RL16(packet + 10);
AV_RL16            49 libavformat/oggparseskeleton.c         version_major = AV_RL16(buf+8);
AV_RL16            50 libavformat/oggparseskeleton.c         version_minor = AV_RL16(buf+10);
AV_RL16            98 libavformat/psxstr.c                 int current_sector = AV_RL16(&sector[0x1C]);
AV_RL16            99 libavformat/psxstr.c                 int sector_count   = AV_RL16(&sector[0x1E]);
AV_RL16           182 libavformat/psxstr.c                 int current_sector = AV_RL16(&sector[0x1C]);
AV_RL16           183 libavformat/psxstr.c                 int sector_count   = AV_RL16(&sector[0x1E]);
AV_RL16           205 libavformat/psxstr.c                     st->codecpar->width      = AV_RL16(&sector[0x28]);
AV_RL16           206 libavformat/psxstr.c                     st->codecpar->height     = AV_RL16(&sector[0x2A]);
AV_RL16           162 libavformat/riffdec.c         nb_streams         = AV_RL16(par->extradata + 4);
AV_RL16           193 libavformat/rtmppkt.c         channel_id = AV_RL16(buf) + 64;
AV_RL16           203 libavformat/rtpdec_vp8.c         vp8->first_part_size = (AV_RL16(&buf[1]) << 3 | buf[0] >> 5) + 3;
AV_RL16           161 libavformat/rtpenc_h263_rfc2190.c                         state.mba   = AV_RL16(&ptr[6]);
AV_RL16            99 libavformat/s337m.c             data_type = AV_RL16(buf    );
AV_RL16           100 libavformat/s337m.c             data_size = AV_RL16(buf + 2);
AV_RL16            72 libavformat/sierravmd.c     if (AV_RL16(&p->buf[0]) != VMD_HEADER_SIZE - 2)
AV_RL16            74 libavformat/sierravmd.c     w = AV_RL16(&p->buf[12]);
AV_RL16            75 libavformat/sierravmd.c     h = AV_RL16(&p->buf[14]);
AV_RL16            76 libavformat/sierravmd.c     sample_rate = AV_RL16(&p->buf[804]);
AV_RL16           107 libavformat/sierravmd.c     width = AV_RL16(&vmd->vmd_header[12]);
AV_RL16           108 libavformat/sierravmd.c     height = AV_RL16(&vmd->vmd_header[14]);
AV_RL16           136 libavformat/sierravmd.c     vmd->sample_rate = AV_RL16(&vmd->vmd_header[804]);
AV_RL16           146 libavformat/sierravmd.c         st->codecpar->block_align = AV_RL16(&vmd->vmd_header[806]);
AV_RL16           179 libavformat/sierravmd.c     vmd->frame_count = AV_RL16(&vmd->vmd_header[6]);
AV_RL16           180 libavformat/sierravmd.c     vmd->frames_per_block = AV_RL16(&vmd->vmd_header[18]);
AV_RL16           185 libavformat/sierravmd.c     sound_buffers = AV_RL16(&vmd->vmd_header[808]);
AV_RL16           267 libavformat/spdifenc.c         blocks = (AV_RL16(pkt->data + 4) >> 2) & 0x7f;
AV_RL16            57 libavformat/tmv.c         AV_RL16(p->buf+4) >= PROBE_MIN_SAMPLE_RATE &&
AV_RL16            58 libavformat/tmv.c         AV_RL16(p->buf+6) >= PROBE_MIN_AUDIO_SIZE  &&
AV_RL16            41 libavformat/tta.c         (AV_RL16(&p->buf[4]) == 1 || AV_RL16(&p->buf[4]) == 2) &&
AV_RL16            42 libavformat/tta.c         AV_RL16(&p->buf[6]) > 0 &&
AV_RL16            43 libavformat/tta.c         AV_RL16(&p->buf[8]) > 0 &&
AV_RL16            83 libavformat/ttaenc.c     avio_wl16(s->pb, par->extradata ? AV_RL16(par->extradata + 4) : 1);
AV_RL16            32 libavformat/vocdec.c     version = AV_RL16(p->buf + 22);
AV_RL16            33 libavformat/vocdec.c     check = AV_RL16(p->buf + 24);
AV_RL16           582 libavformat/wavdec.c         AV_RL16(st->codecpar->extradata) == 1) {
AV_RL16           383 libavformat/wavenc.c                 wav->peak_maxpos[c] = FFMAX(wav->peak_maxpos[c], (int16_t)AV_RL16(pkt->data + i));
AV_RL16           384 libavformat/wavenc.c                 wav->peak_maxneg[c] = FFMIN(wav->peak_maxneg[c], (int16_t)AV_RL16(pkt->data + i));
AV_RL16            63 libavformat/westwood_aud.c     field = AV_RL16(&p->buf[0]);
AV_RL16            93 libavformat/westwood_aud.c     sample_rate = AV_RL16(&header[0]);
AV_RL16           146 libavformat/westwood_aud.c     chunk_size = AV_RL16(&preamble[0]);
AV_RL16           153 libavformat/westwood_aud.c         int out_size = AV_RL16(&preamble[2]);
AV_RL16           107 libavformat/westwood_vqa.c     st->codecpar->width = AV_RL16(&header[6]);
AV_RL16           108 libavformat/westwood_vqa.c     st->codecpar->height = AV_RL16(&header[8]);
AV_RL16           111 libavformat/westwood_vqa.c     st->duration  = AV_RL16(&header[4]);
AV_RL16           118 libavformat/westwood_vqa.c     wsvqa->version      = AV_RL16(&header[ 0]);
AV_RL16           119 libavformat/westwood_vqa.c     wsvqa->sample_rate  = AV_RL16(&header[24]);
AV_RL16           229 libavformat/westwood_vqa.c                         pkt->duration = AV_RL16(pkt->data) / wsvqa->channels;
AV_RL16            43 libavformat/wtvdec.c     AV_RL32(g),AV_RL16(g+4),AV_RL16(g+6),g[8],g[9],g[10],g[11],g[12],g[13],g[14],g[15]
AV_RL16           268 libavformat/wtvdec.c         dir_length  = AV_RL16(buf + 16);
AV_RL16           578 libavformat/wtvdec.c     switch (AV_RL16(st->codecpar->extradata)) {
AV_RL16           587 libavformat/wtvdec.c     switch (AV_RL16(st->codecpar->extradata + 6)) {
AV_RL16            41 libavformat/wv.c     wv->version       = AV_RL16(data + 8);
AV_RL16            71 libavformat/wvdec.c         AV_RL16(&p->buf[8]) >= 0x402 &&
AV_RL16            72 libavformat/wvdec.c         AV_RL16(&p->buf[8]) <= 0x410)
AV_RL16            56 libavformat/xa.c     channels        = AV_RL16(p->buf + 10);
AV_RL16            58 libavformat/xa.c     bits_per_sample = AV_RL16(p->buf + 22);
AV_RL16            48 libavformat/yop.c         AV_RL16(probe_packet->buf + 12 + 6) >= 920    &&
AV_RL16            49 libavformat/yop.c         AV_RL16(probe_packet->buf + 12 + 6) < probe_packet->buf[12] * 3 + 4 + probe_packet->buf[7] * 2048
AV_RL16            98 libavformat/yop.c     yop->audio_block_length = AV_RL16(video_par->extradata + 6);
AV_RL16            42 libavutil/avr32/intreadwrite.h #define AV_RL16 AV_RL16
AV_RL16           151 libavutil/intreadwrite.h #   if    defined(AV_RN16) && !defined(AV_RL16)
AV_RL16           153 libavutil/intreadwrite.h #   elif !defined(AV_RN16) &&  defined(AV_RL16)
AV_RL16           154 libavutil/intreadwrite.h #       define AV_RN16(p) AV_RL16(p)
AV_RL16           252 libavutil/intreadwrite.h #ifndef AV_RL16
AV_RL16           408 libavutil/intreadwrite.h #ifndef AV_RL16
AV_RL16            78 libavutil/pixdesc.c             else if(is_16bit) val = flags & AV_PIX_FMT_FLAG_BE ? AV_RB16(p) : AV_RL16(p);
AV_RL16           144 libavutil/pixdesc.c                         uint16_t val = AV_RL16(p) | (s << shift);
AV_RL16            53 libavutil/tomi/intreadwrite.h #define AV_RL16 AV_RL16
AV_RL16            39 libswscale/bayer_template.c #define BAYER_READ(x) AV_RL16(&(x))
AV_RL16            44 libswscale/gamma.c             uint16_t r = AV_RL16(src1 + j*4 + 0);
AV_RL16            45 libswscale/gamma.c             uint16_t g = AV_RL16(src1 + j*4 + 1);
AV_RL16            46 libswscale/gamma.c             uint16_t b = AV_RL16(src1 + j*4 + 2);
AV_RL16            38 libswscale/input.c #define input_pixel(pos) (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
AV_RL16           250 libswscale/input.c                                         : AV_RL16(&src[(i) * 2])))
AV_RL16           422 libswscale/input.c         dst[i] = AV_RL16(src + 4 * i + 3);
AV_RL16           560 libswscale/input.c         AV_WN16(dstU + i * 2, AV_RL16(src + i * 8 + 2) >> 6);
AV_RL16           561 libswscale/input.c         AV_WN16(dstV + i * 2, AV_RL16(src + i * 8 + 6) >> 6);
AV_RL16           570 libswscale/input.c         AV_WN16(dst + i * 2, AV_RL16(src + i * 4) >> 6);
AV_RL16           601 libswscale/input.c         AV_WN16(dst + i * 2, AV_RL16(src + i * 4));
AV_RL16           609 libswscale/input.c         AV_WN16(dst + i * 2, AV_RL16(src + i * 4 + 2));
AV_RL16           633 libswscale/input.c         AV_WN16(dst + i * 2, AV_RL16(src + i * 8 + 2));
AV_RL16           642 libswscale/input.c         AV_WN16(dstU + i * 2, AV_RL16(src + i * 8 + 4));
AV_RL16           643 libswscale/input.c         AV_WN16(dstV + i * 2, AV_RL16(src + i * 8 + 6));
AV_RL16           652 libswscale/input.c         AV_WN16(dst + i * 2, AV_RL16(src + i * 8));
AV_RL16           705 libswscale/input.c         AV_WN16(dst + i * 2, AV_RL16(src + i * 2) >> 6);
AV_RL16           724 libswscale/input.c         AV_WN16(dstU + i * 2, AV_RL16(src1 + i * 4 + 0) >> 6);
AV_RL16           725 libswscale/input.c         AV_WN16(dstV + i * 2, AV_RL16(src1 + i * 4 + 2) >> 6);
AV_RL16           746 libswscale/input.c         AV_WN16(dstU + i * 2, AV_RL16(src1 + i * 4 + 0));
AV_RL16           747 libswscale/input.c         AV_WN16(dstV + i * 2, AV_RL16(src1 + i * 4 + 2));
AV_RL16           762 libswscale/input.c #define input_pixel(pos) (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
AV_RL16           910 libswscale/input.c     is_be ? AV_RB16(src) : AV_RL16(src)
AV_RL16           643 libswscale/swscale.c                 x = AV_RL16(src + xp + 0);
AV_RL16           644 libswscale/swscale.c                 y = AV_RL16(src + xp + 1);
AV_RL16           645 libswscale/swscale.c                 z = AV_RL16(src + xp + 2);
AV_RL16           699 libswscale/swscale.c                 r = AV_RL16(src + xp + 0);
AV_RL16           700 libswscale/swscale.c                 g = AV_RL16(src + xp + 1);
AV_RL16           701 libswscale/swscale.c                 b = AV_RL16(src + xp + 2);
AV_RL16          1861 libswscale/swscale_unscaled.c                                 COPY_UP(AV_RL16, AV_WB16)
AV_RL16          1863 libswscale/swscale_unscaled.c                                 COPY_UP(AV_RL16, AV_WL16)