AV_RB32            95 libavcodec/adxdec.c     offset = (AV_RB32(buf)^0x80000000)+4;
AV_RB32            99 libavcodec/adxdec.c     avctx->sample_rate = AV_RB32(buf+8);
AV_RB32           109 libavcodec/alac.c     if(AV_RB32(ptr) >= UINT_MAX/4){
AV_RB32           420 libavcodec/bitstream.h         name##_cache= AV_RB32( ((const uint8_t *)(gb)->buffer)+(name##_index>>3) ) << (name##_index&0x07);\
AV_RB32            49 libavcodec/bytestream.h DEF  (be32, 4, AV_RB32, AV_WB32)
AV_RB32            90 libavcodec/cinepak.c             flag  = AV_RB32 (data);
AV_RB32           152 libavcodec/cinepak.c                 flag  = AV_RB32 (data);
AV_RB32           162 libavcodec/cinepak.c                     flag  = AV_RB32 (data);
AV_RB32          1183 libavcodec/dca.c     mrk = AV_RB32(src);
AV_RB32           106 libavcodec/dirac_parser.c     pu->next_pu_offset = AV_RB32(start+5);
AV_RB32           107 libavcodec/dirac_parser.c     pu->prev_pu_offset = AV_RB32(start+9);
AV_RB32           187 libavcodec/dirac_parser.c             int pts =  AV_RB32(cur_pu + 13);
AV_RB32           115 libavcodec/dnxhddec.c     ctx->cid = AV_RB32(buf + 0x28);
AV_RB32           136 libavcodec/dnxhddec.c         ctx->mb_scan_index[i] = AV_RB32(buf + 0x170 + (i<<2));
AV_RB32            49 libavcodec/dvdsub_parser.c             pc->packet_len = AV_RB32(buf+2);
AV_RB32           161 libavcodec/dvdsubdec.c #define READ_OFFSET(a) (big_offsets ? AV_RB32(a) : AV_RB16(a))
AV_RB32           275 libavcodec/dvdsubdec.c                 offset1 = AV_RB32(buf + pos);
AV_RB32           276 libavcodec/dvdsubdec.c                 offset2 = AV_RB32(buf + pos + 4);
AV_RB32            60 libavcodec/dxa.c     mv   = data + AV_RB32(src + 0);
AV_RB32            61 libavcodec/dxa.c     msk  = mv   + AV_RB32(src + 4);
AV_RB32           168 libavcodec/dxa.c                 mask = AV_RB32(msk);
AV_RB32           152 libavcodec/eacmv.c     if (AV_RL32(buf)==MVIh_TAG||AV_RB32(buf)==MVIh_TAG) {
AV_RB32           116 libavcodec/h264_mp4toannexb_bsf.c             nal_size = AV_RB32(buf);
AV_RB32           113 libavcodec/libmp3lame.c     uint32_t header = AV_RB32(data);
AV_RB32            76 libavcodec/libopenjpeg.c     if((AV_RB32(buf) == 12) &&
AV_RB32            77 libavcodec/libopenjpeg.c        (AV_RB32(buf + 4) == JP2_SIG_TYPE) &&
AV_RB32            78 libavcodec/libopenjpeg.c        (AV_RB32(buf + 8) == JP2_SIG_VALUE)) {
AV_RB32           224 libavcodec/mlp_parser.c     sync_present = (AV_RB32(buf + 4) & 0xfffffffe) == 0xf8726fba;
AV_RB32            36 libavcodec/mp3_header_compress_bsf.c     header = AV_RB32(buf);
AV_RB32            58 libavcodec/mp3_header_compress_bsf.c     extraheader = AV_RB32(avctx->extradata+11);
AV_RB32            34 libavcodec/mp3_header_decompress_bsf.c     header = AV_RB32(buf);
AV_RB32            47 libavcodec/mp3_header_decompress_bsf.c     header= AV_RB32(avctx->extradata+11) & MP3_MASK;
AV_RB32          2267 libavcodec/mpeg12.c     if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == SEQ_END_CODE)) {
AV_RB32           126 libavcodec/mpegaudio_parser.c                 header = AV_RB32(s->inbuf);
AV_RB32           181 libavcodec/mpegaudio_parser.c                     header = AV_RB32(p);
AV_RB32           182 libavcodec/mpegaudio_parser.c                     header1 = AV_RB32(s->inbuf);
AV_RB32          2272 libavcodec/mpegaudiodec.c     header = AV_RB32(buf);
AV_RB32          2342 libavcodec/mpegaudiodec.c     header = AV_RB32(buf) | 0xffe00000;
AV_RB32          2496 libavcodec/mpegaudiodec.c         header = (AV_RB32(buf) & 0x000fffff) | s->syncword; // patch header
AV_RB32           113 libavcodec/mpegvideo.c     *state= AV_RB32(p);
AV_RB32          1816 libavcodec/qdm2.c     size = AV_RB32(extradata);
AV_RB32          1826 libavcodec/qdm2.c     if (AV_RB32(extradata) != MKBETAG('Q','D','C','A')) {
AV_RB32          1833 libavcodec/qdm2.c     avctx->channels = s->nb_channels = s->channels = AV_RB32(extradata);
AV_RB32          1838 libavcodec/qdm2.c     avctx->sample_rate = AV_RB32(extradata);
AV_RB32          1841 libavcodec/qdm2.c     avctx->bit_rate = AV_RB32(extradata);
AV_RB32          1844 libavcodec/qdm2.c     s->group_size = AV_RB32(extradata);
AV_RB32          1847 libavcodec/qdm2.c     s->fft_size = AV_RB32(extradata);
AV_RB32          1850 libavcodec/qdm2.c     s->checksum_size = AV_RB32(extradata);
AV_RB32            61 libavcodec/qdrw.c     colors = AV_RB32(buf);
AV_RB32            98 libavcodec/rpza.c     chunk_size = AV_RB32(&s->buf[stream_ptr]) & 0x00FFFFFF;
AV_RB32           545 libavcodec/rv10.c     avctx->sub_id= AV_RB32((uint8_t*)avctx->extradata + 4);
AV_RB32          1368 libavcodec/rv34.c     else                   return AV_RL32(buf + n*8 - 4) == 1 ? AV_RL32(buf + n*8) :  AV_RB32(buf + n*8);
AV_RB32           308 libavcodec/shorten.c         if (get_bits_long(&s->gb, 32) != AV_RB32("ajkg")) {
AV_RB32           120 libavcodec/smc.c     chunk_size = AV_RB32(&s->buf[stream_ptr]) & 0x00FFFFFF;
AV_RB32           321 libavcodec/smc.c                 color_flags = AV_RB32(&s->buf[stream_ptr]);
AV_RB32            54 libavcodec/sunrast.c     if (AV_RB32(buf) != 0x59a66a95) {
AV_RB32            59 libavcodec/sunrast.c     w         = AV_RB32(buf+4);
AV_RB32            60 libavcodec/sunrast.c     h         = AV_RB32(buf+8);
AV_RB32            61 libavcodec/sunrast.c     depth     = AV_RB32(buf+12);
AV_RB32            62 libavcodec/sunrast.c     type      = AV_RB32(buf+20);
AV_RB32            63 libavcodec/sunrast.c     maptype   = AV_RB32(buf+24);
AV_RB32            64 libavcodec/sunrast.c     maplength = AV_RB32(buf+28);
AV_RB32           823 libavcodec/svq3.c             size = AV_RB32(&extradata[4]);
AV_RB32            63 libavcodec/tiff.c     int v = le ? AV_RL32(*p) : AV_RB32(*p);
AV_RB32           271 libavcodec/truemotion2.c     len = AV_RB32(buf); buf += 4; cur += 4;
AV_RB32           277 libavcodec/truemotion2.c     toks = AV_RB32(buf); buf += 4; cur += 4;
AV_RB32           279 libavcodec/truemotion2.c         len = AV_RB32(buf); buf += 4; cur += 4;
AV_RB32           281 libavcodec/truemotion2.c             len = AV_RB32(buf); buf += 4; cur += 4;
AV_RB32           292 libavcodec/truemotion2.c     if(AV_RB32(buf) == TM2_ESCAPE) {
AV_RB32           313 libavcodec/truemotion2.c     len = AV_RB32(buf); buf += 4; cur += 4;
AV_RB32            98 libavcodec/txd.c             v = AV_RB32(palette+y);
AV_RB32          4076 libavcodec/vc1.c             switch(AV_RB32(start)){
AV_RB32          4179 libavcodec/vc1.c         if(IS_MARKER(AV_RB32(buf))){ /* frame starts with marker and needs to be parsed */
AV_RB32          4188 libavcodec/vc1.c                 switch(AV_RB32(start)){
AV_RB32          4209 libavcodec/vc1.c             if((divider == (buf + buf_size)) || AV_RB32(divider) != VC1_CODE_FIELD){
AV_RB32           596 libavcodec/vmdav.c         uint32_t flags = AV_RB32(p);
AV_RB32            81 libavcodec/vmnc.c     case 9: return AV_RB32(buf);
AV_RB32           336 libavcodec/vmnc.c         enc = AV_RB32(src); src += 4;
AV_RB32           330 libavcodec/vqavideo.c         chunk_type = AV_RB32(&s->buf[index]);
AV_RB32           331 libavcodec/vqavideo.c         chunk_size = AV_RB32(&s->buf[index + 4]);
AV_RB32           395 libavcodec/vqavideo.c         chunk_size = AV_RB32(&s->buf[cpl0_chunk + 4]);
AV_RB32           423 libavcodec/vqavideo.c         chunk_size = AV_RB32(&s->buf[cbfz_chunk + 4]);
AV_RB32           432 libavcodec/vqavideo.c         chunk_size = AV_RB32(&s->buf[cbf0_chunk + 4]);
AV_RB32           452 libavcodec/vqavideo.c     chunk_size = AV_RB32(&s->buf[vptz_chunk + 4]);
AV_RB32           526 libavcodec/vqavideo.c         chunk_size = AV_RB32(&s->buf[cbp0_chunk + 4]);
AV_RB32           549 libavcodec/vqavideo.c         chunk_size = AV_RB32(&s->buf[cbpz_chunk + 4]);
AV_RB32           100 libavformat/avc.c         if (AV_RB32(data) == 0x00000001 ||
AV_RB32           116 libavformat/avc.c                 size = AV_RB32(buf);
AV_RB32           491 libavformat/dv.c     state = AV_RB32(p->buf);
AV_RB32           179 libavformat/dxa.c             size = AV_RB32(buf + 5);
AV_RB32           414 libavformat/ffmdec.c             pkt->dts = pkt->pts - AV_RB32(ffm->header+16);
AV_RB32            41 libavformat/lmlm4.c     packet_size = AV_RB32(buf+4);
AV_RB32           829 libavformat/matroskadec.c     if (AV_RB32(p->buf) != EBML_ID_HEADER)
AV_RB32           779 libavformat/matroskaenc.c         (AV_RB24(codec->extradata) == 1 || AV_RB32(codec->extradata) == 1))
AV_RB32          1101 libavformat/mov.c             st->codec->frame_size = AV_RB32(st->codec->extradata+12);
AV_RB32          1983 libavformat/mov.c             offset = AV_RB32(p->buf+offset) + offset;
AV_RB32           521 libavformat/movenc.c     put_be32(pb, AV_RB32(track->vosData + 0x28)); /* dnxhd cid, some id ? */
AV_RB32           390 libavformat/mp3.c             header = AV_RB32(buf2);
AV_RB32          1245 libavformat/mpegts.c     v = AV_RB32(p);
AV_RB32           730 libavformat/mpegtsenc.c         if (pkt->size < 5 || AV_RB32(pkt->data) != 0x0000001) {
AV_RB32           322 libavformat/mxfdec.c                 av_log(s, AV_LOG_ERROR, "error getting stream index %d\n", AV_RB32(klv.key+12));
AV_RB32          1476 libavformat/mxfenc.c         sc->order = AV_RB32(sc->track_essence_element_key+12);
AV_RB32            32 libavformat/ncdec.c     if (AV_RB32(probe_packet->buf) != NC_VIDEO_FLAG)
AV_RB32            40 libavformat/ncdec.c     if (AV_RB32(probe_packet->buf+16+size) == NC_VIDEO_FLAG)
AV_RB32           608 libavformat/raw.c             fsize = (AV_RB32(buf2+3)>>13) & 0x8FFF;
AV_RB32            58 libavformat/rl2.c     if(AV_RB32(&p->buf[0]) != FORM_TAG)
AV_RB32            61 libavformat/rl2.c     if(AV_RB32(&p->buf[8]) != RLV2_TAG &&
AV_RB32            62 libavformat/rl2.c         AV_RB32(&p->buf[8]) != RLV3_TAG)
AV_RB32            72 libavformat/rtpdec.c     s->last_rtcp_timestamp = AV_RB32(buf + 16);
AV_RB32           443 libavformat/rtpdec.c     timestamp = AV_RB32(buf + 4);
AV_RB32           444 libavformat/rtpdec.c     ssrc = AV_RB32(buf + 8);
AV_RB32           486 libavformat/rtpdec.c             h = AV_RB32(buf);
AV_RB32           497 libavformat/rtpdec.c             h = AV_RB32(buf);
AV_RB32            70 libavformat/segafilm.c     if (AV_RB32(&p->buf[0]) != FILM_TAG)
AV_RB32            94 libavformat/segafilm.c     data_offset = AV_RB32(&scratch[4]);
AV_RB32            95 libavformat/segafilm.c     film->version = AV_RB32(&scratch[8]);
AV_RB32           122 libavformat/segafilm.c     if (AV_RB32(&scratch[0]) != FDSC_TAG)
AV_RB32           125 libavformat/segafilm.c     if (AV_RB32(&scratch[8]) == CVID_TAG) {
AV_RB32           139 libavformat/segafilm.c         st->codec->width = AV_RB32(&scratch[16]);
AV_RB32           140 libavformat/segafilm.c         st->codec->height = AV_RB32(&scratch[12]);
AV_RB32           163 libavformat/segafilm.c     if (AV_RB32(&scratch[0]) != STAB_TAG)
AV_RB32           165 libavformat/segafilm.c     film->base_clock = AV_RB32(&scratch[8]);
AV_RB32           166 libavformat/segafilm.c     film->sample_count = AV_RB32(&scratch[12]);
AV_RB32           182 libavformat/segafilm.c             data_offset + AV_RB32(&scratch[0]);
AV_RB32           183 libavformat/segafilm.c         film->sample_table[i].sample_size = AV_RB32(&scratch[4]);
AV_RB32           184 libavformat/segafilm.c         if (AV_RB32(&scratch[8]) == 0xFFFFFFFF) {
AV_RB32           194 libavformat/segafilm.c             film->sample_table[i].pts = AV_RB32(&scratch[8]) & 0x7FFFFFFF;
AV_RB32           170 libavformat/swfdec.c             if (AV_RB32(pkt->data) == 0xffd8ffd9 ||
AV_RB32           171 libavformat/swfdec.c                 AV_RB32(pkt->data) == 0xffd9ffd8) {
AV_RB32           159 libavformat/wc3movie.c     size = (AV_RB32(&preamble[4]) + 1) & (~1);
AV_RB32           238 libavformat/wc3movie.c         size = (AV_RB32(&preamble[4]) + 1) & (~1);
AV_RB32           300 libavformat/wc3movie.c         size = (AV_RB32(&preamble[4]) + 1) & (~1);
AV_RB32           207 libavformat/westwood.c     if ((AV_RB32(&p->buf[0]) != FORM_TAG) ||
AV_RB32           208 libavformat/westwood.c         (AV_RB32(&p->buf[8]) != WVQA_TAG))
AV_RB32           286 libavformat/westwood.c         chunk_tag = AV_RB32(&scratch[0]);
AV_RB32           287 libavformat/westwood.c         chunk_size = AV_RB32(&scratch[4]);
AV_RB32           328 libavformat/westwood.c         chunk_type = AV_RB32(&preamble[0]);
AV_RB32           329 libavformat/westwood.c         chunk_size = AV_RB32(&preamble[4]);