Searched refs:sox_int32_t (Results 1 – 3 of 3) sorted by relevance
310 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()
415 typedef int32_t sox_int32_t; typedef439 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 */
575 static __inline sox_int32_t lrint32(double input) { in lrint32()576 sox_int32_t result; in lrint32()