bswap_buf         467 libavcodec/4xm.c     f->bbdsp.bswap_buf(f->bitstream_buffer, (const uint32_t *) (buf + extra),
bswap_buf         806 libavcodec/4xm.c     f->bbdsp.bswap_buf(f->bitstream_buffer, (const uint32_t *) prestream,
bswap_buf        1564 libavcodec/alsdec.c                     ctx->bdsp.bswap_buf((uint32_t *) ctx->crc_buffer,
bswap_buf        1431 libavcodec/apedec.c         s->bdsp.bswap_buf((uint32_t *) s->data, (const uint32_t *) buf,
bswap_buf         224 libavcodec/asvdec.c         a->bbdsp.bswap_buf((uint32_t *) a->bitstream_buffer,
bswap_buf         304 libavcodec/asvenc.c         a->bbdsp.bswap_buf((uint32_t *) pkt->data,
bswap_buf          51 libavcodec/bswapdsp.c     c->bswap_buf   = bswap_buf;
bswap_buf          25 libavcodec/bswapdsp.h     void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w);
bswap_buf         131 libavcodec/eatqi.c     t->bsdsp.bswap_buf(t->bitstream_buf, (const uint32_t *) buf,
bswap_buf         105 libavcodec/fraps.c     s->bdsp.bswap_buf((uint32_t *) s->tmpbuf,
bswap_buf         917 libavcodec/huffyuvdec.c     s->bdsp.bswap_buf((uint32_t *) s->bitstream_buffer,
bswap_buf        1021 libavcodec/huffyuvenc.c         s->bdsp.bswap_buf((uint32_t *) pkt->data, (uint32_t *) pkt->data, size);
bswap_buf         430 libavcodec/mimic.c     ctx->bbdsp.bswap_buf(ctx->swap_buf,
bswap_buf         300 libavcodec/motionpixels.c     mp->bdsp.bswap_buf((uint32_t *) mp->bswapbuf, (const uint32_t *) buf,
bswap_buf          75 libavcodec/mpc7.c     c->bdsp.bswap_buf((uint32_t *) buf, (const uint32_t *) avctx->extradata, 4);
bswap_buf         232 libavcodec/mpc7.c     c->bdsp.bswap_buf((uint32_t *) c->bits, (const uint32_t *) buf,
bswap_buf         239 libavcodec/rawdec.c                 context->bbdsp.bswap_buf(context->bitstream_buf, (const uint32_t*)buf, buf_size / 4);
bswap_buf         892 libavcodec/truemotion2.c     l->bdsp.bswap_buf((uint32_t *) l->buffer, (const uint32_t *) buf,
bswap_buf          82 libavcodec/truespeech.c     dec->bdsp.bswap_buf((uint32_t *) dec->buffer, (const uint32_t *) input, 8);
bswap_buf         147 libavcodec/utvideodec.c         c->bdsp.bswap_buf((uint32_t *) c->slice_bits,
bswap_buf         506 libavcodec/utvideoenc.c         c->bdsp.bswap_buf((uint32_t *) c->slice_bits,
bswap_buf          34 libavcodec/x86/bswapdsp_init.c         c->bswap_buf = ff_bswap32_buf_sse2;
bswap_buf          36 libavcodec/x86/bswapdsp_init.c         c->bswap_buf = ff_bswap32_buf_ssse3;