FFmpeg
Data Fields
APVMultiVLCLUTEntry Struct Reference

#include <apv_decode.h>

Data Fields

uint8_t count
 
uint8_t k_run: 2
 
uint8_t k_level_0: 3
 
uint8_t k_level_1: 3
 
uint8_t run [2]
 
int16_t level [2]
 
uint8_t offset [4]
 

Detailed Description

Definition at line 42 of file apv_decode.h.

Field Documentation

◆ count

uint8_t APVMultiVLCLUTEntry::count

Definition at line 44 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().

◆ k_run

uint8_t APVMultiVLCLUTEntry::k_run

Definition at line 46 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().

◆ k_level_0

uint8_t APVMultiVLCLUTEntry::k_level_0

Definition at line 48 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().

◆ k_level_1

uint8_t APVMultiVLCLUTEntry::k_level_1

Definition at line 50 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().

◆ run

uint8_t APVMultiVLCLUTEntry::run[2]

Definition at line 52 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().

◆ level

int16_t APVMultiVLCLUTEntry::level[2]

Definition at line 54 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().

◆ offset

uint8_t APVMultiVLCLUTEntry::offset[4]

Definition at line 56 of file apv_decode.h.

Referenced by ff_apv_entropy_build_decode_lut().


The documentation for this struct was generated from the following file: