decodeChannelSoundUnit  795 libavcodec/atrac3.c         result = decodeChannelSoundUnit(q,&q->gb, q->pUnits, q->outSamples, 0, JOINT_STEREO);
decodeChannelSoundUnit  836 libavcodec/atrac3.c         result = decodeChannelSoundUnit(q,&q->gb, &q->pUnits[1], &q->outSamples[1024], 1, JOINT_STEREO);
decodeChannelSoundUnit  853 libavcodec/atrac3.c             result = decodeChannelSoundUnit(q,&q->gb, &q->pUnits[i], &q->outSamples[i*1024], i, q->codingMode);