AnonSec Shell
Server IP : 92.204.138.22  /  Your IP : 3.144.243.83
Web Server : Apache
System : Linux ns1009439.ip-92-204-138.us 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
User : internationaljou ( 1019)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/internationaljou/public_html/admin/js/BROKY_ADMIN/alfasymlink/root/usr/share/doc/svt-av1-libs/Docs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/internationaljou/public_html/admin/js/BROKY_ADMIN/alfasymlink/root/usr/share/doc/svt-av1-libs/Docs/Appendix-SQ-Weight.md
# 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)**

![sq_weight_fig1](./img/sq_weight_fig1.png)

PS.
![sq_weight_fig2](./img/sq_weight_fig2.png)

## 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.

Anon7 - 2022
AnonSec Team