AV_RL16 363 libavcodec/4xm.c bitstream_size = AV_RL16(buf-4); AV_RL16 364 libavcodec/4xm.c wordstream_size= AV_RL16(buf-2); AV_RL16 1097 libavcodec/adpcm.c c->status[0].predictor = (int16_t)AV_RL16(src + 10); AV_RL16 1098 libavcodec/adpcm.c c->status[1].predictor = (int16_t)AV_RL16(src + 12); AV_RL16 1136 libavcodec/adpcm.c c->status[0].predictor = (int16_t)AV_RL16(src + 0); AV_RL16 1140 libavcodec/adpcm.c c->status[1].predictor = (int16_t)AV_RL16(src + 0); AV_RL16 184 libavcodec/apedec.c s->fileversion = AV_RL16(avctx->extradata); AV_RL16 185 libavcodec/apedec.c s->compression_level = AV_RL16(avctx->extradata + 2); AV_RL16 186 libavcodec/apedec.c s->flags = AV_RL16(avctx->extradata + 4); AV_RL16 78 libavcodec/avs.c first = AV_RL16(buf); AV_RL16 79 libavcodec/avs.c last = first + AV_RL16(buf + 2); AV_RL16 47 libavcodec/bytestream.h DEF (le16, 2, AV_RL16, AV_WL16) AV_RL16 1196 libavcodec/dca.c tmp = ((mrk == DCA_MARKER_14B_BE) ? AV_RB16(src) : AV_RL16(src)) & 0x3FFF; AV_RL16 190 libavcodec/dpcm.c predictor[0] = AV_RL16(&buf[6]); AV_RL16 211 libavcodec/dpcm.c predictor[0] = AV_RL16(&buf[in]); AV_RL16 216 libavcodec/dpcm.c predictor[1] = AV_RL16(&buf[in]); AV_RL16 236 libavcodec/dpcm.c predictor[0] = AV_RL16(&buf[in]); AV_RL16 240 libavcodec/dpcm.c predictor[1] = AV_RL16(&buf[in]); AV_RL16 161 libavcodec/dsicinav.c cmd = AV_RL16(src); src += 2; AV_RL16 210 libavcodec/dsicinav.c palette_colors_count = AV_RL16(buf+1); AV_RL16 325 libavcodec/dsicinav.c cin->delta = (int16_t)AV_RL16(src); src += 2; AV_RL16 124 libavcodec/eacmv.c s->width = AV_RL16(&buf[4]); AV_RL16 125 libavcodec/eacmv.c s->height = AV_RL16(&buf[6]); AV_RL16 130 libavcodec/eacmv.c s->avctx->time_base.den = AV_RL16(&buf[10]); AV_RL16 132 libavcodec/eacmv.c pal_start = AV_RL16(&buf[12]); AV_RL16 133 libavcodec/eacmv.c pal_count = AV_RL16(&buf[14]); AV_RL16 206 libavcodec/eatgq.c s->width = big_endian ? AV_RB16(&buf[0]) : AV_RL16(&buf[0]); AV_RL16 207 libavcodec/eatgq.c s->height = big_endian ? AV_RB16(&buf[2]) : AV_RL16(&buf[2]); AV_RL16 151 libavcodec/eatgv.c num_mvs = AV_RL16(&buf[0]); AV_RL16 152 libavcodec/eatgv.c num_blocks_raw = AV_RL16(&buf[2]); AV_RL16 153 libavcodec/eatgv.c num_blocks_packed = AV_RL16(&buf[4]); AV_RL16 154 libavcodec/eatgv.c vector_bits = AV_RL16(&buf[6]); AV_RL16 256 libavcodec/eatgv.c s->width = AV_RL16(&buf[0]); AV_RL16 257 libavcodec/eatgv.c s->height = AV_RL16(&buf[2]); AV_RL16 264 libavcodec/eatgv.c pal_count = AV_RL16(&buf[6]); AV_RL16 114 libavcodec/eatqi.c s->width = AV_RL16(&buf[0]); AV_RL16 115 libavcodec/eatqi.c s->height = AV_RL16(&buf[2]); AV_RL16 87 libavcodec/flicvideo.c s->fli_type = AV_RL16(&fli_header[4]); /* Might be overridden if a Magic Carpet FLC */ AV_RL16 98 libavcodec/flicvideo.c depth = AV_RL16(&fli_header[12]); AV_RL16 177 libavcodec/flicvideo.c num_chunks = AV_RL16(&buf[stream_ptr]); AV_RL16 186 libavcodec/flicvideo.c chunk_type = AV_RL16(&buf[stream_ptr]); AV_RL16 203 libavcodec/flicvideo.c color_packets = AV_RL16(&buf[stream_ptr]); AV_RL16 244 libavcodec/flicvideo.c compressed_lines = AV_RL16(&buf[stream_ptr]); AV_RL16 247 libavcodec/flicvideo.c line_packets = AV_RL16(&buf[stream_ptr]); AV_RL16 296 libavcodec/flicvideo.c starting_line = AV_RL16(&buf[stream_ptr]); AV_RL16 301 libavcodec/flicvideo.c compressed_lines = AV_RL16(&buf[stream_ptr]); AV_RL16 475 libavcodec/flicvideo.c num_chunks = AV_RL16(&buf[stream_ptr]); AV_RL16 484 libavcodec/flicvideo.c chunk_type = AV_RL16(&buf[stream_ptr]); AV_RL16 500 libavcodec/flicvideo.c compressed_lines = AV_RL16(&buf[stream_ptr]); AV_RL16 503 libavcodec/flicvideo.c line_packets = AV_RL16(&buf[stream_ptr]); AV_RL16 521 libavcodec/flicvideo.c pixel = AV_RL16(&buf[stream_ptr]); AV_RL16 531 libavcodec/flicvideo.c *((signed short*)(&pixels[pixel_ptr])) = AV_RL16(&buf[stream_ptr]); AV_RL16 598 libavcodec/flicvideo.c *((signed short*)(&pixels[pixel_ptr])) = AV_RL16(&buf[pixel_ptr]); AV_RL16 618 libavcodec/flicvideo.c pixel = AV_RL16(&buf[stream_ptr]); AV_RL16 633 libavcodec/flicvideo.c *((signed short*)(&pixels[pixel_ptr])) = AV_RL16(&buf[stream_ptr]); AV_RL16 663 libavcodec/flicvideo.c *((signed short*)(&pixels[y_ptr + pixel_ptr])) = AV_RL16(&buf[stream_ptr+pixel_ptr]); AV_RL16 369 libavcodec/kmvc.c c->palsize = AV_RL16(avctx->extradata + 10); AV_RL16 325 libavcodec/lcldec.c uqvq = AV_RL16(encoded+pixel_ptr); AV_RL16 329 libavcodec/lcldec.c uqvq -= AV_RL16(encoded+pixel_ptr+1); AV_RL16 64 libavcodec/mlp.c crc ^= AV_RL16(buf + buf_size - 2); AV_RL16 87 libavcodec/mlp_parser.c if (checksum != AV_RL16(gb->buffer+26)) { AV_RL16 121 libavcodec/mmvideo.c const int data_ptr = 2 + AV_RL16(&buf[0]); AV_RL16 168 libavcodec/mmvideo.c type = AV_RL16(&buf[0]); AV_RL16 184 libavcodec/msrledec.c pix16 = AV_RL16(src); AV_RL16 203 libavcodec/msrledec.c case 16: pix16 = AV_RL16(src); 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 189 libavcodec/nuv.c w = AV_RL16(&buf[6]); AV_RL16 190 libavcodec/nuv.c h = AV_RL16(&buf[8]); AV_RL16 88 libavcodec/pcx.c xmin = AV_RL16(buf+ 4); AV_RL16 89 libavcodec/pcx.c ymin = AV_RL16(buf+ 6); AV_RL16 90 libavcodec/pcx.c xmax = AV_RL16(buf+ 8); AV_RL16 91 libavcodec/pcx.c ymax = AV_RL16(buf+10); AV_RL16 102 libavcodec/pcx.c bytes_per_line = AV_RL16(buf+66); AV_RL16 86 libavcodec/pixdesc.h else val= AV_RL16(p); AV_RL16 46 libavcodec/ptx.c offset = AV_RL16(buf); AV_RL16 47 libavcodec/ptx.c w = AV_RL16(buf+8); AV_RL16 48 libavcodec/ptx.c h = AV_RL16(buf+10); AV_RL16 49 libavcodec/ptx.c bytes_per_pixel = AV_RL16(buf+12) >> 3; AV_RL16 84 libavcodec/ptx.c AV_WN16(ptr+x, AV_RL16(buf+x)); AV_RL16 146 libavcodec/rl2.c s->video_base = AV_RL16(&avctx->extradata[0]); AV_RL16 35 libavcodec/s3tc.c c0 = AV_RL16(s); AV_RL16 36 libavcodec/s3tc.c c1 = AV_RL16(s+2); AV_RL16 65 libavcodec/targa.c *((uint16_t*)dst) = AV_RL16(src); AV_RL16 108 libavcodec/targa.c first_clr = AV_RL16(buf); buf += 2; AV_RL16 109 libavcodec/targa.c colors = AV_RL16(buf); buf += 2; AV_RL16 111 libavcodec/targa.c x = AV_RL16(buf); buf += 2; AV_RL16 112 libavcodec/targa.c y = AV_RL16(buf); buf += 2; AV_RL16 113 libavcodec/targa.c w = AV_RL16(buf); buf += 2; AV_RL16 114 libavcodec/targa.c h = AV_RL16(buf); buf += 2; AV_RL16 204 libavcodec/targa.c dst16[x] = AV_RL16(buf + x * 2); AV_RL16 57 libavcodec/tiff.c int v = le ? AV_RL16(*p) : AV_RB16(*p); AV_RL16 419 libavcodec/tiff.c id = AV_RL16(buf); buf += 2; AV_RL16 349 libavcodec/truemotion1.c header.ysize = AV_RL16(&header_buffer[3]); AV_RL16 350 libavcodec/truemotion1.c header.xsize = AV_RL16(&header_buffer[5]); AV_RL16 351 libavcodec/truemotion1.c header.checksum = AV_RL16(&header_buffer[7]); AV_RL16 55 libavcodec/txd.c w = AV_RL16(cur+80); AV_RL16 56 libavcodec/txd.c h = AV_RL16(cur+82); AV_RL16 229 libavcodec/vmdav.c frame_x = AV_RL16(&s->buf[6]); AV_RL16 230 libavcodec/vmdav.c frame_y = AV_RL16(&s->buf[8]); AV_RL16 231 libavcodec/vmdav.c frame_width = AV_RL16(&s->buf[10]) - frame_x + 1; AV_RL16 232 libavcodec/vmdav.c frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; AV_RL16 78 libavcodec/vmnc.c case 4: return AV_RL16(buf); AV_RL16 149 libavcodec/vqavideo.c s->width = AV_RL16(&vqa_header[6]); AV_RL16 150 libavcodec/vqavideo.c s->height = AV_RL16(&vqa_header[8]); AV_RL16 236 libavcodec/vqavideo.c count = AV_RL16(&src[src_index]); AV_RL16 238 libavcodec/vqavideo.c src_pos = AV_RL16(&src[src_index]); AV_RL16 249 libavcodec/vqavideo.c count = AV_RL16(&src[src_index]); AV_RL16 260 libavcodec/vqavideo.c src_pos = AV_RL16(&src[src_index]); AV_RL16 585 libavcodec/wavpack.c s->decorr[i].samplesA[0] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 586 libavcodec/wavpack.c s->decorr[i].samplesA[1] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 588 libavcodec/wavpack.c s->decorr[i].samplesB[0] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 589 libavcodec/wavpack.c s->decorr[i].samplesB[1] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 594 libavcodec/wavpack.c s->decorr[i].samplesA[0] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 595 libavcodec/wavpack.c s->decorr[i].samplesB[0] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 599 libavcodec/wavpack.c s->decorr[i].samplesA[j] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 601 libavcodec/wavpack.c s->decorr[i].samplesB[j] = wp_exp2(AV_RL16(buf)); buf += 2; AV_RL16 617 libavcodec/wavpack.c s->ch[j].median[i] = wp_exp2(AV_RL16(buf)); AV_RL16 626 libavcodec/wavpack.c s->ch[i].slow_level = wp_exp2(AV_RL16(buf)); AV_RL16 632 libavcodec/wavpack.c s->ch[i].bitrate_acc = AV_RL16(buf) << 16; AV_RL16 638 libavcodec/wavpack.c s->ch[i].bitrate_delta = wp_exp2((int16_t)AV_RL16(buf)); AV_RL16 95 libavcodec/wmadec.c flags1 = AV_RL16(extradata); AV_RL16 96 libavcodec/wmadec.c flags2 = AV_RL16(extradata+2); AV_RL16 99 libavcodec/wmadec.c flags2 = AV_RL16(extradata+4); AV_RL16 63 libavcodec/ws-snd1.c out_size = AV_RL16(&buf[0]); AV_RL16 65 libavcodec/ws-snd1.c in_size = AV_RL16(&buf[2]); AV_RL16 296 libavcodec/xan.c huffman_segment = s->buf + AV_RL16(&s->buf[0]); AV_RL16 297 libavcodec/xan.c size_segment = s->buf + AV_RL16(&s->buf[2]); AV_RL16 298 libavcodec/xan.c vector_segment = s->buf + AV_RL16(&s->buf[4]); AV_RL16 299 libavcodec/xan.c imagedata_segment = s->buf + AV_RL16(&s->buf[6]); AV_RL16 534 libavcodec/zmbv.c uint16_t tmp = AV_RL16(src); AV_RL16 546 libavcodec/zmbv.c uint16_t tmp = AV_RL16(src); AV_RL16 61 libavformat/flic.c magic_number = AV_RL16(&p->buf[4]); AV_RL16 67 libavformat/flic.c if(AV_RL16(&p->buf[0x10]) != FLIC_CHUNK_MAGIC_1){ AV_RL16 72 libavformat/flic.c if( AV_RL16(&p->buf[0x08]) > 4096 AV_RL16 73 libavformat/flic.c || AV_RL16(&p->buf[0x0A]) > 4096) AV_RL16 96 libavformat/flic.c magic_number = AV_RL16(&header[4]); AV_RL16 109 libavformat/flic.c st->codec->width = AV_RL16(&header[0x08]); AV_RL16 110 libavformat/flic.c st->codec->height = AV_RL16(&header[0x0A]); AV_RL16 129 libavformat/flic.c if (AV_RL16(&header[0x10]) == FLIC_CHUNK_MAGIC_1) { AV_RL16 175 libavformat/flic.c magic = AV_RL16(&preamble[4]); AV_RL16 62 libavformat/idroq.c if ((AV_RL16(&p->buf[0]) != RoQ_MAGIC_NUMBER) || AV_RL16 84 libavformat/idroq.c roq->framerate = AV_RL16(&preamble[6]); AV_RL16 97 libavformat/idroq.c chunk_type = AV_RL16(&preamble[0]); AV_RL16 107 libavformat/idroq.c roq->width = AV_RL16(&preamble[0]); AV_RL16 108 libavformat/idroq.c roq->height = AV_RL16(&preamble[2]); AV_RL16 128 libavformat/idroq.c av_log(s, AV_LOG_ERROR, " unknown RoQ chunk type (%04X)\n", AV_RL16(&preamble[0])); AV_RL16 197 libavformat/idroq.c chunk_type = AV_RL16(&preamble[0]); AV_RL16 234 libavformat/ipmovie.c chunk_size = AV_RL16(&chunk_preamble[0]); AV_RL16 235 libavformat/ipmovie.c chunk_type = AV_RL16(&chunk_preamble[2]); AV_RL16 285 libavformat/ipmovie.c opcode_size = AV_RL16(&opcode_preamble[0]); AV_RL16 323 libavformat/ipmovie.c s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]); AV_RL16 325 libavformat/ipmovie.c 1000000.0/s->frame_pts_inc, AV_RL32(&scratch[0]), AV_RL16(&scratch[4])); AV_RL16 340 libavformat/ipmovie.c s->audio_sample_rate = AV_RL16(&scratch[4]); AV_RL16 341 libavformat/ipmovie.c audio_flags = AV_RL16(&scratch[2]); AV_RL16 378 libavformat/ipmovie.c s->video_width = AV_RL16(&scratch[0]) * 8; AV_RL16 379 libavformat/ipmovie.c s->video_height = AV_RL16(&scratch[2]) * 8; AV_RL16 439 libavformat/ipmovie.c first_color = AV_RL16(&scratch[0]); AV_RL16 440 libavformat/ipmovie.c last_color = first_color + AV_RL16(&scratch[2]) - 1; AV_RL16 537 libavformat/ipmovie.c chunk_type = AV_RL16(&chunk_preamble[2]); AV_RL16 62 libavformat/mm.c if (AV_RL16(&p->buf[0]) != MM_TYPE_HEADER) AV_RL16 138 libavformat/mm.c type = AV_RL16(&preamble[0]); AV_RL16 139 libavformat/mm.c length = AV_RL16(&preamble[2]); AV_RL16 1613 libavformat/mxfenc.c sample = AV_RL16(samples)<<12; AV_RL16 35 libavformat/ncdec.c size = AV_RL16(probe_packet->buf + 5); AV_RL16 125 libavformat/oggparseogm.c st->codec->codec_id = codec_get_id(codec_wav_tags, AV_RL16(p + 124)); AV_RL16 126 libavformat/oggparseogm.c st->codec->channels = AV_RL16(p + 126); AV_RL16 152 libavformat/psxstr.c int current_sector = AV_RL16(§or[0x1C]); AV_RL16 153 libavformat/psxstr.c int sector_count = AV_RL16(§or[0x1E]); AV_RL16 175 libavformat/psxstr.c st->codec->width = AV_RL16(§or[0x28]); AV_RL16 176 libavformat/psxstr.c st->codec->height = AV_RL16(§or[0x2A]); AV_RL16 66 libavformat/sierravmd.c if (AV_RL16(&p->buf[0]) != VMD_HEADER_SIZE - 2) AV_RL16 108 libavformat/sierravmd.c vst->codec->width = AV_RL16(&vmd->vmd_header[12]); AV_RL16 109 libavformat/sierravmd.c vst->codec->height = AV_RL16(&vmd->vmd_header[14]); AV_RL16 119 libavformat/sierravmd.c vmd->sample_rate = AV_RL16(&vmd->vmd_header[804]); AV_RL16 130 libavformat/sierravmd.c st->codec->block_align = AV_RL16(&vmd->vmd_header[806]); AV_RL16 149 libavformat/sierravmd.c vmd->frame_count = AV_RL16(&vmd->vmd_header[6]); AV_RL16 150 libavformat/sierravmd.c vmd->frames_per_block = AV_RL16(&vmd->vmd_header[18]); AV_RL16 155 libavformat/sierravmd.c sound_buffers = AV_RL16(&vmd->vmd_header[808]); 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 105 libavformat/westwood.c field = AV_RL16(&p->buf[0]); AV_RL16 137 libavformat/westwood.c wsaud->audio_samplerate = AV_RL16(&header[0]); AV_RL16 186 libavformat/westwood.c chunk_size = AV_RL16(&preamble[0]); AV_RL16 247 libavformat/westwood.c st->codec->width = AV_RL16(&header[6]); AV_RL16 248 libavformat/westwood.c st->codec->height = AV_RL16(&header[8]); AV_RL16 251 libavformat/westwood.c if (AV_RL16(&header[24]) || (AV_RL16(&header[0]) == 1 && AV_RL16(&header[2]) == 1)) { AV_RL16 257 libavformat/westwood.c if (AV_RL16(&header[0]) == 1) AV_RL16 262 libavformat/westwood.c st->codec->sample_rate = AV_RL16(&header[24]); AV_RL16 349 libavformat/westwood.c wsvqa->audio_frame_counter += AV_RL16(pkt->data) / wsvqa->audio_channels;