cascade 1c: chain_9_19 skeleton DIVIDE/FMA/EXP proxy, ready for vpermps/poly

This commit is contained in:
2026-08-29 15:31:59 +03:00
parent 04c51e5be0
commit d025fa5a23
2 changed files with 39 additions and 0 deletions
+5
View File
@@ -67,6 +67,11 @@ void cascade_detect(
bool is_magnitude = false // true = input_data is already |z|, skip Phase 1
);
// Main chain 919 (BLOCKMAP:620) — DIVIDE/FMA/EXP/FIR proxy (1c)
void chain_9_19(float* bands, float* tmp6f8, float* accVec,
const float* warp, const float* att, const float* rel,
size_t nbin);
// ---- Legacy structural chain functions --------------------------------------
// All per-bin buffers are length nbin = nfft/2+1 (internal grid).