AV_RB24 96 libavcodec/aliaspixenc.c pixel = AV_RB24(in_buf); AV_RB24 98 libavcodec/aliaspixenc.c pixel == AV_RB24(in_buf)) { AV_RB24 71 libavcodec/bintext.c s->palette[i] = 0xFF000000 | (AV_RB24(p) << 2) | ((AV_RB24(p) >> 4) & 0x30303); AV_RB24 91 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 330 libavcodec/cinepak.c encoded_buf_size = AV_RB24(&s->data[1]); AV_RB24 381 libavcodec/cinepak.c strip_size = AV_RB24 (&s->data[1]) - 12; AV_RB24 164 libavcodec/eacmv.c s->palette[i] = 0xFFU << 24 | AV_RB24(buf); AV_RB24 86 libavcodec/eatgv.c size = AV_RB24(src); AV_RB24 298 libavcodec/eatgv.c s->palette[i] = 0xFFU << 24 | AV_RB24(buf); AV_RB24 769 libavcodec/ffv1dec.c int size = AV_RB24(p-trailer); AV_RB24 914 libavcodec/ffv1dec.c if (i || f->version > 2) v = AV_RB24(buf_p-trailer) + trailer; AV_RB24 301 libavcodec/fic.c tsize = AV_RB24(src + 24); AV_RB24 540 libavcodec/hqx.c slice_off[i] = AV_RB24(src + 8 + i * 3); AV_RB24 161 libavcodec/iff.c pal[i] = 0xFF000000 | AV_RB24(palette + i*3); AV_RB24 164 libavcodec/iff.c pal[i + 32] = 0xFF000000 | (AV_RB24(palette + i*3) & 0xFEFEFE) >> 1; AV_RB24 194 libavcodec/jvdec.c uint32_t pal = AV_RB24(buf); AV_RB24 655 libavcodec/mss12.c c->pal[i] = 0xFFU << 24 | AV_RB24(avctx->extradata + 52 + AV_RB24 171 libavcodec/mss2.c *pal++ = AV_RB24(buf + 3 * i); AV_RB24 158 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 83 libavcodec/tak.c CRC = AV_RB24(buf + buf_size); AV_RB24 182 libavcodec/tiertexseqv.c palette[i] = 0xFFU << 24 | AV_RB24(c); AV_RB24 556 libavcodec/zmbv.c AV_WN32(&frame->data[1][j * 4], 0xFFU << 24 | AV_RB24(&c->pal[j * 3])); AV_RB24 122 libavfilter/vf_hflip.c int32_t v = AV_RB24(in); AV_RB24 324 libavfilter/vf_rotate.c v = AV_RB24(pin); AV_RB24 438 libavfilter/vf_rotate.c v = AV_RB24(pin); AV_RB24 195 libavfilter/vf_transpose.c int32_t v = AV_RB24(src + x * srclinesize + y * 3); AV_RB24 111 libavformat/avc.c AV_RB24(data) == 0x000001) { AV_RB24 171 libavformat/avc.c if (*size >= 4 && (AV_RB32(in) == 0x00000001 || AV_RB24(in) == 0x000001)) AV_RB24 619 libavformat/ffmdec.c size = AV_RB24(ffm->header + 2); AV_RB24 623 libavformat/ffmdec.c duration = AV_RB24(ffm->header + 5); AV_RB24 94 libavformat/flacdec.c samplerate = AV_RB24(st->codec->extradata + 10) >> 4; AV_RB24 88 libavformat/hdsenc.c int size = AV_RB24(&buf[1]) + 11 + 4; AV_RB24 1098 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 1544 libavformat/matroskaenc.c (AV_RB24(codec->extradata) == 1 || AV_RB32(codec->extradata) == 1)) AV_RB24 1547 libavformat/matroskaenc.c (AV_RB24(codec->extradata) == 1 || AV_RB32(codec->extradata) == 1)) AV_RB24 45 libavformat/microdvddec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 4274 libavformat/movenc.c (AV_RB24(trk->vos_data) == 1 || AV_RB32(trk->vos_data) == 1)) { AV_RB24 1206 libavformat/mpegtsenc.c if (pkt->size < 5 || AV_RB32(pkt->data) != 0x0000001 && AV_RB24(pkt->data) != 0x000001) { AV_RB24 1279 libavformat/mpegtsenc.c if (extradd && AV_RB24(st->codec->extradata) > 1) AV_RB24 59 libavformat/mpegvideodec.c if (AV_RB24(p->buf + j + 9) & 0xFFFFFE) AV_RB24 68 libavformat/oggparseflac.c samplerate = AV_RB24(st->codec->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 321 libavformat/omadec.c codec_params = AV_RB24(&buf[33]); AV_RB24 210 libavformat/rtmppkt.c ts_field = AV_RB24(buf); AV_RB24 215 libavformat/rtmppkt.c size = AV_RB24(buf); AV_RB24 229 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 257 libavformat/spdifenc.c core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1; AV_RB24 42 libavformat/stldec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 44 libavformat/subviewerdec.c if (AV_RB24(ptr) == 0xEFBBBF) AV_RB24 66 libavformat/swfdec.c if ( AV_RB24(p->buf) != AV_RB24("CWS") AV_RB24 67 libavformat/swfdec.c && AV_RB24(p->buf) != AV_RB24("FWS")) AV_RB24 390 libavformat/swfdec.c if (alpha_bmp) colormap[i] = buf[3]<<24 | AV_RB24(buf + 4*i); AV_RB24 391 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 375 libavutil/mem.c uint32_t v = AV_RB24(dst - 3);