AV_RB24 54 libavcodec/bethsoftvideo.c palette[a] = AV_RB24(&palette_buffer[a * 3]) * 4;
AV_RB24 50 libavcodec/bytestream.h DEF (be24, 3, AV_RB24, AV_WB24)
AV_RB24 279 libavcodec/cinepak.c chunk_size = AV_RB24 (&data[1]) - 4;
AV_RB24 367 libavcodec/cinepak.c strip_size = AV_RB24 (&s->data[1]) - 12;
AV_RB24 137 libavcodec/eacmv.c s->palette[i] = AV_RB24(buf);
AV_RB24 76 libavcodec/eatgv.c size = AV_RB24(src);
AV_RB24 267 libavcodec/eatgv.c s->palette[i] = AV_RB24(buf);
AV_RB24 99 libavcodec/gifdec.c s->image_palette[i] = (0xff << 24) | AV_RB24(spal);
AV_RB24 253 libavcodec/kmvc.c ctx->pal[i + (header & 0x81)] = AV_RB24(buf);
AV_RB24 78 libavcodec/mmvideo.c s->palette[i] = AV_RB24(buf);
AV_RB24 156 libavcodec/rl2.c s->palette[i] = AV_RB24(&avctx->extradata[6 + i * 3]);
AV_RB24 150 libavcodec/tiertexseqv.c palette[i] = AV_RB24(c);
AV_RB24 355 libavcodec/xan.c size = AV_RB24(size_segment);
AV_RB24 101 libavformat/avc.c AV_RB24(data) == 0x000001) {
AV_RB24 387 libavformat/ffmdec.c size = AV_RB24(ffm->header + 2);
AV_RB24 392 libavformat/ffmdec.c duration = AV_RB24(ffm->header + 5);
AV_RB24 52 libavformat/lmlm4.c } else if (AV_RB24(buf+8) == 0x000001) { /* PES Signal */
AV_RB24 779 libavformat/matroskaenc.c (AV_RB24(codec->extradata) == 1 || AV_RB32(codec->extradata) == 1))
AV_RB24 103 libavformat/oma.c codec_params = AV_RB24(&buf[33]);