Home
last modified time | relevance | path

Searched refs:nDstChannels (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Daudio.h164 …uint64_t nsamples, size_t tbytes, double scale, int nDstChannels, int nSrcChannels, int swap_sign)…
167 …uint64_t nsamples, size_t tbytes, double scale, int nDstChannels, int nSrcChannels, int swap_endia…
171 …uint64_t nsamples, size_t tbytes, double scale, int nDstChannels, int nSrcChannels, int swap_sign)…
H A Daudio.c461 int nDstChannels, int nSrcChannels, int swap_sign) { in sample_move_d8_d16() argument
485 nDstCount = nDstChannels; in sample_move_d8_d16()
525 uint64_t nsamples, size_t tbytes, double scale, int nDstChannels, in sample_move_d16_d16() argument
551 if ((nSrcCount = nSrcChannels) == (nDstCount = nDstChannels) && !swap_endian && !swap_sign) { in sample_move_d16_d16()
618 …uint64_t nsamples, size_t tbytes, double scale, int nDstChannels, int nSrcChannels, int swap_sign)… in sample_move_d16_d8() argument
639 nDstCount = nDstChannels; in sample_move_d16_d8()