Home | History | Annotate | Download | only in src

Lines Matching refs:errorLog

300   pHcr->decInOut.errorLog = 0;
348 errDetectorInHcrSideinfoShrt(cb,numLine,&pHcr->decInOut.errorLog );
349 if (pHcr->decInOut.errorLog != 0 ) {
350 return ( pHcr->decInOut.errorLog );
371 errDetectorInHcrSideinfoShrt(cb,numLine,&pHcr->decInOut.errorLog );
373 pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_SHORT_BLOCK;
377 &pHcr->decInOut.errorLog);
378 if (pHcr->decInOut.errorLog != 0 ) {
379 return ( pHcr->decInOut.errorLog );
392 &pHcr->decInOut.errorLog);
397 pHcr->decInOut.errorLog |= NUM_SECT_OUT_OF_RANGE_LONG_BLOCK;
406 pHcr->decInOut.errorLog |= CB_OUT_OF_RANGE_LONG_BLOCK;
413 pHcr->decInOut.errorLog |= LINE_IN_SECT_OUT_OF_RANGE_LONG_BLOCK;
416 if (pHcr->decInOut.errorLog != 0 ) {
417 return ( pHcr->decInOut.errorLog );
438 return ( pHcr->decInOut.errorLog );
493 if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) != 0 ) {
494 return ( pHcr->decInOut.errorLog ); /* sideinfo is massively corrupt, return from HCR without having decoded anything */
515 if (( pHcr->decInOut.errorLog & HCR_FATAL_PCW_ERROR_MASK ) == 0 ) {
542 return ( pHcr->decInOut.errorLog );
695 pHcr->decInOut.errorLog |= LAV_VIOLATION;
969 pHcr->decInOut.errorLog |= EXTENDED_SORTED_COUNTER_OVERFLOW;
1129 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_BITS_DECODED;
1175 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_BITS_DECODED;
1252 pHcr->decInOut.errorLog |= TOO_MANY_PCW_BODY_SIGN_ESC_BITS_DECODED;
1307 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY;
1310 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN;
1313 pHcr->decInOut.errorLog |= SEGMENT_OVERRIDE_ERR_PCW_BODY_SIGN_ESC;
1345 pHcr->decInOut.errorLog |= BIT_IN_SEGMENTATION_ERROR;