MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_init_dsd_data

Function ff_init_dsd_data

libavcodec/dsd.c:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92av_cold void ff_init_dsd_data(void)
93{
94 static AVOnce init_static_once = AV_ONCE_INIT;
95 ff_thread_once(&init_static_once, dsd_ctables_tableinit);
96}
97
98void ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf,
99 const uint8_t *src, ptrdiff_t src_stride,

Callers 3

decode_initFunction · 0.85
decode_initFunction · 0.85
wv_dsd_resetFunction · 0.85

Calls 1

ff_thread_onceFunction · 0.85

Tested by

no test coverage detected