Home | History | Annotate | Download | only in tables

Lines Matching full:deltaformat

321 		DeltaFormat = tableDict["DeltaFormat"]
322 assert DeltaFormat in (1, 2, 3), "illegal DeltaFormat"
324 nBits = 1 << DeltaFormat
344 DeltaFormat = tableDict["DeltaFormat"]
346 assert DeltaFormat in (1, 2, 3), "illegal DeltaFormat"
348 nBits = 1 << DeltaFormat