mmlibs/mmfw/Codecs/Src/Gsm610CodecCommon/gsm610fr.cpp
changeset 41 f7bf1ed8db72
parent 32 ae690a8c4a18
equal deleted inserted replaced
32:ae690a8c4a18 41:f7bf1ed8db72
    20 // private member variables.
    20 // private member variables.
    21 // - Because codec's state is in the codec object, an extra variable -
    21 // - Because codec's state is in the codec object, an extra variable -
    22 // a pointer codec object - have been added to some original routines.
    22 // a pointer codec object - have been added to some original routines.
    23 // - Global tables are now const C++ tables in tables.h header file.
    23 // - Global tables are now const C++ tables in tables.h header file.
    24 // - VAD and DTX modules have been removed from the original routines.
    24 // - VAD and DTX modules have been removed from the original routines.
    25 // - Due to bug in GNU tool chain all array indexes of type [i-1] in
    25 // - Due to error in GNU tool chain all array indexes of type [i-1] in
    26 // rpeltp.cpp have been removed and changed to [j] type.
    26 // rpeltp.cpp have been removed and changed to [j] type.
    27 // - multr, L_add, L_mac from basicop.cpp inlined
    27 // - multr, L_add, L_mac from basicop.cpp inlined
    28 // INCLUDES
    28 // INCLUDES
    29 // 
    29 // 
    30 //
    30 //