hints for the code analysis.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7654 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2f8db0d750
commit
bd458e9913
|
@ -251,7 +251,11 @@ void lpc10_voicing(lpc10_encode_state_t *s,
|
||||||
int32_t lbe;
|
int32_t lbe;
|
||||||
float snr2;
|
float snr2;
|
||||||
|
|
||||||
inbuf_offset = 0;
|
#if (_MSC_VER >= 1400)
|
||||||
|
__analysis_assume(half >=0 && half < 2);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
inbuf_offset = 0;
|
||||||
lpbuf_offset = 0;
|
lpbuf_offset = 0;
|
||||||
if (inbuf)
|
if (inbuf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue