Searched refs:isByteEncodable (Results 1 – 1 of 1) sorted by relevance
403 isByteEncodable = lambda value: value >= -128 and value <= 127 function404 if isByteEncodable(value) and pos+1 < numDeltas and isByteEncodable(deltas[pos+1]):