⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rle_consts.txt

📁 H.264完整的C语言代码和DCT的代码
💻 TXT
字号:
:T x

# send and store indices for communication to get zig-zag ordering
# send 0
  0x0  0x3  0x3  0x3  0x3  0x4  0x4  0x4
# store 0
  0x0  0x5  0x1  0x0  0x0  0x6  0x2  0x1

# send 1
  0x1  0x4  0x1  0x4  0x4  0x5  0x3  0x5
# store 1
  0x1  0x0  0x0  0x7  0x7  0x7  0x3  0x2

# send 2
  0x2  0x5  0x2  0x2  0x5  0x3  0x5  0x2
# store 2
  0x5  0x4  0x2  0x2  0x6  0x5  0x0  0x0

# send 3
  0x3  0x6  0x6  0x0  0x1  0x6  0x1  0x6
# store 3
  0x6  0x1  0x3  0x5  0x2  0x1  0x7  0x6

# send 4
  0x4  0x0  0x4  0x5  0x2  0x7  0x2  0x3
# store 4
  0x2  0x6  0x7  0x1  0x5  0x0  0x1  0x4

# send 5
  0x5  0x1  0x5  0x6  0x6  0x2  0x0  0x7
# store 5
  0x4  0x7  0x5  0x6  0x1  0x4  0x4  0x7

# send 6
  0x6  0x2  0x7  0x1  0x7  0x0  0x6  0x0
# store 6
  0x7  0x3  0x4  0x3  0x3  0x3  0x6  0x3

# send 7
  0x7  0x7  0x0  0x7  0x0  0x1  0x7  0x1
# store 7
  0x3  0x2  0x6  0x4  0x4  0x2  0x5  0x5

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -