Lines Matching defs:codeRes
247 SRes res, codeRes;
531 codeRes = SZ_OK;
535 codeRes = p->mtCallback->PreCode(p->mtCallbackObject, t->index);
536 if (codeRes != SZ_OK)
541 // if (codeRes == SZ_ERROR_MEM) - we will try single-thread decoding later.
542 // if (codeRes != SZ_ERROR_MEM) - we can stop decoding or try single-thread decoding.
603 if (res == SZ_OK && needCode && codeRes == SZ_OK)
626 codeRes = p->mtCallback->Code(p->mtCallbackObject, t->index,
631 if (codeRes != SZ_OK)
633 PRF(printf("\nCode Interrupt error = %x\n", codeRes));
677 if (codeRes != SZ_OK) // || !needCode // check it !!!
680 p->codeRes = codeRes;
681 if (codeRes == SZ_ERROR_MEM)
758 || codeRes != SZ_OK
1026 p->codeRes = SZ_OK;
1093 // || p->mtc.codeRes == SZ_ERROR_MEM