FFmpeg
Variables
speedhq.c File Reference
#include <stdint.h>
#include "speedhq.h"

Go to the source code of this file.

Variables

const uint16_t ff_speedhq_vlc_table [SPEEDHQ_RL_NB_ELEMS+2][2]
 
const uint8_t ff_speedhq_level [121]
 
const uint8_t ff_speedhq_run [121]
 

Variable Documentation

◆ ff_speedhq_vlc_table

const uint16_t ff_speedhq_vlc_table[SPEEDHQ_RL_NB_ELEMS+2][2]

Definition at line 26 of file speedhq.c.

Referenced by encode_block(), speedhq_init_static_data(), and speedhq_static_init().

◆ ff_speedhq_level

const uint8_t ff_speedhq_level[121]
Initial value:
= {
1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40,
1, 2, 3, 4, 5, 6, 7, 8,
9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 1, 2, 3, 4,
5, 6, 7, 8, 9, 10, 11, 1,
2, 3, 4, 5, 1, 2, 3, 4,
1, 2, 3, 1, 2, 3, 1, 2,
1, 2, 1, 2, 1, 2, 1, 2,
1, 2, 1, 2, 1, 2, 1, 2,
1, 2, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1,
}

Definition at line 62 of file speedhq.c.

Referenced by speedhq_init_static_data(), and speedhq_static_init().

◆ ff_speedhq_run

const uint8_t ff_speedhq_run[121]
Initial value:
= {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 3,
3, 3, 3, 3, 4, 4, 4, 4,
5, 5, 5, 6, 6, 6, 7, 7,
8, 8, 9, 9, 10, 10, 11, 11,
12, 12, 13, 13, 14, 14, 15, 15,
16, 16, 17, 18, 19, 20, 21, 22,
23, 24, 25, 26, 27, 28, 29, 30,
31,
}

Definition at line 81 of file speedhq.c.

Referenced by speedhq_init_static_data(), and speedhq_static_init().