Home
last modified time | relevance | path

Searched refs:HBLKSIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/libmp3lame/
Dencoder.h112 #define HBLKSIZE (BLKSIZE/2 + 1) macro
Dpsymodel.c667 int gr_out, FLOAT fftenergy[HBLKSIZE], FLOAT(*wsamp_l)[BLKSIZE]) in vbrpsy_compute_fft_l() argument
702 for (j = 11; j < HBLKSIZE; j++) in vbrpsy_compute_fft_l()
709 for (j = 0; j < HBLKSIZE; j++) { in vbrpsy_compute_fft_l()
755 const FLOAT fftenergy[HBLKSIZE]) in vbrpsy_compute_loudness_approximation_l() argument
1145 vbrpsy_compute_masking_l(lame_internal_flags * gfc, const FLOAT fftenergy[HBLKSIZE], in vbrpsy_compute_masking_l() argument
1426 FLOAT fftenergy[HBLKSIZE]; in L3psycho_anal_vbr()
1718 int partition[HBLKSIZE] = { 0 }; in init_numline()
1742 assert(j < HBLKSIZE); in init_numline()
/third_party/lame/frontend/
Dgtkanal.c669 n = HBLKSIZE; /* only show half the spectrum */ in plot_frame()