FFmpeg  4.0
Data Fields
TrellisNode Struct Reference

Data Fields

uint32_t ssd
 
int path
 
int sample1
 
int sample2
 
int step
 
int prev_node
 
int quant
 
int bits
 
int score
 

Detailed Description

Definition at line 43 of file adpcmenc.c.

Field Documentation

◆ ssd

uint32_t TrellisNode::ssd

Definition at line 44 of file adpcmenc.c.

Referenced by adpcm_compress_trellis(), and g722_encode_trellis().

◆ path

int TrellisNode::path

Definition at line 45 of file adpcmenc.c.

Referenced by adpcm_compress_trellis(), and g722_encode_trellis().

◆ sample1

int TrellisNode::sample1

Definition at line 46 of file adpcmenc.c.

Referenced by adpcm_compress_trellis().

◆ sample2

int TrellisNode::sample2

Definition at line 47 of file adpcmenc.c.

Referenced by adpcm_compress_trellis().

◆ step

int TrellisNode::step

Definition at line 48 of file adpcmenc.c.

Referenced by adpcm_compress_trellis().

◆ prev_node

int TrellisNode::prev_node

Definition at line 183 of file proresenc_kostya.c.

Referenced by encode_init(), find_quant_thread(), and find_slice_quant().

◆ quant

int TrellisNode::quant

Definition at line 184 of file proresenc_kostya.c.

Referenced by find_quant_thread(), and find_slice_quant().

◆ bits

int TrellisNode::bits

Definition at line 185 of file proresenc_kostya.c.

Referenced by encode_init(), ff_g723_1_scale_vector(), and find_slice_quant().

◆ score

int TrellisNode::score

Definition at line 186 of file proresenc_kostya.c.

Referenced by encode_init(), and find_slice_quant().


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