<div dir="auto"> Thanks for info.<div dir="auto"><br></div><div dir="auto">I just  rename Makefile.unix to Makefile without running configfile to generate Makefile.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">By default , FIXEDPOINT macro  disabled .</div><div dir="auto">For fixed point , I just enable FIXED POINT macro in the given makefile. </div><div dir="auto"><br></div><div dir="auto">For both cases , encoder using VAD.c which is implemented in fixed point and multiplication macros defined in macro.h .</div><div dir="auto"><br></div><div dir="auto">While debugging I came to know  I that All operations are in fixed point . Nothing is mapped to floating point when FIXEDPOINT macro disabled.</div><div dir="auto"><br></div><div dir="auto">All variables are also mapped to Opus int for both cases.</div><div dir="auto"><br></div><div dir="auto">Do I need to enable or disable any other parameters to run VAD in floating mode ? </div><div dir="auto"><br></div><div dir="auto">Please let's me know </div><div dir="auto"><br></div><div dir="auto">Thanks </div><div dir="auto"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 Nov 2017 11:31 p.m., "Jean-Marc Valin" <<a href="mailto:jmvalin@jmvalin.ca">jmvalin@jmvalin.ca</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 11/03/2017 05:48 AM, Vega G wrote:<br>
> I was testing floating point  Opus encoder. But it's calling few<br>
> functions which are implemented in fixed point . I tried to find<br>
> corresponding floating point functions in source. But not available.<br>
> Please help me on this.<br>
<br>
The same code does both fixed-point and floating-point. If you define<br>
FIXED_POINT, then the macros and types operate on fixed-point.<br>
Otherwise, they all map to floating-point.<br>
<br>
Cheers,<br>
<br>
        Jean-Marc<br>
</blockquote></div></div>