Home
last modified time | relevance | path

Searched refs:bswap16_buf (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbswapdsp.c43 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()
Dbswapdsp.h26 void (*bswap16_buf)(uint16_t *dst, const uint16_t *src, int len); member
Dmdec.c186 a->bbdsp.bswap16_buf((uint16_t *)a->bitstream_buffer, (uint16_t *)buf, (buf_size + 1) / 2); in decode_frame()
Deamad.c314 s->bbdsp.bswap16_buf(s->bitstream_buf, (const uint16_t *)(buf + bytestream2_tell(&gb)), in decode_frame()
Dcllc.c400 ctx->bdsp.bswap16_buf((uint16_t *) ctx->swapped_buf, (uint16_t *) src, in cllc_decode_frame()
Drawdec.c325 … context->bbdsp.bswap16_buf(context->bitstream_buf, (const uint16_t*)buf, buf_size / 2); in MKSCALE16()
Dshorten.c760 s->bdsp.bswap16_buf(((uint16_t **)frame->extended_data)[chan], in shorten_decode_frame()
Dimc.c1047 q->bdsp.bswap16_buf(buf16, (const uint16_t *) buf, IMC_BLOCK_SIZE / 2); in imc_decode_frame()
Dmobiclip.c1225 s->bdsp.bswap16_buf((uint16_t *)s->bitstream, in mobiclip_decode()
Dflacenc.c1305 s->bdsp.bswap16_buf((uint16_t *) s->md5_buffer, in update_md5_sum()
Dac3dec.c1526 s->bdsp.bswap16_buf((uint16_t *) s->input_buffer, in ac3_decode_frame()
Dexr.c666 s->bbdsp.bswap16_buf(out, in, td->xsize * pixel_half_size); in piz_uncompress()
Dhevcdec.c3425 s->bdsp.bswap16_buf((uint16_t *) s->checksum_buf, in verify_md5()
/third_party/ffmpeg/tests/checkasm/
Dbswapdsp.c73 if (check_func(h.bswap16_buf, "bswap16_buf")) in checkasm_check_bswapdsp()