• Home
  • Raw
  • Download

Lines Matching refs:errorLog

300   pHcr->decInOut.errorLog = 0;  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()
377 &pHcr->decInOut.errorLog); in HcrInit()
378 if (pHcr->decInOut.errorLog != 0 ) { in HcrInit()
379 return ( pHcr->decInOut.errorLog ); in HcrInit()
392 &pHcr->decInOut.errorLog); 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()
438 return ( pHcr->decInOut.errorLog ); in HcrInit()
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()
515 if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) == 0 ) { in HcrDecoder()
542 return ( pHcr->decInOut.errorLog ); in HcrDecoder()
695 pHcr->decInOut.errorLog |= LAV_VIOLATION; in HcrReorderQuantizedSpectralCoefficients()
969 pHcr->decInOut.errorLog |= EXTENDED_SORTED_COUNTER_OVERFLOW; in HcrExtendedSectionInfo()
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()
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()