• Home
  • Raw
  • Download

Lines Matching refs:errorLog

290   pHcr->decInOut.errorLog = 0;  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()
371 &pHcr->decInOut.errorLog); in HcrInit()
372 if (pHcr->decInOut.errorLog != 0) { in HcrInit()
373 return (pHcr->decInOut.errorLog); in HcrInit()
384 &pHcr->decInOut.errorLog); 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()
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()
473 if ((pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK) == 0) { in HcrDecoder()
496 return (pHcr->decInOut.errorLog); in HcrDecoder()
650 pHcr->decInOut.errorLog |= LAV_VIOLATION; in HcrReorderQuantizedSpectralCoefficients()
926 pHcr->decInOut.errorLog |= EXTENDED_SORTED_COUNTER_OVERFLOW; in HcrExtendedSectionInfo()
1091 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_BITS_DECODED; in DecodePCWs()
1131 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_BITS_DECODED; in DecodePCWs()
1183 &pHcr->decInOut.errorLog); in DecodePCWs()
1199 &pHcr->decInOut.errorLog); in DecodePCWs()
1210 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_ESC_BITS_DECODED; 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()