MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / get_coding_rate_pattern

Method get_coding_rate_pattern

Test/testlib/encoder.py:353–354  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351 return re.compile(r'\s*Coding time:\s*([0-9.]*) s')
352
353 def get_coding_rate_pattern(self) -> re.Pattern:
354 return re.compile(r'\s*Coding rate:\s*([0-9.]*) MT/s')
355
356
357class Encoder2xRel(Encoder2x):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected