Ignore:
Timestamp:
12/18/06 20:52:54 (17 years ago)
Author:
r2d
Message:
  • changed entropy coding (all huffman tables are canonical)
  • scalefactor range now -6..121, no more clipping
  • compression gain is 2.36% on the test file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpc.kdevelop

    r156 r161  
    33  <general>
    44    <author>Nicolas Botti</author>
    5     <email></email>
     5    <email/>
    66    <version>0.1</version>
    77    <projectmanagement>KDevAutoProject</projectmanagement>
     
    1414    <projectdirectory>.</projectdirectory>
    1515    <absoluteprojectpath>false</absoluteprojectpath>
    16     <description></description>
     16    <description/>
    1717  </general>
    1818  <kdevautoproject>
    1919    <general>
    2020      <activetarget>mppenc/mppenc</activetarget>
    21       <useconfiguration>debug</useconfiguration>
     21      <useconfiguration>optimized</useconfiguration>
    2222    </general>
    2323    <run>
     
    2929      </runarguments>
    3030      <customdirectory>/</customdirectory>
    31       <programargs></programargs>
     31      <programargs/>
    3232      <autocompile>true</autocompile>
    3333      <envvars/>
     
    4141        <cflags>-O3 -fomit-frame-pointer -pipe -Wall</cflags>
    4242        <envvars/>
    43         <configargs></configargs>
    44         <topsourcedir></topsourcedir>
     43        <configargs/>
     44        <topsourcedir/>
    4545        <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>
    46         <ldflags></ldflags>
    47         <ccompilerbinary></ccompilerbinary>
    48         <cxxcompilerbinary></cxxcompilerbinary>
    49         <f77compilerbinary></f77compilerbinary>
    50         <cxxflags></cxxflags>
    51         <f77flags></f77flags>
     46        <ldflags/>
     47        <ccompilerbinary/>
     48        <cxxcompilerbinary/>
     49        <f77compilerbinary/>
     50        <cxxflags/>
     51        <f77flags/>
    5252      </optimized>
    5353      <debug>
     
    7777      <numberofjobs>1</numberofjobs>
    7878      <dontact>false</dontact>
    79       <makebin></makebin>
     79      <makebin/>
    8080      <prio>0</prio>
    8181    </make>
     
    139139      <group pattern="*.h" name="Header files" />
    140140      <group pattern="*.c" name="Source files" />
     141      <hidenonprojectfiles>false</hidenonprojectfiles>
     142      <hidenonlocation>false</hidenonlocation>
    141143    </groups>
    142144    <tree>
     
    182184    </codecompletion>
    183185    <creategettersetter>
    184       <prefixGet></prefixGet>
     186      <prefixGet/>
    185187      <prefixSet>set</prefixSet>
    186188      <prefixVariable>m_,_</prefixVariable>
     
    198200  <kdevdebugger>
    199201    <general>
    200       <programargs>--overwrite /home/nico/08\ -\ Jimmy\ Jimmy.wav</programargs>
    201       <gdbpath></gdbpath>
     202      <programargs>--overwrite /home/nico/musepack-huffman-training.wv</programargs>
     203      <gdbpath/>
    202204      <dbgshell>libtool</dbgshell>
    203       <configGdbScript></configGdbScript>
    204       <runShellScript></runShellScript>
    205       <runGdbScript></runGdbScript>
     205      <configGdbScript/>
     206      <runShellScript/>
     207      <runGdbScript/>
    206208      <breakonloadinglibs>true</breakonloadinglibs>
    207209      <separatetty>false</separatetty>
Note: See TracChangeset for help on using the changeset viewer.