dct_consts1c.txt
来自「H.264完整的C语言代码和DCT的代码」· 文本 代码 · 共 23 行
TXT
23 行
:T x
# cosine constants used in dct algorithm
0x2d412d41
0x187e187e
0x539f539f
0x22a322a3
# scaling constants at the end of the dct algorithm
0x16a116a1
0x10501050
0x11511151
0x133e133e
0x16a116a1
0x1ccd1ccd
0x29cf29cf
0x52035203
# for padding out to a multiple of 8
0x0
0x0
0x0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?