Displaying 1 result from an estimated 1 matches for "celt_decode_with_ec_float".
2011 May 09
1
V11.1 Problem
...statement in block"
============================================================================
====================
.and
============================================================================
====================
#ifdef FIXED_POINT
#ifndef DISABLE_FLOAT_API
CELT_STATIC
int celt_decode_with_ec_float(CELTDecoder * restrict st, const unsigned char
*data, int len, float * restrict pcm, int frame_size, ec_dec *dec)
{
int j, ret, C, N;
VARDECL(celt_int16, out);
ALLOC_STACK;
SAVE_STACK; <<<<<<<<<<<<<<<ERROR Here "declaration may not...