AV_RL24            89 libavcodec/bytestream.h DEF(unsigned int, le24, 3, AV_RL24, AV_WL24)
AV_RL24           226 libavcodec/dsicinvideo.c             cin->palette[buf[0]] = 0xFFU << 24 | AV_RL24(buf + 1);
AV_RL24            71 libavcodec/dxv.c         int tmp = AV_RL24(src);
AV_RL24           355 libavcodec/iff.c                     s->ham_palbuf[i*2+1] = 0xFF000000 | AV_RL24(palette + i*3);
AV_RL24          1076 libavcodec/j2kenc.c                 bytestream_put_be24(&s->buf, HAVE_BIGENDIAN ? AV_RB24(palette + 1) : AV_RL24(palette));
AV_RL24           114 libavcodec/kgv1dec.c                     offsets[oidx] = AV_RL24(buf);
AV_RL24           707 libavcodec/mss2.c                 if (buf_size < 4 || !(WMV9codedFrameSize = AV_RL24(buf)))
AV_RL24          1418 libavcodec/pngdec.c                 int tcolor = AV_RL24(s->transparent_color_be);
AV_RL24          1420 libavcodec/pngdec.c                     *pixel-- = AV_RL24(rowp-2) == tcolor ? 0 : 0xff;
AV_RL24           300 libavcodec/speedhq.c         slice_len = AV_RL24(buf + last_offset);
AV_RL24           437 libavcodec/speedhq.c     second_field_offset = AV_RL24(buf + 1);
AV_RL24           242 libavcodec/texturedsp.c         int tmp = AV_RL24(src);
AV_RL24           319 libavcodec/vp8.c         int size = AV_RL24(sizes + 3 * i);
AV_RL24           562 libavcodec/vp8.c     part1_size   = AV_RL24(buf) >> 4;
AV_RL24           720 libavcodec/vp8.c     header_size  = AV_RL24(buf) >> 5;
AV_RL24           742 libavcodec/vp8.c         if (AV_RL24(buf) != 0x2a019d) {
AV_RL24           744 libavcodec/vp8.c                    "Invalid start code 0x%x\n", AV_RL24(buf));
AV_RL24            58 libavcodec/vp8_parser.c         sync_code = AV_RL24(buf + 3);
AV_RL24            78 libavfilter/vf_super2xsai.c #define READ_COLOR3(dst, src_line, off) dst = AV_RL24 (src_line + 3*off)
AV_RL24          2726 libavformat/mxfenc.c                 sample = AV_RL24(samples)<< 4;
AV_RL24           722 libavformat/nsvdec.c             int vsize = AV_RL24(p->buf+i+19) >> 4;
AV_RL24           102 libavformat/s337m.c             data_type = AV_RL24(buf    );
AV_RL24           103 libavformat/s337m.c             data_size = AV_RL24(buf + 3);
AV_RL24            78 libavutil/avr32/intreadwrite.h #define AV_RL24 AV_RL24
AV_RL24           163 libavutil/intreadwrite.h #   if    defined(AV_RN24) && !defined(AV_RL24)
AV_RL24           165 libavutil/intreadwrite.h #   elif !defined(AV_RN24) &&  defined(AV_RL24)
AV_RL24           166 libavutil/intreadwrite.h #       define AV_RN24(p) AV_RL24(p)
AV_RL24           457 libavutil/intreadwrite.h #ifndef AV_RL24
AV_RL24           368 libavutil/mem.c     uint32_t v = AV_RL24(dst - 3);