You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all trials are independent, repeating the full active block mode and decimation mode search for every plane count and partition count that is tried.
In reality the first full search of 1 plane 1 partition sets a usable baseline for what plausible encodings will look like - adding more planes and more partitions makes is very unlikely (although not impossible) that later trials will actually use a higher weight quantization level as they just don't have the bitrate available to do it effectively.
This PR adds quant forwarding to the trials. The "1 plane 1 partition" search will do a full search of all active modes, and then the weight quant of the most successful block mode in that search will be used as an upper bound on the later searches that target more planes and partitions. This dramatically prunes the search space, significantly helping -medium and -thorough.
0 commit comments