Searched refs:dsd_channel (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dsddec.c | 72 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel() function 111 avctx->execute2(avctx, dsd_channel, &td, NULL, avctx->channels); in decode_frame()
|
D | wavpack.c | 1615 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel() function 1681 avctx->execute2(avctx, dsd_channel, s->frame, NULL, avctx->channels); in wavpack_decode_frame()
|