Lines Matching refs:decInOut
276 pHcr->decInOut.lengthOfReorderedSpectralData = in HcrInit()
279 pHcr->decInOut.lengthOfLongestCodeword = in HcrInit()
281 pHcr->decInOut.pQuantizedSpectralCoefficientsBase = in HcrInit()
283 pHcr->decInOut.quantizedSpectralCoefficientsIdx = 0; in HcrInit()
284 pHcr->decInOut.pCodebook = in HcrInit()
286 pHcr->decInOut.pNumLineInSect = in HcrInit()
288 pHcr->decInOut.numSection = in HcrInit()
290 pHcr->decInOut.errorLog = 0; in HcrInit()
295 pHcr->decInOut.bitstreamAnchor = (INT)FDKgetValidBits(bs); in HcrInit()
314 pNumLinesInSec = pHcr->decInOut.pNumLineInSect; /* out */ in HcrInit()
315 pCodeBk = pHcr->decInOut.pCodebook; /* out */ in HcrInit()
345 &pHcr->decInOut.errorLog); in HcrInit()
346 if (pHcr->decInOut.errorLog != 0) { in HcrInit()
347 return (pHcr->decInOut.errorLog); in HcrInit()
365 errDetectorInHcrSideinfoShrt(cb, numLine, &pHcr->decInOut.errorLog); in HcrInit()
367 pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_SHORT_BLOCK; in HcrInit()
369 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
370 pHcr->decInOut.lengthOfReorderedSpectralData, in HcrInit()
371 &pHcr->decInOut.errorLog); in HcrInit()
372 if (pHcr->decInOut.errorLog != 0) { in HcrInit()
373 return (pHcr->decInOut.errorLog); in HcrInit()
378 pHcr->decInOut.numSection = numSection; in HcrInit()
382 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
383 pHcr->decInOut.lengthOfReorderedSpectralData, in HcrInit()
384 &pHcr->decInOut.errorLog); in HcrInit()
385 numSection = pHcr->decInOut.numSection; in HcrInit()
386 pNumLinesInSec = pHcr->decInOut.pNumLineInSect; in HcrInit()
387 pCodeBk = pHcr->decInOut.pCodebook; in HcrInit()
389 pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_LONG_BLOCK; in HcrInit()
397 pHcr->decInOut.errorLog |= CB_OUT_OF_RANGE_LONG_BLOCK; in HcrInit()
404 pHcr->decInOut.errorLog |= LINE_IN_SECT_OUT_OF_RANGE_LONG_BLOCK; in HcrInit()
407 if (pHcr->decInOut.errorLog != 0) { in HcrInit()
408 return (pHcr->decInOut.errorLog); in HcrInit()
412 pCodeBk = pHcr->decInOut.pCodebook; in HcrInit()
423 return (pHcr->decInOut.errorLog); in HcrInit()
450 if ((pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK) != 0) { in HcrDecoder()
451 return (pHcr->decInOut.errorLog); /* sideinfo is massively corrupt, return in HcrDecoder()
467 pTmp4 = pHcr->decInOut.quantizedSpectralCoefficientsIdx; in HcrDecoder()
473 if ((pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK) == 0) { in HcrDecoder()
484 pHcr->decInOut.quantizedSpectralCoefficientsIdx = pTmp4; in HcrDecoder()
496 return (pHcr->decInOut.errorLog); in HcrDecoder()
520 UINT numSection = pHcr->decInOut.numSection; in HcrReorderQuantizedSpectralCoefficients()
522 pHcr->decInOut.pQuantizedSpectralCoefficientsBase; in HcrReorderQuantizedSpectralCoefficients()
524 SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase); in HcrReorderQuantizedSpectralCoefficients()
650 pHcr->decInOut.errorLog |= LAV_VIOLATION; in HcrReorderQuantizedSpectralCoefficients()
673 UINT numSection = pHcr->decInOut.numSection; in HcrCalcNumCodeword()
674 UCHAR *pCodebook = pHcr->decInOut.pCodebook; in HcrCalcNumCodeword()
675 SHORT *pNumLineInSection = pHcr->decInOut.pNumLineInSect; in HcrCalcNumCodeword()
708 UINT numSection = pHcr->decInOut.numSection; in HcrSortCodebookAndNumCodewordInSection()
709 UCHAR *pCodebook = pHcr->decInOut.pCodebook; in HcrSortCodebookAndNumCodewordInSection()
736 pCodebook = pHcr->decInOut.pCodebook; in HcrSortCodebookAndNumCodewordInSection()
809 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrPrepareSegmentationGrid()
811 pHcr->decInOut.lengthOfReorderedSpectralData; in HcrPrepareSegmentationGrid()
887 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrExtendedSectionInfo()
926 pHcr->decInOut.errorLog |= EXTENDED_SORTED_COUNTER_OVERFLOW; in HcrExtendedSectionInfo()
1018 SPEC_LONG(pHcr->decInOut.pQuantizedSpectralCoefficientsBase); in DecodePCWs()
1020 pHcr->decInOut.quantizedSpectralCoefficientsIdx; in DecodePCWs()
1074 bs, pHcr->decInOut.bitstreamAnchor, pCurrentTree, pQuantValBase, in DecodePCWs()
1091 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_BITS_DECODED; in DecodePCWs()
1118 bs, pHcr->decInOut.bitstreamAnchor, pCurrentTree, pQuantValBase, in DecodePCWs()
1122 bs, pHcr->decInOut.bitstreamAnchor, dimension, pQuantVal, in DecodePCWs()
1131 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_BITS_DECODED; in DecodePCWs()
1160 bs, pHcr->decInOut.bitstreamAnchor, pCurrentTree, pQuantValBase, in DecodePCWs()
1164 bs, pHcr->decInOut.bitstreamAnchor, dimension, pQuantVal, in DecodePCWs()
1179 bs, pHcr->decInOut.bitstreamAnchor, in DecodePCWs()
1183 &pHcr->decInOut.errorLog); in DecodePCWs()
1195 bs, pHcr->decInOut.bitstreamAnchor, in DecodePCWs()
1199 &pHcr->decInOut.errorLog); in DecodePCWs()
1210 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_ESC_BITS_DECODED; in DecodePCWs()
1246 pHcr->decInOut.quantizedSpectralCoefficientsIdx = in DecodePCWs()
1269 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY; in errDetectPcwSegmentation()
1272 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN; in errDetectPcwSegmentation()
1275 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN_ESC; in errDetectPcwSegmentation()
1305 pHcr->decInOut.errorLog |= BIT_IN_SEGMENTATION_ERROR; in errDetectWithinSegmentationFinal()
1500 SPEC_LONG(hHcr->decInOut.pQuantizedSpectralCoefficientsBase); in HcrMuteErroneousLines()