summaryrefslogtreecommitdiff
path: root/silk/float/silk_scale_copy_vector_FLP.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/float/silk_scale_copy_vector_FLP.c')
-rw-r--r--silk/float/silk_scale_copy_vector_FLP.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/silk/float/silk_scale_copy_vector_FLP.c b/silk/float/silk_scale_copy_vector_FLP.c
index 396203cf..ca6867e1 100644
--- a/silk/float/silk_scale_copy_vector_FLP.c
+++ b/silk/float/silk_scale_copy_vector_FLP.c
@@ -33,9 +33,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* copy and multiply a vector by a constant */
void silk_scale_copy_vector_FLP(
- SKP_float *data_out,
- const SKP_float *data_in,
- SKP_float gain,
+ silk_float *data_out,
+ const silk_float *data_in,
+ silk_float gain,
opus_int dataSize
)
{