• Home
  • Raw
  • Download

Lines Matching refs:decInOut

293 …pHcr->decInOut.lengthOfReorderedSpectralData      = pAacDecoderChannelInfo->pDynData->specificTo.a…  in HcrInit()
294 …pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()
295 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = pAacDecoderChannelInfo->pSpectralCoefficient; in HcrInit()
296 pHcr->decInOut.quantizedSpectralCoefficientsIdx = 0; in HcrInit()
297 …pHcr->decInOut.pCodebook = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()
298 …pHcr->decInOut.pNumLineInSect = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()
299 …pHcr->decInOut.numSection = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()
300 pHcr->decInOut.errorLog = 0; in HcrInit()
304 pHcr->decInOut.bitstreamIndex = FDKgetBitCnt(bs); in HcrInit()
324 pNumLinesInSec = pHcr->decInOut.pNumLineInSect; /* out */ in HcrInit()
325 pCodeBk = pHcr->decInOut.pCodebook; /* out */ in HcrInit()
348 errDetectorInHcrSideinfoShrt(cb,numLine,&pHcr->decInOut.errorLog ); in HcrInit()
349 if (pHcr->decInOut.errorLog != 0 ) { in HcrInit()
350 return ( pHcr->decInOut.errorLog ); in HcrInit()
371 errDetectorInHcrSideinfoShrt(cb,numLine,&pHcr->decInOut.errorLog ); in HcrInit()
373 pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_SHORT_BLOCK; in HcrInit()
375 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
376 pHcr->decInOut.lengthOfReorderedSpectralData, in HcrInit()
377 &pHcr->decInOut.errorLog); in HcrInit()
378 if (pHcr->decInOut.errorLog != 0 ) { in HcrInit()
379 return ( pHcr->decInOut.errorLog ); in HcrInit()
385 pHcr->decInOut.numSection = numSection; in HcrInit()
390 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
391 pHcr->decInOut.lengthOfReorderedSpectralData, in HcrInit()
392 &pHcr->decInOut.errorLog); in HcrInit()
393 numSection = pHcr->decInOut.numSection; in HcrInit()
394 pNumLinesInSec = pHcr->decInOut.pNumLineInSect; in HcrInit()
395 pCodeBk = pHcr->decInOut.pCodebook; in HcrInit()
397 pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_LONG_BLOCK; in HcrInit()
406 pHcr->decInOut.errorLog |= CB_OUT_OF_RANGE_LONG_BLOCK; in HcrInit()
413 pHcr->decInOut.errorLog |= LINE_IN_SECT_OUT_OF_RANGE_LONG_BLOCK; in HcrInit()
416 if (pHcr->decInOut.errorLog != 0 ) { in HcrInit()
417 return ( pHcr->decInOut.errorLog ); in HcrInit()
422 pCodeBk = pHcr->decInOut.pCodebook; in HcrInit()
438 return ( pHcr->decInOut.errorLog ); in HcrInit()
456 pHcr->decInOut.pQuantizedSpectralCoefficients->Long[i] = FL2FXCONST_DBL(0.0f); in HcrDecoder()
458 pHcr->decInOut.pQuantizedSpectralCoefficients->Long[i] = (FIXP_DBL)HCR_DIRAC; in HcrDecoder()
493 if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) != 0 ) { in HcrDecoder()
494 …return ( pHcr->decInOut.errorLog ); /* sideinfo is massively corrupt, return from HCR without hav… in HcrDecoder()
507 pTmp4 = pHcr->decInOut.quantizedSpectralCoefficientsIdx; in HcrDecoder()
515 if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) == 0 ) { in HcrDecoder()
529 pHcr->decInOut.quantizedSpectralCoefficientsIdx = pTmp4; in HcrDecoder()
542 return ( pHcr->decInOut.errorLog ); in HcrDecoder()
573 UINT numSection = pHcr->decInOut.numSection; in HcrReorderQuantizedSpectralCoefficients()
574 …SPECTRAL_PTR pQuantizedSpectralCoefficientsBase = pHcr->decInOut.pQuantizedSpectralCoefficientsBa… in HcrReorderQuantizedSpectralCoefficients()
575 …FIXP_DBL *pQuantizedSpectralCoefficients = SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoeffici… in HcrReorderQuantizedSpectralCoefficients()
695 pHcr->decInOut.errorLog |= LAV_VIOLATION; in HcrReorderQuantizedSpectralCoefficients()
721 UINT numSection = pHcr->decInOut.numSection; in HcrCalcNumCodeword()
722 UCHAR *pCodebook = pHcr->decInOut.pCodebook; in HcrCalcNumCodeword()
723 SHORT *pNumLineInSection = pHcr->decInOut.pNumLineInSect; in HcrCalcNumCodeword()
757 UINT numSection = pHcr->decInOut.numSection; in HcrSortCodebookAndNumCodewordInSection()
758 UCHAR *pCodebook = pHcr->decInOut.pCodebook; in HcrSortCodebookAndNumCodewordInSection()
781 pCodebook = pHcr->decInOut.pCodebook; in HcrSortCodebookAndNumCodewordInSection()
849 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrPrepareSegmentationGrid()
850 SHORT lengthOfReorderedSpectralData = pHcr->decInOut.lengthOfReorderedSpectralData; in HcrPrepareSegmentationGrid()
857 USHORT bitstreamIndex = pHcr->decInOut.bitstreamIndex; in HcrPrepareSegmentationGrid()
924 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrExtendedSectionInfo()
969 pHcr->decInOut.errorLog |= EXTENDED_SORTED_COUNTER_OVERFLOW; in HcrExtendedSectionInfo()
1061 …FIXP_DBL *pQuantizedSpectralCoefficients = SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoef… in DecodePCWs()
1062 …int quantizedSpectralCoefficientsIdx = pHcr->decInOut.quantizedSpectralCoefficientsIdx; in DecodePCWs()
1129 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_BITS_DECODED; in DecodePCWs()
1175 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_BITS_DECODED; in DecodePCWs()
1252 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_ESC_BITS_DECODED; in DecodePCWs()
1283 pHcr->decInOut.quantizedSpectralCoefficientsIdx = quantizedSpectralCoefficientsIdx; in DecodePCWs()
1307 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY; in errDetectPcwSegmentation()
1310 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN; in errDetectPcwSegmentation()
1313 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN_ESC; in errDetectPcwSegmentation()
1345 pHcr->decInOut.errorLog |= BIT_IN_SEGMENTATION_ERROR; in errDetectWithinSegmentationFinal()
1546 FIXP_DBL *RESTRICT pLong = SPEC_LONG(hHcr->decInOut.pQuantizedSpectralCoefficientsBase); in HcrMuteErroneousLines()