- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
q_matrix_jvt.cfg
资源名称:X264CODEC.rar [点击查看]
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- # This an example configuration file for initializing the quantization matrix.
- # Altogether 6 matrices for 4x4 blocks and 2 matrix for 8x8 blocks.
- # The values range from 1 to 255.
- # If first value of matrix is equal to 0, default values ("JVT") will be used
- # for that matrix.
- # If a matrix is completely omitted, it will be filled with 16s.
- #
- # Note: JM expects CHROMAU and CHROMAV to be specified separately, whereas
- # x264 forces them to use the same matrix. If U and V are specified to have
- # different matrices, only the first is used.
- ####################################################################################
- INTRA4X4_LUMA =
- 6,13,20,28,
- 13,20,28,32,
- 20,28,32,37,
- 28,32,37,42
- INTRA4X4_CHROMAU =
- 6,13,20,28,
- 13,20,28,32,
- 20,28,32,37,
- 28,32,37,42
- INTRA4X4_CHROMAV =
- 6,13,20,28,
- 13,20,28,32,
- 20,28,32,37,
- 28,32,37,42
- INTER4X4_LUMA =
- 10,14,20,24,
- 14,20,24,27,
- 20,24,27,30,
- 24,27,30,34
- INTER4X4_CHROMAU =
- 10,14,20,24,
- 14,20,24,27,
- 20,24,27,30,
- 24,27,30,34
- INTER4X4_CHROMAV =
- 10,14,20,24,
- 14,20,24,27,
- 20,24,27,30,
- 24,27,30,34
- INTRA8X8_LUMA =
- 6,10,13,16,18,23,25,27,
- 10,11,16,18,23,25,27,29,
- 13,16,18,23,25,27,29,31,
- 16,18,23,25,27,29,31,33,
- 18,23,25,27,29,31,33,36,
- 23,25,27,29,31,33,36,38,
- 25,27,29,31,33,36,38,40,
- 27,29,31,33,36,38,40,42
- INTER8X8_LUMA =
- 9,13,15,17,19,21,22,24,
- 13,13,17,19,21,22,24,25,
- 15,17,19,21,22,24,25,27,
- 17,19,21,22,24,25,27,28,
- 19,21,22,24,25,27,28,30,
- 21,22,24,25,27,28,30,32,
- 22,24,25,27,28,30,32,33,
- 24,25,27,28,30,32,33,35