search for: rate_map

Displaying 1 result from an estimated 1 matches for "rate_map".

Did you mean: rate_max
2002 Jul 15
2
oggdrop with quality < 0
..."quality", VORBIS_DEFAULT_QUALITY))+10); 523c524 < TBM_GETPOS, (WPARAM)0, (LPARAM)0 ); --- > TBM_GETPOS, (WPARAM)0, (LPARAM)0 )-10; 672a674,678 > //quality range from lookup first value map to -.1, 0, .1, .2, etc.. > static float rate_mapping[12]={ > 22500.,32000.,40000.,48000.,56000.,64000., > 80000.,96000.,112000.,128000.,160000.,250001. > }; 673a680 > //equation for bitrate from vorbis/lib/vorbisenc.c 676,697c683,686 < float approxBitrate; < < if ( qcValue < 41) < { < approxBitrate = 10...