Home
last modified time | relevance | path

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

/third_party/lame/libmp3lame/
H A Dpresets.c85 } vbr_presets_t; typedef
90 static const vbr_presets_t vbr_old_switch_map[] = {
105 static const vbr_presets_t vbr_mt_psy_switch_map[] = {
127 static vbr_presets_t const*
145 vbr_presets_t const *vbr_preset = get_vbr_preset(lame_get_VBR(gfp)); in apply_vbr_preset()
147 vbr_presets_t p = vbr_preset[a]; in apply_vbr_preset()
148 vbr_presets_t q = vbr_preset[a + 1]; in apply_vbr_preset()
149 vbr_presets_t const *set = &p; in apply_vbr_preset()

Completed in 1 milliseconds