Ignore:
Timestamp:
Sep 18, 2008 2:11:29 PM (16 years ago)
Author:
bennylp
Message:

More ticket #619: changed default Cordic loop from 8 to 10 to gain more accuracy, and updated tonegen.c with the results from ARM9 tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r2292 r2294  
    578578 
    579579/** 
    580  * Specify the tone generator algorithm to be used. 
     580 * Specify the tone generator algorithm to be used. Please see  
     581 * http://trac.pjsip.org/repos/wiki/Tone_Generator for the performance 
     582 * analysis results of the various tone generator algorithms. 
    581583 * 
    582584 * Default value: 
     
    601603 * Valid values are 1 to 28. 
    602604 * 
    603  * Default value: 7 
     605 * Default value: 10 
    604606 */ 
    605607#ifndef PJMEDIA_TONEGEN_FIXED_POINT_CORDIC_LOOP 
    606 #   define PJMEDIA_TONEGEN_FIXED_POINT_CORDIC_LOOP  7 
     608#   define PJMEDIA_TONEGEN_FIXED_POINT_CORDIC_LOOP  10 
    607609#endif 
    608610 
Note: See TracChangeset for help on using the changeset viewer.