Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dcommon.h456 SF_DITHER_INFO write_dither ;
457 SF_DITHER_INFO read_dither ;
1045 int sf_dither_short (const SF_DITHER_INFO *dither, const short *in, short *out, int count) ;
1046 int sf_dither_int (const SF_DITHER_INFO *dither, const int *in, int *out, int count) ;
1047 int sf_dither_float (const SF_DITHER_INFO *dither, const float *in, float *out, int count) ;
1048 int sf_dither_double (const SF_DITHER_INFO *dither, const double *in, double *out, int count) ;
Ddither.c446 DO_NOT_USE_sf_dither_short (const SF_DITHER_INFO *dither, const short *in, short *out, int frames, …
468 DO_NOT_USE_sf_dither_int (const SF_DITHER_INFO *dither, const int *in, int *out, int frames, int ch…
490 DO_NOT_USE_sf_dither_float (const SF_DITHER_INFO *dither, const float *in, float *out, int frames, …
512 DO_NOT_USE_sf_dither_double (const SF_DITHER_INFO *dither, const double *in, double *out, int frame…
Dsndfile.c1212 if (data == NULL || datasize != SIGNED_SIZEOF (SF_DITHER_INFO)) in sf_command()
1220 if (data == NULL || datasize != SIGNED_SIZEOF (SF_DITHER_INFO)) in sf_command()
/third_party/libsnd/tests/
Ddither_test.c140 SF_DITHER_INFO dither ; in dither_test()
/third_party/libsnd/include/
Dsndfile.h425 } SF_DITHER_INFO ; typedef