Lines Matching refs:crossStart
328 size_t crossSize = p->crossEnd - p->crossStart; in ThreadFunc2()
366 parseData = MTDEC__DATA_PTR_FROM_LINK(p->crossBlock) + p->crossStart; in ThreadFunc2()
368 (int)p->crossStart, (int)p->crossEnd, (int)finish)); in ThreadFunc2()
449 p->crossStart = 0; in ThreadFunc2()
457 p->crossStart += parse.srcSize; in ThreadFunc2()
473 p->crossStart = 0; in ThreadFunc2()
480 p->crossStart = 0; in ThreadFunc2()
519 p->crossStart = 0; in ThreadFunc2()
548 p->crossStart = 0; in ThreadFunc2()
877 if (p->crossBlock && p->crossStart == p->crossEnd) in MtDec_PrepareRead()
894 return (p->numFilledThreads != 0) || (p->crossStart != p->crossEnd); in MtDec_PrepareRead()
942 size_t crossSize = p->crossEnd - p->crossStart; in MtDec_Read()
945 const Byte *data = MTDEC__DATA_PTR_FROM_LINK(p->crossBlock) + p->crossStart; in MtDec_Read()
947 p->crossStart = 0; in MtDec_Read()
976 p->crossStart = 0; in MtDec_Construct()
1055 p->crossStart = 0; in MtDec_Code()