FFmpeg
Macros | Variables
speedhq.h File Reference
#include <stdint.h>
#include "libavutil/attributes_internal.h"

Go to the source code of this file.

Macros

#define SPEEDHQ_RL_NB_ELEMS   121
 

Variables

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

Macro Definition Documentation

◆ SPEEDHQ_RL_NB_ELEMS

#define SPEEDHQ_RL_NB_ELEMS   121

Definition at line 27 of file speedhq.h.

Variable Documentation

◆ ff_speedhq_run

const FF_VISIBILITY_PUSH_HIDDEN uint8_t ff_speedhq_run[SPEEDHQ_RL_NB_ELEMS]

Definition at line 81 of file speedhq.c.

Referenced by speedhq_init_static_data(), and speedhq_static_init().

◆ ff_speedhq_level

const uint8_t ff_speedhq_level[SPEEDHQ_RL_NB_ELEMS]

Definition at line 62 of file speedhq.c.

Referenced by speedhq_init_static_data(), and speedhq_static_init().

◆ 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().