Searched refs:BLKSIZE (Results 1 - 11 of 11) sorted by relevance
/third_party/lame/libmp3lame/ |
H A D | fft.c | 70 n <<= 1; /* to get BLKSIZE, because of 3DNow! ASM routine */ in fht() 251 FLOAT x[BLKSIZE], int chn, const sample_t *const buffer[2]) in fft_long() 254 int jj = BLKSIZE / 8 - 1; in fft_long() 255 x += BLKSIZE / 2; in fft_long() 288 x[BLKSIZE / 2 + 0] = f0 + f2; in fft_long() 289 x[BLKSIZE / 2 + 2] = f0 - f2; in fft_long() 290 x[BLKSIZE / 2 + 1] = f1 + f3; in fft_long() 291 x[BLKSIZE / 2 + 3] = f1 - f3; in fft_long() 297 gfc->fft_fht(x, BLKSIZE / 2); in fft_long() 298 /* BLKSIZE/ in fft_long() [all...] |
H A D | encoder.h | 111 #define BLKSIZE 1024 macro 112 #define HBLKSIZE (BLKSIZE/2 + 1)
|
H A D | lame-analysis.h | 47 double energy_save[4][BLKSIZE]; /* psymodel is one ahead */ 48 double energy[2][4][BLKSIZE];
|
H A D | psymodel.c | 201 in: energy - BLKSIZE/2 elements of frequency magnitudes ^ 2 223 for (i = 0; i < BLKSIZE / 2; ++i) in psycho_loudness_approx() 667 int gr_out, FLOAT fftenergy[HBLKSIZE], FLOAT(*wsamp_l)[BLKSIZE]) in vbrpsy_compute_fft_l() 680 for (j = BLKSIZE - 1; j >= 0; --j) { in vbrpsy_compute_fft_l() 694 for (j = BLKSIZE / 2 - 1; j >= 0; --j) { in vbrpsy_compute_fft_l() 695 FLOAT const re = (*wsamp_l)[BLKSIZE / 2 - j]; in vbrpsy_compute_fft_l() 696 FLOAT const im = (*wsamp_l)[BLKSIZE / 2 + j]; in vbrpsy_compute_fft_l() 697 fftenergy[BLKSIZE / 2 - j] = (re * re + im * im) * 0.5f; in vbrpsy_compute_fft_l() 1424 FLOAT(*wsamp_l)[BLKSIZE]; in L3psycho_anal_vbr() 1428 FLOAT wsamp_L[2][BLKSIZE]; in L3psycho_anal_vbr() [all...] |
H A D | fft.h | 25 void fft_long(lame_internal_flags const *const gfc, FLOAT x_real[BLKSIZE],
|
H A D | psymodel.h | 52 #define VO_SCALE (1./( 14752*14752 )/(BLKSIZE/2))
|
H A D | util.h | 184 FLOAT eql_w[BLKSIZE / 2]; /* equal loudness weights (based on ATH) */ 213 FLOAT window[BLKSIZE], window_s[BLKSIZE_s / 2];
|
H A D | encoder.c | 231 assert(gfc->sv_enc.mf_size >= (BLKSIZE + framesize - FFTOFFSET)); in lame_encode_frame_init() 285 MPEG2: FFT ends at: BLKSIZE+576-224-MDCTDELAY (1328) 286 MPEG1: FFT ends at: BLKSIZE+2*576-224-MDCTDELAY (1904)
|
H A D | lame.c | 1670 #if FFTOFFSET > BLKSIZE in calcNeeded() 1671 # error FFTOFFSET is greater than BLKSIZE, see encoder.h in calcNeeded() 1674 mf_needed = BLKSIZE + pcm_samples_per_frame - FFTOFFSET; /* amount needed for FFT */ in calcNeeded()
|
/third_party/optimized-routines/networking/test/ |
H A D | chksum.c | 174 uint32_t BLKSIZE = 0; in main() local 191 BLKSIZE = (unsigned) blksize; in main() 306 BLKSIZE, (uintmax_t) (CPUFREQ / 1000000)); in main() 360 if (BLKSIZE != 0) in main() 362 benchmark(base, POOLSIZE, BLKSIZE, NUMOPS, CPUFREQ); in main()
|
/third_party/lame/frontend/ |
H A D | gtkanal.c | 684 for (en = 0, j = 0; j < BLKSIZE; j++) in plot_frame()
|
Completed in 14 milliseconds