![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/share/doc/svt-av1-libs/Docs/ |
# SQ_Weight Appendix ## Description SQ\_WEIGHT determines if the evaluation of HA, HB, VA, VB, H4 and V4 shapes could be skipped based on the cost of SQ, H and V shapes. Specifically: - skip HA, HB and H4 if (valid SQ and H) and (H\_COST \> (SQ\_WEIGHT \* SQ\_COST) / 100) - skip VA, VB and V4 if (valid SQ and V) and (V\_COST \> (SQ\_WEIGHT \* SQ\_COST) / 100) - `The lower the SQ_WEIGHT, the higher the chance to skip NSQ` ## SQ\_WEIGHT Derivation SQ\_WEIGHT = **Base** + **Offset** **Base = f(Preset)** **Preset(s)** | **BASE** ---------------| --------- MR | ∞ M0 | 105 M1 | 105 M2 | 100 M3 & beyond | 95 **Offset = f (Target Shape, Block/PIC Type, Coeff Info, QP)**  PS.  ## Notes The feature settings that are described in this document were compiled at v0.8.3 of the code and may not reflect the current status of the code. The description in this document represents an example showing how features would interact with the SVT architecture. For the most up-to-date settings, it's recommended to review the section of the code implementing this feature.