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

Function decode_init

libavcodec/mpegaudiodec_template.c:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317static av_cold int decode_init(AVCodecContext *avctx)
318{
319 return decode_ctx_init(avctx, avctx->priv_data);
320}
321
322#define C3 FIXHR(0.86602540378443864676/2)
323#define C4 FIXHR(0.70710678118654752439/2) //0.5 / cos(pi*(9)/36)

Callers

nothing calls this directly

Calls 1

decode_ctx_initFunction · 0.85

Tested by

no test coverage detected