/
usr
/
share
/
doc
/
svt-av1-libs
/
Docs
/
/usr/share/doc/svt-av1-libs/Docs
mkdir
upload
Name
Size
Mode
Actions
img/
-
0755
rm
Appendix-Alt-Refs.md
16336
0644
edit
dl
rm
Appendix-CDEF.md
25795
0644
edit
dl
rm
Appendix-CfL.md
9015
0644
edit
dl
rm
Appendix-Compliant-Subpel-Interpolation-Filter-Search.md
11031
0644
edit
dl
rm
Appendix-Compound-Mode-Prediction.md
22702
0644
edit
dl
rm
Appendix-DLF.md
25736
0644
edit
dl
rm
Appendix-Film-Grain-Synthesis.md
12749
0644
edit
dl
rm
Appendix-Filter-Intra.md
6768
0644
edit
dl
rm
Appendix-Global-Motion.md
16541
0644
edit
dl
rm
Appendix-Intra-Block-Copy.md
7581
0644
edit
dl
rm
Appendix-Local-Warped-Motion.md
17649
0644
edit
dl
rm
Appendix-Palette-Prediction.md
8840
0644
edit
dl
rm
Appendix-Restoration-Filter.md
22520
0644
edit
dl
rm
Appendix-SQ-Weight.md
1244
0644
edit
dl
rm
Appendix-Subpel-Interpolation-Open-Loop-ME.md
6072
0644
edit
dl
rm
Appendix-TX-Search.md
13346
0644
edit
dl
rm
Appendix-Variance-Based-Adaptive-Quantization.md
12700
0644
edit
dl
rm
README.md
1463
0644
edit
dl
rm
svt-av1-decoder-design.md
32800
0644
edit
dl
rm
svt-av1-encoder-design.md
68380
0644
edit
dl
rm
svt-av1_decoder_user_guide.md
1861
0644
edit
dl
rm
svt-av1_encoder_user_guide.md
29264
0644
edit
dl
rm
Edit:
/usr/share/doc/svt-av1-libs/Docs/Appendix-SQ-Weight.md
(1244B)
# 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.
Save
cmd:
run