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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dton_stab.h98 } tonStabState; typedef in typeref:struct:__anon388
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 */
H A Dton_stab.cpp104 state = pointer to pointer to structure type tonStabState.
137 int ton_stab_init (tonStabState **state)
139 tonStabState* s;
141 if (state == (tonStabState **) NULL){
148 if ((s= (tonStabState *) malloc(sizeof(tonStabState))) == NULL){
184 Word16 ton_stab_init(tonStabState **state)
186 tonStabState* s;
188 if (state == (tonStabState **) NULL)
196 if ((s = (tonStabState *) mallo
[all...]
H A Dcl_ltp.h135 tonStabState *tonSt, /* i/o : State struct */
H A Dcod_amr.h159 tonStabState *tonStabSt;
H A Dcl_ltp.cpp441 tonSt = pointer to the tonStabState structure
453 tonSt = pointer to the tonStabState structure
495 tonStabState *tonSt, // i/o : State struct
621 tonStabState *tonSt, /* i/o : State struct */

Completed in 51 milliseconds