Lines Matching refs:ch
285 int ch;
287 for (ch=0; ch<self->pSbrElement[elementIndex]->nChannels; ch++)
290 sbrError = createSbrDec (self->pSbrElement[elementIndex]->pSbrChannel[ch],
297 ch );
401 int ch;
403 for (ch=0; ch<SBRDEC_MAX_CH_PER_ELEMENT; ch++) {
404 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
405 deleteSbrDec( self->pSbrElement[elementIndex]->pSbrChannel[ch] );
406 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] );
462 int elChannels, ch;
508 for (ch=0; ch<elChannels; ch++)
510 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) {
511 self->pSbrElement[elementIndex]->pSbrChannel[ch] = GetRam_SbrDecChannel(chCnt);
512 if (self->pSbrElement[elementIndex]->pSbrChannel[ch] == NULL) {
519 sbrDecoder_drcInitChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.sbrDrcChannel );
522 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer1 = self->workBuffer1;
523 self->pSbrElement[elementIndex]->pSbrChannel[ch]->SbrDec.WorkBuffer2 = self->workBuffer2;
526 if (elChannels == 1 && self->pSbrElement[elementIndex]->pSbrChannel[ch] != NULL) {
527 ch] );
528 FreeRam_SbrDecChannel( &self->pSbrElement[elementIndex]->pSbrChannel[ch] );
818 INT ch,
832 if (ch > (6) || pNextFact_mag == NULL) {
846 pSbrDrcChannelData = sbrDecoder_drcGetChannel( self, ch );
872 INT ch )
877 || (ch > (6))
884 pSbrDrcChannelData = sbrDecoder_drcGetChannel( self, ch );
1239 int ch;
1240 for (ch = 0 ; ch < numElementChannels; ch++) {
1244 &pSbrChannel[ch]->SbrDec,
1246 &pSbrChannel[ch]->prevFrameData,