Home
last modified time | relevance | path

Searched refs:SBPSY_l (Results 1 – 4 of 4) sorted by relevance

/third_party/lame/libmp3lame/
Dtakehiro.c715 assert(a1 + a2 + 2 < SBPSY_l); in noquant_count_bits()
997 for (; sfb < SBPSY_l; sfb++) { in scfsi_calc()
1065 for (sfb = 11; sfb < SBPSY_l; sfb++) in best_scalefac_store()
1068 if (sfb == SBPSY_l) { in best_scalefac_store()
1069 for (sfb = 11; sfb < SBPSY_l; sfb++) in best_scalefac_store()
1155 for (sfb = 11; sfb < SBPSY_l; sfb++) in mpeg1_scale_bitcount()
1159 if (sfb == SBPSY_l) { in mpeg1_scale_bitcount()
1161 for (sfb = 11; sfb < SBPSY_l; sfb++) in mpeg1_scale_bitcount()
Dencoder.h99 #define SBPSY_l 21 macro
Dquantize.c258 cod_info->sfb_lmax = SBPSY_l; in init_outer_loop()
260 cod_info->psy_lmax = gfc->sv_qnt.sfb21_extra ? SBMAX_l : SBPSY_l; in init_outer_loop()
Dquantize_pvt.c980 if (sfb < SBPSY_l) { in set_pinfo()