Home
last modified time | relevance | path

Searched refs:st_lrm (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/libmp3lame/
H A Dpresets.c72 FLOAT st_lrm; /*short threshold */ member
91 /*vbr_q qcomp_l qcomp_s expY st_lrm st_s mask adj_l adj_s ath_lower ath_curve ath_sens interChR safejoint sfb21mod msfix */
106 /*vbr_q qcomp_l qcomp_s expY st_lrm st_s mask adj_l adj_s ath_lower ath_curve ath_sens --- safejoint sfb21mod msfix */
155 LERP(st_lrm); in apply_vbr_preset()
175 SET_OPTION(short_threshold_lrm, set->st_lrm, -1); in apply_vbr_preset()
224 FLOAT st_lrm; /*short threshold */ in apply_abr_preset() member
241 /* kbps quant q_s safejoint nsmsfix st_lrm st_s scale msk ath_lwr ath_curve interch , sfscale */ in apply_abr_preset()
289 SET_OPTION(short_threshold_lrm, abr_switch_map[r].st_lrm, -1); in apply_abr_preset()
/third_party/ffmpeg/libavcodec/
H A Daacpsy.c174 float st_lrm; ///< short threshold for L, R, and M channels member
182 /* kbps/ch st_lrm */
202 /* vbr_q st_lrm */
255 return psy_abr_map[lower_range].st_lrm; in lame_calc_attack_threshold()
256 return psy_abr_map[upper_range].st_lrm; in lame_calc_attack_threshold()
270 pch->attack_threshold = psy_vbr_map[av_clip(avctx->global_quality / FF_QP2LAMBDA, 0, 10)].st_lrm; in lame_window_init()

Completed in 4 milliseconds