Searched refs:float_max (Results 1 – 6 of 6) sorted by relevance
570 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in host_read_d2s()600 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in host_read_d2i()809 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in replace_read_d2s()839 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in replace_read_d2i()
521 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in host_read_f2s()552 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in host_read_f2i()760 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in replace_read_f2s()790 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in replace_read_f2i()
560 float inverse = 1.0 / psf->float_max ; in vorbis_rshort()582 float inverse = 1.0 / psf->float_max ; in vorbis_rint()
397 float float_max ; member
1170 { float inverse = 1.0 / psf->float_max ; in ogg_opus_read_s()1207 { float inverse = 1.0 / psf->float_max ; in ogg_opus_read_i()
1091 if (psf->float_int_mult && psf->float_max < 0.0) in sf_command()1093 psf->float_max = (32768.0 / 32767.0) * psf_calc_signal_max (psf, SF_FALSE) ; in sf_command()3058 psf->float_max = -1.0 ; in psf_open_file()