Skip to content

Commit

Permalink
model: update hevc 12bit QP list
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Hangjie <[email protected]>
  • Loading branch information
Hangjie22Coder authored and uartie committed Mar 22, 2024
1 parent 5f746fc commit c9e567b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/encode/12bit/hevc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ def initvars(self, _):
@slash.parametrize(*TrendModelMixin.filter_spec(spec))
def test(self, case):
vars(self).update(case = case)
vars(self).update(
modelqps = [24, 25, 28, 30, 35, 43, 52, 54, 57, 60, 61, 63, 66, 69, 72, 73, 75]
)
vars(self).update(spec[case].copy())

self.fit()

0 comments on commit c9e567b

Please sign in to comment.