Lines Matching defs:stereo
125 static unsigned int i_slen2[256]; /* MPEG 2.0 slen for intensity stereo */
369 III_get_side_info_1(PMPSTR mp, int stereo,
376 if (stereo == 1)
381 for (ch = 0; ch < stereo; ch++) {
387 for (ch = 0; ch < stereo; ch++) {
468 III_get_side_info_2(PMPSTR mp, int stereo, int ms_stereo, long sfreq, int single)
475 if (stereo == 1)
480 for (ch = 0; ch < stereo; ch++) {
1154 Is intensity stereo coding implementation correct? Likely not.
1162 ,"hip: OOPS, 'gainpow2' buffer overflow lsf=%d i-stereo=%d b-type=%d mixed=%d\n"
1715 int stereo = fr->stereo;
1722 if (stereo == 1) { /* stream is mono */
1735 III_get_side_info_2(mp, stereo, ms_stereo, sfreq, single);
1739 III_get_side_info_1(mp, stereo, ms_stereo, sfreq, single);
1744 for (ch = 0; ch < stereo; ++ch) {
1763 int stereo = fr->stereo;
1774 if (stereo == 1) { /* stream is mono */
1778 else if (single >= 0) /* stream is stereo, but force to mono */
1820 if (stereo == 2) {
1889 mp->pinfo->stereo = fr->stereo;