Searched refs:g72x_state (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | g72x.h | 65 struct g72x_state { struct 93 extern void g72x_init_state(struct g72x_state *); argument 97 struct g72x_state *state_ptr); 101 struct g72x_state *state_ptr); 105 struct g72x_state *state_ptr); 109 struct g72x_state *state_ptr); 113 struct g72x_state *state_ptr); 117 struct g72x_state *state_ptr); 121 struct g72x_state *state_ptr); 125 struct g72x_state *state_ptr); [all …]
|
| H A D | g72x.c | 142 void g72x_init_state(struct g72x_state *state_ptr) in g72x_init_state() 169 int predictor_zero(struct g72x_state *state_ptr) in predictor_zero() 185 int predictor_pole(struct g72x_state *state_ptr) in predictor_pole() 196 int step_size(struct g72x_state *state_ptr) in step_size() 297 int dqsez, struct g72x_state *state_ptr) in update()
|
| H A D | g721.c | 80 int g721_encoder(int sl, int in_coding, struct g72x_state *state_ptr) in g721_encoder() 133 int g721_decoder(int i, int out_coding, struct g72x_state *state_ptr) in g721_decoder()
|
| H A D | g723_24.c | 67 int g723_24_encoder(int sl, int in_coding, struct g72x_state *state_ptr) in g723_24_encoder() 118 int g723_24_decoder(int i, int out_coding, struct g72x_state *state_ptr) in g723_24_decoder()
|
| H A D | g723_40.c | 86 int g723_40_encoder(int sl, int in_coding, struct g72x_state *state_ptr) in g723_40_encoder() 138 int g723_40_decoder(int i, int out_coding, struct g72x_state *state_ptr) in g723_40_decoder()
|
| H A D | au.c | 83 struct g72x_state state; 84 int (*dec_routine)(int i, int out_coding, struct g72x_state *state_ptr);
|