Home
last modified time | relevance | path

Searched refs:tonStabState (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dton_stab.cpp184 Word16 ton_stab_init(tonStabState **state) in ton_stab_init()
186 tonStabState* s; in ton_stab_init()
188 if (state == (tonStabState **) NULL) in ton_stab_init()
196 if ((s = (tonStabState *) malloc(sizeof(tonStabState))) == NULL) in ton_stab_init()
289 Word16 ton_stab_reset(tonStabState *st) in ton_stab_reset()
291 if (st == (tonStabState *) NULL) in ton_stab_reset()
381 void ton_stab_exit(tonStabState **state) in ton_stab_exit()
525 Word16 check_lsp(tonStabState *st, /* i/o : State struct */ in check_lsp()
690 Word16 check_gp_clipping(tonStabState *st, /* i/o : State struct */ in check_gp_clipping()
788 void update_gp_clipping(tonStabState *st, /* i/o : State struct */ in update_gp_clipping()
Dton_stab.h98 } tonStabState; typedef
112 Word16 ton_stab_init(tonStabState **st);
119 Word16 ton_stab_reset(tonStabState *st);
124 void ton_stab_exit(tonStabState **st);
129 Word16 check_lsp(tonStabState *st, /* i/o : State struct */
134 Word16 check_gp_clipping(tonStabState *st, /* i/o : State struct */
139 void update_gp_clipping(tonStabState *st, /* i/o : State struct */
Dcl_ltp.h135 tonStabState *tonSt, /* i/o : State struct */
Dcod_amr.h159 tonStabState *tonStabSt;
Dcl_ltp.cpp621 tonStabState *tonSt, /* i/o : State struct */ in cl_ltp()