Searched refs:bswap_buf (Results 1 – 23 of 23) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | bswapdsp_init.c | 35 c->bswap_buf = ff_bswap32_buf_sse2; in ff_bswapdsp_init_x86() 37 c->bswap_buf = ff_bswap32_buf_ssse3; in ff_bswapdsp_init_x86() 39 c->bswap_buf = ff_bswap32_buf_avx2; in ff_bswapdsp_init_x86()
|
/third_party/ffmpeg/libavcodec/ |
D | bswapdsp.c | 25 static void bswap_buf(uint32_t *dst, const uint32_t *src, int w) in bswap_buf() function 51 c->bswap_buf = bswap_buf; in ff_bswapdsp_init()
|
D | bswapdsp.h | 25 void (*bswap_buf)(uint32_t *dst, const uint32_t *src, int w); member
|
D | mpc7.c | 96 c->bdsp.bswap_buf((uint32_t *) buf, (const uint32_t *) avctx->extradata, 4); in mpc7_decode_init() 214 c->bdsp.bswap_buf((uint32_t *) c->bits, (const uint32_t *) buf, in mpc7_decode_frame()
|
D | ylc.c | 318 s->bdsp.bswap_buf((uint32_t *) s->buffer, in decode_frame() 339 s->bdsp.bswap_buf((uint32_t *) s->buffer, in decode_frame()
|
D | eatqi.c | 157 t->bsdsp.bswap_buf(t->bitstream_buf, (const uint32_t *) buf, in tqi_decode_frame()
|
D | fraps.c | 109 s->bdsp.bswap_buf((uint32_t *) s->tmpbuf, in fraps2_decode_plane()
|
D | asvdec.c | 238 a->bbdsp.bswap_buf((uint32_t *) a->bitstream_buffer, in decode_frame()
|
D | mimic.c | 415 ctx->bbdsp.bswap_buf(ctx->swap_buf, in mimic_decode_frame()
|
D | truespeech.c | 86 dec->bdsp.bswap_buf((uint32_t *) dec->buffer, (const uint32_t *) input, 8); in truespeech_read_frame()
|
D | asvenc.c | 299 a->bbdsp.bswap_buf((uint32_t *) pkt->data, in encode_frame()
|
D | 4xm.c | 472 f->bbdsp.bswap_buf(f->bitstream_buffer, (const uint32_t *) (buf + extra), in decode_p_frame() 816 f->bbdsp.bswap_buf(f->bitstream_buffer, (const uint32_t *) prestream, in decode_i_frame()
|
D | motionpixels.c | 297 mp->bdsp.bswap_buf((uint32_t *) mp->bswapbuf, (const uint32_t *) buf, in mp_decode_frame()
|
D | imm4.c | 373 s->bdsp.bswap_buf((uint32_t *)s->bitstream, in decode_frame()
|
D | utvideodec.c | 153 c->bdsp.bswap_buf((uint32_t *) c->slice_bits, in decode_plane10() 314 c->bdsp.bswap_buf((uint32_t *) c->slice_bits, in decode_plane()
|
D | rawdec.c | 327 … context->bbdsp.bswap_buf(context->bitstream_buf, (const uint32_t*)buf, buf_size / 4); in MKSCALE16()
|
D | utvideoenc.c | 493 c->bdsp.bswap_buf((uint32_t *) c->slice_bits, in encode_plane()
|
D | huffyuvdec.c | 1203 s->bdsp.bswap_buf((uint32_t *) s->bitstream_buffer, in decode_frame() 1246 s->bdsp.bswap_buf((uint32_t *)s->bitstream_buffer, in decode_frame()
|
D | truemotion2.c | 910 l->bdsp.bswap_buf((uint32_t *) l->buffer, (const uint32_t *) buf, in decode_frame()
|
D | huffyuvenc.c | 993 s->bdsp.bswap_buf((uint32_t *) pkt->data, (uint32_t *) pkt->data, size); in encode_frame()
|
D | apedec.c | 1511 s->bdsp.bswap_buf((uint32_t *) s->data, (const uint32_t *) buf, in ape_decode_frame()
|
D | alsdec.c | 1901 ctx->bdsp.bswap_buf((uint32_t *) ctx->crc_buffer, in decode_frame()
|
/third_party/ffmpeg/tests/checkasm/ |
D | bswapdsp.c | 70 if (check_func(h.bswap_buf, "bswap_buf")) in checkasm_check_bswapdsp()
|