XCORE SDK
XCORE Software Development Kit
bfp_misc.h
1 // Copyright 2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 
4 #pragma once
5 
6 #include "xs3_math_types.h"
7 
8 
9 
21 C_API
22 void bfp_complex_s32_gradient_constraint_mono(
24  const unsigned frame_advance);
25 
26 C_API
27 void bfp_complex_s32_gradient_constraint_stereo(
30  const unsigned frame_advance);
[bfp_s16_t]
Definition: xs3_math_types.h:340