FFmpeg
|
Data Fields | |
uint32_t | ssd |
int | path |
int | sample1 |
int | sample2 |
int | step |
int | prev_node |
int | quant |
int | bits |
int | score |
Definition at line 61 of file adpcmenc.c.
uint32_t TrellisNode::ssd |
Definition at line 62 of file adpcmenc.c.
Referenced by adpcm_compress_trellis(), and g722_encode_trellis().
int TrellisNode::path |
Definition at line 63 of file adpcmenc.c.
Referenced by adpcm_compress_trellis(), and g722_encode_trellis().
int TrellisNode::sample1 |
Definition at line 64 of file adpcmenc.c.
Referenced by adpcm_compress_trellis().
int TrellisNode::sample2 |
Definition at line 65 of file adpcmenc.c.
Referenced by adpcm_compress_trellis().
int TrellisNode::step |
Definition at line 66 of file adpcmenc.c.
Referenced by adpcm_compress_trellis().
int TrellisNode::prev_node |
Definition at line 214 of file proresenc_kostya.c.
Referenced by find_quant_thread(), and find_slice_quant().
int TrellisNode::quant |
Definition at line 215 of file proresenc_kostya.c.
Referenced by find_quant_thread(), and find_slice_quant().
int TrellisNode::bits |
Definition at line 216 of file proresenc_kostya.c.
Referenced by find_slice_quant().
int TrellisNode::score |
Definition at line 217 of file proresenc_kostya.c.
Referenced by find_slice_quant().