Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder.c1726 const char *si_2 = strchr((si_1?(si_1+1):specification), '/'); in FLAC__stream_encoder_set_apodization() local
1727 FLAC__real tukey_p = si_2?(FLAC__real)strtod(si_2+1, 0):0.2f; in FLAC__stream_encoder_set_apodization()
1747 const char *si_2 = strchr((si_1?(si_1+1):specification), '/'); in FLAC__stream_encoder_set_apodization() local
1748 FLAC__real tukey_p = si_2?(FLAC__real)strtod(si_2+1, 0):0.2f; in FLAC__stream_encoder_set_apodization()