// rt_mask_tables.hpp — runtime mask-apply tables captured from live snapshot // (snap_rt.bin, ctx 0x2370040, SR=48000/N=4096). Bit-exact mask chain (FUN_180529fe0). // IIR stage: y = A[i]*acc + B[i]*x (first-order leaky, B = 1 - A). #pragma once extern const double kIIR_A1[]; extern const double kIIR_B1[]; extern const double kIIR_A2[]; extern const double kIIR_B2[]; extern const double kIIR_A3[]; extern const double kIIR_B3[]; extern const float kWarp[]; extern const float kBand768[]; extern const float kPRNGLut[];