Searched refs:bswap16_buf (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | bswapdsp.c | 43 static void bswap16_buf(uint16_t *dst, const uint16_t *src, int len) in bswap16_buf() function 52 c->bswap16_buf = bswap16_buf; in ff_bswapdsp_init()
|
D | bswapdsp.h | 26 void (*bswap16_buf)(uint16_t *dst, const uint16_t *src, int len); member
|
D | mdec.c | 186 a->bbdsp.bswap16_buf((uint16_t *)a->bitstream_buffer, (uint16_t *)buf, (buf_size + 1) / 2); in decode_frame()
|
D | eamad.c | 314 s->bbdsp.bswap16_buf(s->bitstream_buf, (const uint16_t *)(buf + bytestream2_tell(&gb)), in decode_frame()
|
D | cllc.c | 400 ctx->bdsp.bswap16_buf((uint16_t *) ctx->swapped_buf, (uint16_t *) src, in cllc_decode_frame()
|
D | rawdec.c | 325 … context->bbdsp.bswap16_buf(context->bitstream_buf, (const uint16_t*)buf, buf_size / 2); in MKSCALE16()
|
D | shorten.c | 760 s->bdsp.bswap16_buf(((uint16_t **)frame->extended_data)[chan], in shorten_decode_frame()
|
D | imc.c | 1047 q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2); in imc_decode_frame()
|
D | mobiclip.c | 1225 s->bdsp.bswap16_buf((uint16_t *)s->bitstream, in mobiclip_decode()
|
D | flacenc.c | 1305 s->bdsp.bswap16_buf((uint16_t *) s->md5_buffer, in update_md5_sum()
|
D | ac3dec.c | 1526 s->bdsp.bswap16_buf((uint16_t *) s->input_buffer, in ac3_decode_frame()
|
D | exr.c | 666 s->bbdsp.bswap16_buf(out, in, td->xsize * pixel_half_size); in piz_uncompress()
|
D | hevcdec.c | 3425 s->bdsp.bswap16_buf((uint16_t *) s->checksum_buf, in verify_md5()
|
/third_party/ffmpeg/tests/checkasm/ |
D | bswapdsp.c | 73 if (check_func(h.bswap16_buf, "bswap16_buf")) in checkasm_check_bswapdsp()
|