Home | History | Annotate | Download | only in legacy

Lines Matching refs:opStart3

1975         BYTE* const opStart3 = opStart2 + segmentSize;
1976 BYTE* const opStart4 = opStart3 + segmentSize;
1979 BYTE* op3 = opStart3;
2018 if (op2 > opStart3) return ERROR(corruption_detected);
2024 HUFv05_decodeStreamX2(op2, &bitD2, opStart3, dt, dtLog);
2357 BYTE* const opStart3 = opStart2 + segmentSize;
2358 BYTE* const opStart4 = opStart3 + segmentSize;
2361 BYTE* op3 = opStart3;
2401 if (op2 > opStart3) return ERROR(corruption_detected);
2407 HUFv05_decodeStreamX4(op2, &bitD2, opStart3, dt, dtLog);