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

Function ff_dcadct_init

libavcodec/dcadct.c:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358av_cold void ff_dcadct_init(DCADCTContext *c)
359{
360 c->imdct_half[0] = imdct_half_32;
361 c->imdct_half[1] = imdct_half_64;
362}

Callers 1

ff_dca_core_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected