FFmpeg
Data Structures | Data Fields
G722Context Struct Reference

#include <g722.h>

Data Structures

struct   G722Band
  The band[0] and band[1] correspond respectively to the lower band and higher band. More...
 
struct   TrellisNode
 
struct   TrellisPath
 

Data Fields

const AVClassclass
 
 
  memory of past decoded samples
 
  the number of values in prev_samples
 
 
 
 
 

Detailed Description

Definition at line 33 of file g722.h.

Field Documentation

const AVClass* G722Context::class

Definition at line 34 of file g722.h.

int G722Context::bits_per_codeword

Definition at line 35 of file g722.h.

Referenced by g722_decode_frame().

int16_t G722Context::prev_samples[PREV_SAMPLES_BUF_SIZE]

memory of past decoded samples

Definition at line 36 of file g722.h.

Referenced by filter_samples(), and g722_decode_frame().

int G722Context::prev_samples_pos

the number of values in prev_samples

Definition at line 37 of file g722.h.

Referenced by filter_samples(), g722_decode_frame(), g722_decode_init(), and g722_encode_init().

struct G722Context::G722Band G722Context::band[2]

Referenced by g722_decode_frame(), g722_decode_init(), g722_encode_init(), and g722_encode_trellis().

struct G722Context::TrellisNode * G722Context::node_buf[2]

Referenced by g722_encode_close(), g722_encode_init(), and g722_encode_trellis().

struct G722Context::TrellisNode ** G722Context::nodep_buf[2]

Referenced by g722_encode_close(), g722_encode_init(), and g722_encode_trellis().

struct G722Context::TrellisPath * G722Context::paths[2]

Referenced by g722_encode_close(), g722_encode_init(), and g722_encode_trellis().


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

Generated on Sun Sep 14 2014 18:56:41 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /