• Home
  • Raw
  • Download

Lines Matching refs:hSbrHeader

246   HANDLE_SBR_HEADER_DATA hSbrHeader;  in sbrDecoder_ResetElement()  local
301 hSbrHeader = &(self->sbrHeader[elementIndex][i]); in sbrDecoder_ResetElement()
305 hSbrHeader, in sbrDecoder_ResetElement()
326 hSbrHeader, in sbrDecoder_ResetElement()
611 HANDLE_SBR_HEADER_DATA hSbrHeader, in sbrDecoder_HeaderUpdate() argument
622 errorStatus = resetFreqBandTables(hSbrHeader, self->flags); in sbrDecoder_HeaderUpdate()
625 if (hSbrHeader->syncState == UPSAMPLING && headerStatus != HEADER_RESET) in sbrDecoder_HeaderUpdate()
629 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
630 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
634 hSbrHeader->status |= SBRDEC_HDR_STAT_RESET; in sbrDecoder_HeaderUpdate()
652 HANDLE_SBR_HEADER_DATA hSbrHeader; in sbrDecoder_Header() local
681 hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]); in sbrDecoder_Header()
683 headerStatus = sbrGetHeaderData ( hSbrHeader, in sbrDecoder_Header()
705 hSbrHeader, in sbrDecoder_Header()
712 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Header()
713 hSbrHeader->status |= SBRDEC_HDR_STAT_UPDATE; in sbrDecoder_Header()
800 HANDLE_SBR_HEADER_DATA hSbrHeader; in sbrDecoder_SetParam() local
804 hSbrHeader = &(self->sbrHeader[elementIndex][headerIndex]); in sbrDecoder_SetParam()
808 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_SetParam()
809 hSbrHeader->status |= SBRDEC_HDR_STAT_UPDATE; in sbrDecoder_SetParam()
962 HANDLE_SBR_HEADER_DATA hSbrHeader = NULL; in sbrDecoder_Parse() local
1045 hSbrHeader = &self->sbrHeader[elementIndex][thisHdrSlot]; in sbrDecoder_Parse()
1057 if (hSbrHeader->status & SBRDEC_HDR_STAT_UPDATE) { in sbrDecoder_Parse()
1060 hSbrHeader->status &= ~SBRDEC_HDR_STAT_UPDATE; in sbrDecoder_Parse()
1065 copySbrHeader( hSbrHeader, &self->sbrHeader[elementIndex][lastHdrSlot] ); in sbrDecoder_Parse()
1125 headerStatus = sbrGetHeaderData (hSbrHeader, in sbrDecoder_Parse()
1135 hSbrHeader, in sbrDecoder_Parse()
1142 hSbrHeader->syncState = SBR_HEADER; in sbrDecoder_Parse()
1144 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_Parse()
1159 if ((hSbrHeader->syncState >= SBR_HEADER) && fDoDecodeSbrData) { in sbrDecoder_Parse()
1163 sbrFrameOk = sbrGetChannelPairElement(hSbrHeader, in sbrDecoder_Parse()
1176 sbrFrameOk = sbrGetSingleChannelElement(hSbrHeader, in sbrDecoder_Parse()
1279 useOldHdr |= ( compareSbrHeader( hSbrHeader, in sbrDecoder_Parse()
1327 …HANDLE_SBR_HEADER_DATA hSbrHeader = &self->sbrHeader[elementIndex][hSbrElement->useHeaderSlot[hSbr… in sbrDecoder_DecodeElement() local
1355hSbrHeader = &self->sbrHeader[elementIndex][hSbrElement->useHeaderSlot[hSbrElement->useFrameSlot]]; in sbrDecoder_DecodeElement()
1362 hSbrHeader->frameErrorFlag = hSbrElement->frameErrorFlag[hSbrElement->useFrameSlot]; in sbrDecoder_DecodeElement()
1367 if ( hSbrHeader->syncState == SBR_NOT_INITIALIZED ) in sbrDecoder_DecodeElement()
1370 hSbrHeader, in sbrDecoder_DecodeElement()
1381 hSbrHeader->syncState = UPSAMPLING; in sbrDecoder_DecodeElement()
1385 hSbrHeader, in sbrDecoder_DecodeElement()
1392 hSbrHeader->syncState = SBR_NOT_INITIALIZED; in sbrDecoder_DecodeElement()
1398 if (hSbrHeader->status & SBRDEC_HDR_STAT_RESET) { in sbrDecoder_DecodeElement()
1405 hSbrHeader, in sbrDecoder_DecodeElement()
1415 hSbrHeader->status &= ~SBRDEC_HDR_STAT_RESET; in sbrDecoder_DecodeElement()
1419 if ( (hSbrHeader->syncState == SBR_ACTIVE) in sbrDecoder_DecodeElement()
1420 || ((hSbrHeader->syncState == SBR_HEADER) && (hSbrHeader->frameErrorFlag == 0)) ) in sbrDecoder_DecodeElement()
1424 decodeSbrData (hSbrHeader, in sbrDecoder_DecodeElement()
1433 hSbrHeader->syncState = SBR_ACTIVE; in sbrDecoder_DecodeElement()
1443 applyPs = DecodePs(h_ps_d, hSbrHeader->frameErrorFlag); in sbrDecoder_DecodeElement()
1473 hSbrHeader, in sbrDecoder_DecodeElement()
1476 (hSbrHeader->syncState == SBR_ACTIVE), in sbrDecoder_DecodeElement()
1491 hSbrHeader, in sbrDecoder_DecodeElement()
1494 (hSbrHeader->syncState == SBR_ACTIVE), in sbrDecoder_DecodeElement()