bswap_buf         469 libavcodec/4xm.c     f->bbdsp.bswap_buf(f->bitstream_buffer, (const uint32_t *) (buf + extra),
bswap_buf         813 libavcodec/4xm.c     f->bbdsp.bswap_buf(f->bitstream_buffer, (const uint32_t *) prestream,
bswap_buf        1883 libavcodec/alsdec.c                     ctx->bdsp.bswap_buf((uint32_t *) ctx->crc_buffer,
bswap_buf        1471 libavcodec/apedec.c         s->bdsp.bswap_buf((uint32_t *) s->data, (const uint32_t *) buf,
bswap_buf         227 libavcodec/asvdec.c         a->bbdsp.bswap_buf((uint32_t *) a->bitstream_buffer,
bswap_buf         301 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         155 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        1211 libavcodec/huffyuvdec.c     s->bdsp.bswap_buf((uint32_t *) s->bitstream_buffer,
bswap_buf        1254 libavcodec/huffyuvdec.c             s->bdsp.bswap_buf((uint32_t *)s->bitstream_buffer,
bswap_buf        1024 libavcodec/huffyuvenc.c         s->bdsp.bswap_buf((uint32_t *) pkt->data, (uint32_t *) pkt->data, size);
bswap_buf         385 libavcodec/imm4.c     s->bdsp.bswap_buf((uint32_t *)s->bitstream,
bswap_buf         426 libavcodec/mimic.c     ctx->bbdsp.bswap_buf(ctx->swap_buf,
bswap_buf         302 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         333 libavcodec/rawdec.c                 context->bbdsp.bswap_buf(context->bitstream_buf, (const uint32_t*)buf, buf_size / 4);
bswap_buf         921 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         193 libavcodec/utvideodec.c         c->bdsp.bswap_buf((uint32_t *) c->slice_bits,
bswap_buf         354 libavcodec/utvideodec.c         c->bdsp.bswap_buf((uint32_t *) c->slice_bits,
bswap_buf         505 libavcodec/utvideoenc.c         c->bdsp.bswap_buf((uint32_t *) c->slice_bits,
bswap_buf          35 libavcodec/x86/bswapdsp_init.c         c->bswap_buf = ff_bswap32_buf_sse2;
bswap_buf          37 libavcodec/x86/bswapdsp_init.c         c->bswap_buf = ff_bswap32_buf_ssse3;
bswap_buf          39 libavcodec/x86/bswapdsp_init.c         c->bswap_buf = ff_bswap32_buf_avx2;
bswap_buf         322 libavcodec/ylc.c     s->bdsp.bswap_buf((uint32_t *) s->table_bits,
bswap_buf         355 libavcodec/ylc.c     s->bdsp.bswap_buf((uint32_t *) s->bitstream_bits,
bswap_buf          69 tests/checkasm/bswapdsp.c     if (check_func(h.bswap_buf, "bswap_buf"))