Home
last modified time | relevance | path

Searched refs:ATHshort (Results 1 – 5 of 5) sorted by relevance

/third_party/lame/libmp3lame/
Dlame_global_flags.h133 int ATHshort; /* only use ATH for short blocks */ member
Dset_get.c1459 lame_set_ATHshort(lame_global_flags * gfp, int ATHshort) in lame_set_ATHshort() argument
1462 gfp->ATHshort = ATHshort; in lame_set_ATHshort()
1472 return gfp->ATHshort; in lame_get_ATHshort()
Dutil.h443 int ATHshort; /* only use ATH for short blocks */ member
Dlame.c1195 cfg->ATHshort = gfp->ATHshort; in lame_init_params()
1566 if (cfg->ATHshort) in lame_print_internals()
Dquantize_pvt.c1007 if (cfg->ATHonly || cfg->ATHshort) in set_pinfo()