Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c310 lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), in ossread()
335 ((sox_int32_t*)pOutput)[i - 1], in ossread()
384 ((sox_int32_t*)pPriv->pOutput)[i] = in osswrite()
406 ((sox_int32_t*)pPriv->pOutput)[i] = in osswrite()
H A Dsox.h415 typedef int32_t sox_int32_t; typedef
439 typedef sox_int32_t sox_int24_t;
451 typedef sox_int32_t sox_sample_t;
948 #define SOX_SAMPLE_TO_SIGNED_32BIT(d,clips) (sox_int32_t)(d)
1329 sox_int32_t ranqd1; /**< Can be used to re-seed libSoX's PRNG */
H A Deffects_i_dsp.c575 static __inline sox_int32_t lrint32(double input) { in lrint32()
576 sox_int32_t result; in lrint32()