Lines Matching refs:result
53 Scrape the Test/Images directory for result CSV files and return an
54 mapping of the result sets.
60 imageSet => quality => encoder => result
103 for result in testRef.records:
104 skip = [1 for filt in BLOCKSIZE_FILTER if filt.match(result.blkSz)]
106 patchedRef.add_record(result)
115 Record a single image result from N different encoders.
121 list will be used as the reference result.
145 result = []
148 result.append("%s %s" % (tag, encoder))
150 return result
154 Get an absolute delta result.
162 result = []
166 result.append(getattr(record, field) - getattr(root, field))
168 return result
172 Get an relative delta result (score / ref).
180 result = []
184 result.append(getattr(record, field) / getattr(root, field))
186 return result
190 Get an inverse relative delta result (ref / score).
253 list will be used as the reference result.
260 # Skip result sets that are not the same size
265 # Interleave all result records