Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds