Lines Matching defs:nch
375 unsigned int nch;
401 nch = p->nch;
417 for (c = nch; c > 0; c--) {
427 for (c = 0; c < nch; c++)
440 for (c = 0; c < nch; c++) {
448 for (c = 0; c < nch; c++) {
500 * initialize resampler with ibufsz/obufsz factor and "nch" channels
504 unsigned int oblksz, int nch)
526 p->nch = nch;
578 for (f = todo * p->nch; f > 0; f--) {
631 for (f = todo * p->nch; f > 0; f--) {
646 enc_init(struct conv *p, struct aparams *par, int nch)
652 p->nch = nch;
675 (aparams_enctostr(par, enc_str), enc_str), p->nch);
716 for (f = todo * p->nch; f > 0; f--) {
792 for (f = todo * p->nch; f > 0; f--) {
821 for (f = todo * p->nch; f > 0; f--)
829 dec_init(struct conv *p, struct aparams *par, int nch)
836 p->nch = nch;
858 (aparams_enctostr(par, enc_str), enc_str), p->nch);
869 int i, j, nch, istart, inext, onext, ostart, y, v;
880 nch = p->nch;
889 for (j = nch; j > 0; j--) {
911 int i, j, nch, istart, inext, onext, ostart, v;
922 nch = p->nch;
931 for (j = nch; j > 0; j--) {
950 int inch, onch, nch;
970 nch = (inch < onch) ? inch : onch;
971 isubmax = isubmin + nch - 1;
972 osubmax = osubmin + nch - 1;
978 p->nch = nch;
980 logx(3, "%s: nch = %d, ostart = %d, onext = %d, istart = %d, inext = %d",
981 __func__, p->nch, p->ostart, p->onext, p->istart, p->inext);