Home
last modified time | relevance | path

Searched refs:testRef (Results 1 – 3 of 3) sorted by relevance

/third_party/astc-encoder/Test/
Dastc_test_image.py166 def run_test_set(encoder, testRef, testSet, quality, blockSizes, testRuns, argument
211 if testRef:
212 refResult = testRef.get_matching_record(res)
408 testRef = None
412 testRef = trs.ResultSet(imageSet)
413 testRef.load_from_file(testRefPath)
427 resultSet = run_test_set(encoder, testRef, testSet, quality,
Dastc_test_result_report.py98 testRef = trs.ResultSet(imageSet)
99 testRef.load_from_file(fullPath)
103 for result in testRef.records:
Dastc_test_result_plot.py68 testRef = trs.ResultSet(imageSet)
69 testRef.load_from_file(fullPath)
71 results[imageSet][quality]["ref-%s" % encoder] = testRef