Searched refs:done_by_width (Results 1 – 1 of 1) sorted by relevance
375 def _find_yourself_best_new_encoding(self, done_by_width): argument378 for new_encoding in done_by_width[new_width]:440 done_by_width = defaultdict(list)444 done_by_width[encoding.width].append(encoding)452 encoding._find_yourself_best_new_encoding(done_by_width)490 done_by_width[encoding.width].append(encoding)497 combined_encoding._find_yourself_best_new_encoding(done_by_width)503 encodings = sum(done_by_width.values(), [])