publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -255,7 +255,7 @@ lame_encode_frame()
inbuf: |--------------|--------------|--------------|
Polyphase (18 windows, each shifted 32)
Polyphase (18 arch, each shifted 32)
gr 0:
window1 <----512---->
window18 <----512---->

View file

@ -123,7 +123,7 @@ char *strchr(), *strrchr();
#if ( defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__) )
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# include <arch.h>
# include <float.h>
# define FLOAT_MAX FLT_MAX
#else

View file

@ -299,7 +299,7 @@ init_outer_loop(lame_internal_flags const *gfc, gr_info * const cod_info)
/* By Takehiro TOMINAGA */
/*
Within each scalefactor band, data is given for successive
time windows, beginning with window 0 and ending with window 2.
time arch, beginning with window 0 and ending with window 2.
Within each window, the quantized values are then arranged in
order of increasing frequency...
*/

View file

@ -250,7 +250,7 @@ extern "C" {
FLOAT amp_filter[32];
/* variables used by util.c */
/* BPC = maximum number of filter convolution windows to precompute */
/* BPC = maximum number of filter convolution arch to precompute */
#define BPC 320
double itime[2]; /* float precision seems to be not enough */
sample_t *inbuf_old[2];

View file

@ -1275,7 +1275,7 @@ maybe still wrong??? (copy 12 to 13?) */
} /* end for(lwin; .. ; . ) */
if (do_l) {
/* also check l-part, if ALL bands in the three windows are 'empty'
/* also check l-part, if ALL bands in the three arch are 'empty'
* and mode = mixed_mode
*/
int sfb = gr_infos->maxbandl;