Home
last modified time | relevance | path

Searched refs:lsbf (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddsd.c95 void ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf, in ff_dsd2pcm_translate() argument
109 buf[pos] = lsbf ? ff_reverse[*src] : *src; in ff_dsd2pcm_translate()
H A Ddsddec.c75 int lsbf = avctx->codec_id == AV_CODEC_ID_DSD_LSBF || avctx->codec_id == AV_CODEC_ID_DSD_LSBF_PLANAR; in dsd_channel() local
91 ff_dsd2pcm_translate(&s[j], frame->nb_samples, lsbf, in dsd_channel()
H A Ddsd.h48 void ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf,

Completed in 1 milliseconds