Lines Matching defs:block
156 /* we must get some block from blocksSemaphore before Event_Set(&mtc->readEvent) */
224 CMtCoderBlock *block = &mtc->blocks[bi];
225 block->res = res;
226 block->bufIndex = bufIndex;
227 block->finished = finished;
296 CMtCoderBlock *block = &mtc->blocks[wi];
297 if (res == SZ_OK && block->res != SZ_OK)
298 res = block->res;
299 bufIndex = block->bufIndex;
300 finished = block->finished;
516 const CMtCoderBlock *block = &p->blocks[bi];
517 unsigned bufIndex = block->bufIndex;
518 BoolInt finished = block->finished;
519 if (res == SZ_OK && block->res != SZ_OK)
520 res = block->res;