Lines Matching refs:match
131 match = patternPSNR.match(line)
132 if match:
133 runPSNR = float(match.group(1))
135 match = patternTTime.match(line)
136 if match:
137 runTTime = float(match.group(1))
139 match = patternCTime.match(line)
140 if match:
141 runCTime = float(match.group(1))
143 match = patternCRate.match(line)
144 if match:
145 runCRate = float(match.group(1))
156 Get the regex pattern to match the image quality metric.
159 to match another metric (e.g. mPSNR for HDR images).
172 Get the regex pattern to match the total compression time.
182 Get the regex pattern to match the coding compression time.
416 # Pattern match on a new pattern for a 2.1 compatible variant
421 # Pattern match on a new pattern for a 2.1 compatible variant
426 # Pattern match on a new pattern for a 2.1 compatible variant