Home
last modified time | relevance | path

Searched refs:g72x_state (Results 1 – 6 of 6) sorted by relevance

/third_party/libsnd/src/G72x/
Dg72x.h64 struct g72x_state ;
68 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) ;
69 struct g72x_state * g72x_writer_init (int codec, int *blocksize, int *samplesperblock) ;
75 int g72x_decode_block (struct g72x_state *pstate, const unsigned char *block, short *samples) ;
83 int g72x_encode_block (struct g72x_state *pstate, short *samples, unsigned char *block) ;
Dg72x_priv.h44 struct g72x_state struct
75 int (*encoder) (int, struct g72x_state* state) ; argument
76 int (*decoder) (int, struct g72x_state* state) ; argument
81 typedef struct g72x_state G72x_STATE ; argument
DChangeLog24 Changed struct g72x_state to a typedef struct { .. } G72x_PRIVATE.
Dg72x.c134 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) in g72x_reader_init()
189 struct g72x_state * g72x_writer_init (int codec, int *blocksize, int *samplesperblock) in g72x_writer_init()
DREADME.original48 struct g72x_state state;
/third_party/libsnd/src/
Dg72x.c32 struct g72x_state ;
33 typedef struct g72x_state G72x_STATE ;
37 struct g72x_state * private ;