Lines Matching defs:nb_coupled
218 uint8_t nb_coupled ;
440 psf_log_printf (psf, " streams coupled : %d\n", (int) h->nb_coupled) ;
489 h->nb_coupled = h->channels - 1 ;
500 count += psf_binheader_readf (psf, "11", &h->nb_streams, &h->nb_coupled) ;
503 h->nb_coupled > h->nb_streams ||
504 h->nb_coupled + h->nb_streams > 255)
509 if (h->stream_map [i] > h->nb_streams + h->nb_coupled && h->stream_map [i] != 255)
592 oopus->header.nb_coupled,
654 int nb_coupled ;
674 nb_coupled = psf->sf.channels - 1 ;
682 nb_coupled,
702 &nb_coupled,
714 oopus->header.nb_coupled = nb_coupled ;
816 { psf_binheader_writef (psf, "11", BHW1 (oopus->header.nb_streams), BHW1 (oopus->header.nb_coupled)) ;