| 315 | } |
| 316 | |
| 317 | static 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) |
nothing calls this directly
no test coverage detected