Lines Matching refs:name
128 overall = self.get_worst_result().name
158 name: The test image name.
166 def __init__(self, blkSz, name, psnr, tTime, cTime, cRate):
172 name (str): The test image name.
183 self.name = name
205 return "'%s' / '%s'" % (self.blkSz, self.name)
236 def get_record(self, testSet, blkSz, name):
243 name (str): The test name.
255 if record.blkSz == blkSz and record.name == name:
274 if record.blkSz == other.blkSz and record.name == other.name:
331 record.name,