Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Ddouble64.c570 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()
Dfloat32.c521 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()
Dogg_vorbis.c558 if (psf->float_int_mult) in vorbis_rshort()
580 if (psf->float_int_mult) in vorbis_rint()
Dsndfile.c1088 old_value = psf->float_int_mult ; in sf_command()
1090 psf->float_int_mult = (datasize != 0) ? SF_TRUE : SF_FALSE ; in sf_command()
1091 if (psf->float_int_mult && psf->float_max < 0.0) in sf_command()
3057 psf->float_int_mult = 0 ; in psf_open_file()
Dcommon.h396 int float_int_mult ; member
Dogg_opus.c1169 if (psf->float_int_mult) in ogg_opus_read_s()
1206 if (psf->float_int_mult) in ogg_opus_read_i()