Lines Matching refs:hSbrHeader
213 HANDLE_SBR_HEADER_DATA hSbrHeader; in sbrDecoder_ResetElement() local
266 hSbrHeader = &(self->sbrHeader[elementIndex][i]); in sbrDecoder_ResetElement()
270 hSbrHeader, in sbrDecoder_ResetElement()
291 hSbrHeader, in sbrDecoder_ResetElement()
573 HANDLE_SBR_HEADER_DATA hSbrHeader, in sbrDecoder_HeaderUpdate() argument
584 errorStatus = resetFreqBandTables(hSbrHeader, self->flags); in sbrDecoder_HeaderUpdate()
587 if (hSbrHeader->syncState == UPSAMPLING && headerStatus != HEADER_RESET) in sbrDecoder_HeaderUpdate()
591 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
592 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
596 hSbrHeader->status |= SBRDEC_HDR_STAT_RESET; in sbrDecoder_HeaderUpdate()
614 HANDLE_SBR_HEADER_DATA hSbrHeader; in sbrDecoder_Header() local
643 hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]); in sbrDecoder_Header()
645 headerStatus = sbrGetHeaderData ( hSbrHeader, in sbrDecoder_Header()
667 hSbrHeader, in sbrDecoder_Header()
674 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Header()
675 hSbrHeader->status |= SBRDEC_HDR_STAT_UPDATE; in sbrDecoder_Header()
737 HANDLE_SBR_HEADER_DATA hSbrHeader; in sbrDecoder_SetParam() local
741 hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]); in sbrDecoder_SetParam()
745 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_SetParam()
746 hSbrHeader->status |= SBRDEC_HDR_STAT_UPDATE; in sbrDecoder_SetParam()
899 HANDLE_SBR_HEADER_DATA hSbrHeader; in sbrDecoder_Parse() local
933 hSbrHeader = &self->sbrHeader[elementIndex][thisHdrSlot]; in sbrDecoder_Parse()
941 initialSyncState = hSbrHeader->syncState; in sbrDecoder_Parse()
946 if (hSbrHeader->status & SBRDEC_HDR_STAT_UPDATE) { in sbrDecoder_Parse()
949 hSbrHeader->status &= ~SBRDEC_HDR_STAT_UPDATE; in sbrDecoder_Parse()
954 copySbrHeader( hSbrHeader, &self->sbrHeader[elementIndex][lastHdrSlot] ); in sbrDecoder_Parse()
1007 headerStatus = sbrGetHeaderData (hSbrHeader, in sbrDecoder_Parse()
1017 hSbrHeader, in sbrDecoder_Parse()
1024 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Parse()
1026 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1040 if ((hSbrHeader->syncState >= SBR_HEADER) && fDoDecodeSbrData) { in sbrDecoder_Parse()
1044 sbrFrameOk = sbrGetChannelPairElement(hSbrHeader, in sbrDecoder_Parse()
1057 sbrFrameOk = sbrGetSingleChannelElement(hSbrHeader, in sbrDecoder_Parse()
1179 …HANDLE_SBR_HEADER_DATA hSbrHeader = &self->sbrHeader[elementIndex][hSbrElement->useHeaderSlot[hSbr… in sbrDecoder_DecodeElement() local
1196 hSbrHeader->frameErrorFlag = hSbrElement->frameErrorFlag[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1201 if ( hSbrHeader->syncState == SBR_NOT_INITIALIZED ) in sbrDecoder_DecodeElement()
1204 hSbrHeader, in sbrDecoder_DecodeElement()
1215 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_DecodeElement()
1219 hSbrHeader, in sbrDecoder_DecodeElement()
1226 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_DecodeElement()
1232 if (hSbrHeader->status & SBRDEC_HDR_STAT_RESET) { in sbrDecoder_DecodeElement()
1239 hSbrHeader, in sbrDecoder_DecodeElement()
1249 hSbrHeader->status &= ~SBRDEC_HDR_STAT_RESET; in sbrDecoder_DecodeElement()
1253 if ( (hSbrHeader->syncState == SBR_ACTIVE) in sbrDecoder_DecodeElement()
1254 || ((hSbrHeader->syncState == SBR_HEADER) && (hSbrHeader->frameErrorFlag == 0)) ) in sbrDecoder_DecodeElement()
1258 decodeSbrData (hSbrHeader, in sbrDecoder_DecodeElement()
1267 hSbrHeader->syncState = SBR_ACTIVE; in sbrDecoder_DecodeElement()
1277 applyPs = DecodePs(h_ps_d, hSbrHeader->frameErrorFlag); in sbrDecoder_DecodeElement()
1307 hSbrHeader, in sbrDecoder_DecodeElement()
1310 (hSbrHeader->syncState == SBR_ACTIVE), in sbrDecoder_DecodeElement()
1324 hSbrHeader, in sbrDecoder_DecodeElement()
1327 (hSbrHeader->syncState == SBR_ACTIVE), in sbrDecoder_DecodeElement()