HomeSort by relevance Sort by last modified time
    Searched refs:tonStabState (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
ton_stab.h 98 } tonStabState;
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 */
ton_stab.cpp 104 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 *) malloc(sizeof(tonStabState))) == NULL
    [all...]
cl_ltp.h 135 tonStabState *tonSt, /* i/o : State struct */
cod_amr.h 159 tonStabState *tonStabSt;
cl_ltp.cpp 441 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 710 milliseconds