Searched refs:SF_DITHER_INFO (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
D | common.h | 456 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) ;
|
D | dither.c | 446 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…
|
D | sndfile.c | 1212 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/ |
D | dither_test.c | 140 SF_DITHER_INFO dither ; in dither_test()
|
/third_party/libsnd/include/ |
D | sndfile.h | 425 } SF_DITHER_INFO ; typedef
|