Lines Matching refs:crossStart
329 size_t crossSize = p->crossEnd - p->crossStart; in ThreadFunc2()
367 parseData = MTDEC__DATA_PTR_FROM_LINK(p->crossBlock) + p->crossStart; in ThreadFunc2()
369 (int)p->crossStart, (int)p->crossEnd, (int)finish)); in ThreadFunc2()
450 p->crossStart = 0; in ThreadFunc2()
458 p->crossStart += parse.srcSize; in ThreadFunc2()
474 p->crossStart = 0; in ThreadFunc2()
481 p->crossStart = 0; in ThreadFunc2()
520 p->crossStart = 0; in ThreadFunc2()
549 p->crossStart = 0; in ThreadFunc2()
878 if (p->crossBlock && p->crossStart == p->crossEnd) in MtDec_PrepareRead()
895 return (p->numFilledThreads != 0) || (p->crossStart != p->crossEnd); in MtDec_PrepareRead()
943 size_t crossSize = p->crossEnd - p->crossStart; in MtDec_Read()
946 const Byte *data = MTDEC__DATA_PTR_FROM_LINK(p->crossBlock) + p->crossStart; in MtDec_Read()
948 p->crossStart = 0; in MtDec_Read()
977 p->crossStart = 0; in MtDec_Construct()
1056 p->crossStart = 0; in MtDec_Code()