Lines Matching refs:stereo
1148 int stereo; in sbrDecoder_Parse() local
1224 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_Parse()
1229 if (stereo) { in sbrDecoder_Parse()
1237 if (stereo) { in sbrDecoder_Parse()
1341 if (stereo && newSbrInfo.pvc_mode > 0) { in sbrDecoder_Parse()
1425 if (!stereo && (self->hParametricStereoDec != NULL)) { in sbrDecoder_Parse()
1432 hSbrHeader, hFrameDataLeft, (stereo) ? hFrameDataRight : NULL, in sbrDecoder_Parse()
1435 (stereo) ? NULL : self->hParametricStereoDec, self->flags, in sbrDecoder_Parse()
1512 if (stereo) { in sbrDecoder_Parse()
1521 if (!stereo) { in sbrDecoder_Parse()
1608 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_DecodeElement() local
1615 if (stereo) { in sbrDecoder_DecodeElement()
1641 if (stereo) { in sbrDecoder_DecodeElement()
1701 (stereo) ? hFrameDataRight : NULL, in sbrDecoder_DecodeElement()
1702 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL); in sbrDecoder_DecodeElement()
1733 if (stereo || psPossible) { in sbrDecoder_DecodeElement()
1756 if (stereo) { in sbrDecoder_DecodeElement()