P2: decode mask-accumulator combine kernels from raw bytes — combine3(0x8d60)=sub, acc_add(0x5a20)=dst+=src, acc_fma(0x3c40)=dst+=a·b; implement + levelpath_check ALL OK
This commit is contained in:
@@ -11,3 +11,8 @@ void twin_mask_factory(void* ctx, int band_idx, int n_bins);
|
||||
|
||||
// FUN_180563a60: band LUT apply (level -> gain) t^gamma / power-law, 6 bands.
|
||||
void band_lut_apply(void* ctx);
|
||||
|
||||
// mask-accumulator combine kernels (FUN_180529fe0 CRT thunks).
|
||||
void combine_sub(double* out, const double* a, const double* b, int n); // 0x8d60
|
||||
void acc_add(double* dst, const double* src, int n); // 0x5a20
|
||||
void acc_fma(double* dst, const double* a, const double* b, int n); // 0x3c40
|
||||
|
||||
Reference in New Issue
Block a user