AV_RB24 92 libavcodec/aliaspixenc.c pixel = AV_RB24(in_buf); AV_RB24 94 libavcodec/aliaspixenc.c pixel == AV_RB24(in_buf)) { AV_RB24 120 libavcodec/aptxdec.c AV_RB24(input + 3*channel)); AV_RB24 77 libavcodec/bintext.c s->palette[i] = 0xFF000000 | (AV_RB24(p) << 2) | ((AV_RB24(p) >> 4) & 0x30303); AV_RB24 93 libavcodec/bytestream.h DEF(unsigned int, be24, 3, AV_RB24, AV_WB24) AV_RB24 280 libavcodec/cinepak.c chunk_size = AV_RB24 (&data[1]) - 4; AV_RB24 324 libavcodec/cinepak.c encoded_buf_size = AV_RB24(&s->data[1]); AV_RB24 361 libavcodec/cinepak.c int strip_size = AV_RB24 (data + 1); AV_RB24 400 libavcodec/cinepak.c strip_size = AV_RB24 (&s->data[1]) - 12; AV_RB24 50 libavcodec/dolby_e.c return AV_RB24(key) >> 24 - s->word_bits; AV_RB24 77 libavcodec/dolby_e.c put_bits(&pb, 20, AV_RB24(src) >> 4 ^ key); AV_RB24 82 libavcodec/dolby_e.c AV_WB24(dst, AV_RB24(src) ^ key); AV_RB24 602 libavcodec/dolby_e.c hdr = AV_RB24(avpkt->data); AV_RB24 164 libavcodec/eacmv.c s->palette[i] = 0xFFU << 24 | AV_RB24(buf); AV_RB24 87 libavcodec/eatgv.c size = AV_RB24(src); AV_RB24 300 libavcodec/eatgv.c s->palette[i] = 0xFFU << 24 | AV_RB24(buf); AV_RB24 253 libavcodec/elsdec.c ctx->x = AV_RB24(in); AV_RB24 748 libavcodec/ffv1dec.c int size = AV_RB24(p-trailer); AV_RB24 891 libavcodec/ffv1dec.c if (i || f->version > 2) v = AV_RB24(buf_p-trailer) + trailer; AV_RB24 313 libavcodec/fic.c tsize = AV_RB24(src + 24); AV_RB24 147 libavcodec/h264_mp4toannexb_bsf.c (extra_size >= 3 && AV_RB24(ctx->par_in->extradata) == 1) || AV_RB24 104 libavcodec/hevc_mp4toannexb_bsf.c AV_RB24(ctx->par_in->extradata) == 1 || AV_RB24 455 libavcodec/hqx.c ctx->slice_off[i] = AV_RB24(src + 8 + i * 3); AV_RB24 170 libavcodec/iff.c pal[i] = 0xFF000000 | AV_RB24(palette + i*3); AV_RB24 173 libavcodec/iff.c pal[i + 32] = 0xFF000000 | (AV_RB24(palette + i*3) & 0xFEFEFE) >> 1; AV_RB24 1076 libavcodec/j2kenc.c bytestream_put_be24(&s->buf, HAVE_BIGENDIAN ? AV_RB24(palette + 1) : AV_RL24(palette)); AV_RB24 205 libavcodec/jvdec.c uint32_t pal = AV_RB24(buf); AV_RB24 2059 libavcodec/mjpegdec.c if (id != AV_RB32("PROF") || id2 != AV_RB24("ILE")) { AV_RB24 196 libavcodec/movtextdec.c m->d.back_color = AV_RB24(tx3g_ptr); AV_RB24 215 libavcodec/movtextdec.c m->d.color = AV_RB24(tx3g_ptr); AV_RB24 339 libavcodec/movtextdec.c m->s_temp->color = AV_RB24(tsmb); AV_RB24 668 libavcodec/mss12.c c->pal[i] = 0xFFU << 24 | AV_RB24(avctx->extradata + 52 + AV_RB24 173 libavcodec/mss2.c *pal++ = AV_RB24(buf + 3 * i); AV_RB24 163 libavcodec/rl2.c s->palette[i] = 0xFFU << 24 | AV_RB24(&avctx->extradata[6 + i * 3]); AV_RB24 1439 libavcodec/sanm.c ctx->pal[i] = 0xFFU << 24 | AV_RB24(tmp); AV_RB24 85 libavcodec/tak.c CRC = AV_RB24(buf + buf_size); AV_RB24 182 libavcodec/tiertexseqv.c palette[i] = 0xFFU << 24 | AV_RB24(c); AV_RB24 581 libavcodec/zmbv.c AV_WN32(&frame->data[1][j * 4], 0xFFU << 24 | AV_RB24(&c->pal[j * 3])); AV_RB24 99 libavfilter/vf_hflip.c int32_t v = AV_RB24(in); AV_RB24 373 libavfilter/vf_rotate.c v = AV_RB24(pin); AV_RB24 488 libavfilter/vf_rotate.c v = AV_RB24(pin); AV_RB24 652 libavfilter/vf_stereo3d.c AV_WB24(&dst[x], AV_RB24(&src[x * 2])); AV_RB24 980 libavfilter/vf_stereo3d.c AV_WB24(&dst[x ], (b&1) == (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); AV_RB24 981 libavfilter/vf_stereo3d.c AV_WB24(&dst[x+3], (b&1) != (y&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); AV_RB24 1037 libavfilter/vf_stereo3d.c AV_WB24(&dst[x ], b&1 ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); AV_RB24 1038 libavfilter/vf_stereo3d.c AV_WB24(&dst[x+3], !(b&1) ? AV_RB24(&left[p*m]) : AV_RB24(&right[p*m])); AV_RB24 113 libavfilter/vf_transpose.c int32_t v = AV_RB24(src + x*src_linesize + y*3); AV_RB24 121 libavformat/avc.c AV_RB24(data) != 0x000001) { AV_RB24 228 libavformat/avc.c if (*size >= 4 && (AV_RB32(in) == 0x00000001 || AV_RB24(in) == 0x000001)) AV_RB24 49 libavformat/codec2.c if (AV_RB24(p->buf) != AVPRIV_CODEC2_MAGIC) { AV_RB24 205 libavformat/concatdec.c (st->codecpar->extradata_size >= 3 && AV_RB24(st->codecpar->extradata) == 1) || AV_RB24 114 libavformat/flacdec.c samplerate = AV_RB24(st->codecpar->extradata + 10) >> 4; AV_RB24 240 libavformat/flacdec.c int size = AV_RB24(p->buf + 5); AV_RB24 243 libavformat/flacdec.c int sample_rate = AV_RB24(p->buf + 18) >> 4; AV_RB24 975 libavformat/flvdec.c unsigned size2 = AV_RB24(flv->resync_buffer + j1 - lsize2 + 1 - 4); AV_RB24 978 libavformat/flvdec.c unsigned size1 = AV_RB24(flv->resync_buffer + j1 - lsize1 + 1 - lsize2 - 8); AV_RB24 89 libavformat/hdsenc.c int size = AV_RB24(&buf[1]) + 11 + 4; AV_RB24 1085 libavformat/hevc.c } else if (!(AV_RB24(data) == 1 || AV_RB32(data) == 1)) { AV_RB24 56 libavformat/jacosubdec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 54 libavformat/lmlm4.c } else if (AV_RB24(buf + 8) == 0x000001) { /* PES Signal */ AV_RB24 44 libavformat/loasdec.c uint32_t header = AV_RB24(buf2); AV_RB24 2029 libavformat/matroskaenc.c (AV_RB24(par->extradata) == 1 || AV_RB32(par->extradata) == 1)) { AV_RB24 2032 libavformat/matroskaenc.c (AV_RB24(par->extradata) == 1 || AV_RB32(par->extradata) == 1)) { AV_RB24 45 libavformat/microdvddec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 5555 libavformat/movenc.c (AV_RB24(trk->vos_data) == 1 || AV_RB32(trk->vos_data) == 1)) { AV_RB24 1556 libavformat/mpegtsenc.c if (pkt->size < 5 || AV_RB32(pkt->data) != 0x0000001 && AV_RB24(pkt->data) != 0x000001) { AV_RB24 1573 libavformat/mpegtsenc.c if (pkt->size < 5 || AV_RB32(pkt->data) != 0x0000001 && AV_RB24(pkt->data) != 0x000001) { AV_RB24 1681 libavformat/mpegtsenc.c if (extradd && AV_RB24(st->codecpar->extradata) > 1) AV_RB24 1747 libavformat/mpegtsenc.c if (extradd && AV_RB24(st->codecpar->extradata) > 1) AV_RB24 1957 libavformat/mpegtsenc.c (AV_RB24(pkt->data) != 0x000001 || AV_RB24 1963 libavformat/mpegtsenc.c (AV_RB24(pkt->data) != 0x000001 || AV_RB24 61 libavformat/mpegvideodec.c if (AV_RB24(ptr + j + 9) & 0xFFFFFE) AV_RB24 44 libavformat/mpl2dec.c if (AV_RB24(ptr) == 0xefbbbf) AV_RB24 68 libavformat/oggparseflac.c samplerate = AV_RB24(st->codecpar->extradata + 10) >> 4; AV_RB24 56 libavformat/oggparsevp8.c st->sample_aspect_ratio.num = AV_RB24(p + 12); AV_RB24 57 libavformat/oggparsevp8.c st->sample_aspect_ratio.den = AV_RB24(p + 15); AV_RB24 435 libavformat/omadec.c codec_params = AV_RB24(&buf[33]); AV_RB24 334 libavformat/rawenc.c AV_RB24(pkt->data) != 0x000001) AV_RB24 357 libavformat/rawenc.c AV_RB24(pkt->data) != 0x000001) AV_RB24 210 libavformat/rtmppkt.c ts_field = AV_RB24(buf); AV_RB24 215 libavformat/rtmppkt.c size = AV_RB24(buf); AV_RB24 231 libavformat/rtpdec_jpeg.c off = AV_RB24(buf + 1); /* fragment byte offset */ AV_RB24 97 libavformat/rtpdec_xiph.c ident = AV_RB24(buf); AV_RB24 118 libavformat/segafilmenc.c encoded_buf_size = AV_RB24(&pkt->data[1]); AV_RB24 263 libavformat/spdifenc.c core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; AV_RB24 435 libavformat/spdifenc.c if (AV_RB24(pkt->data + 4) == 0xf8726f) { AV_RB24 42 libavformat/stldec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 45 libavformat/subviewerdec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 73 libavformat/swfdec.c if ( AV_RB24(p->buf) != AV_RB24("CWS") AV_RB24 74 libavformat/swfdec.c && AV_RB24(p->buf) != AV_RB24("FWS")) AV_RB24 77 libavformat/swfdec.c if ( AV_RB24(p->buf) == AV_RB24("CWS") AV_RB24 409 libavformat/swfdec.c if (alpha_bmp) colormap[i] = buf[3]<<24 | AV_RB24(buf + 4*i); AV_RB24 410 libavformat/swfdec.c else colormap[i] = 0xffU <<24 | AV_RB24(buf + 3*i); AV_RB24 44 libavformat/webvttdec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 64 libavutil/avr32/intreadwrite.h #define AV_RB24 AV_RB24 AV_RB24 101 libavutil/intreadwrite.h # if defined(AV_RN24) && !defined(AV_RB24) AV_RB24 103 libavutil/intreadwrite.h # elif !defined(AV_RN24) && defined(AV_RB24) AV_RB24 104 libavutil/intreadwrite.h # define AV_RN24(p) AV_RB24(p) AV_RB24 443 libavutil/intreadwrite.h #ifndef AV_RB24 AV_RB24 363 libavutil/mem.c uint32_t v = AV_RB24(dst - 3);