bswap_buf         379 libavcodec/4xm.c     f->dsp.bswap_buf((uint32_t*)f->bitstream_buffer, (const uint32_t*)(buf + extra), bitstream_size/4);
bswap_buf         657 libavcodec/4xm.c     f->dsp.bswap_buf((uint32_t*)f->bitstream_buffer, (const uint32_t*)prestream, prestream_size/4);
bswap_buf         831 libavcodec/apedec.c         s->dsp.bswap_buf((uint32_t*)s->data, (const uint32_t*)buf, buf_size >> 2);
bswap_buf         411 libavcodec/asv1.c         a->dsp.bswap_buf((uint32_t*)a->bitstream_buffer, (const uint32_t*)buf, buf_size/4);
bswap_buf         513 libavcodec/asv1.c         a->dsp.bswap_buf((uint32_t*)buf, (uint32_t*)buf, size);
bswap_buf        4585 libavcodec/dsputil.c     c->bswap_buf= bswap_buf;
bswap_buf         355 libavcodec/dsputil.h     void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w);
bswap_buf         133 libavcodec/eatqi.c     s->dsp.bswap_buf((uint32_t*)t->bitstream_buf, (const uint32_t*)buf, (buf_end-buf)/4);
bswap_buf         104 libavcodec/fraps.c     s->dsp.bswap_buf((uint32_t *)s->tmpbuf, (const uint32_t *)src, size >> 2);
bswap_buf         971 libavcodec/huffyuv.c     s->dsp.bswap_buf((uint32_t*)s->bitstream_buffer, (const uint32_t*)buf, buf_size/4);
bswap_buf        1411 libavcodec/huffyuv.c         s->dsp.bswap_buf((uint32_t*)buf, (uint32_t*)buf, size);
bswap_buf         340 libavcodec/mimic.c     ctx->dsp.bswap_buf((uint32_t*)ctx->swap_buf,
bswap_buf         449 libavcodec/mlib/dsputil_mlib.c     c->bswap_buf = bswap_buf_mlib;
bswap_buf         305 libavcodec/motionpixels.c     mp->dsp.bswap_buf((uint32_t *)mp->bswapbuf, (const uint32_t *)buf, buf_size / 4);
bswap_buf          58 libavcodec/mpc7.c     c->dsp.bswap_buf((uint32_t*)buf, (const uint32_t*)avctx->extradata, 4);
bswap_buf         176 libavcodec/mpc7.c     c->dsp.bswap_buf((uint32_t*)bits, (const uint32_t*)(buf + 4), (buf_size - 4) >> 2);
bswap_buf         786 libavcodec/truemotion2.c     l->dsp.bswap_buf((uint32_t*)swbuf, (const uint32_t*)buf, buf_size >> 2);