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

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dp_ol_wgh.h102 } pitchOLWghtState; typedef in typeref:struct:__anon352
108 Word16 p_ol_wgh_init(pitchOLWghtState **st);
115 Word16 p_ol_wgh_reset(pitchOLWghtState *st);
120 void p_ol_wgh_exit(pitchOLWghtState **st);
126 pitchOLWghtState *st, /* i/o : State struct */
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dol_ltp.h105 pitchOLWghtState *st, /* i/o : State struct */
H A Dp_ol_wgh.cpp110 state = pointer to a pointer of structure type pitchOLWghtState
143 int p_ol_wgh_init (pitchOLWghtState **state)
145 pitchOLWghtState* s;
147 if (state == (pitchOLWghtState **) NULL){
154 if ((s= (pitchOLWghtState *) malloc(sizeof(pitchOLWghtState))) == NULL){
189 Word16 p_ol_wgh_init(pitchOLWghtState **state)
191 pitchOLWghtState* s;
193 if (state == (pitchOLWghtState **) NULL)
201 if ((s = (pitchOLWghtState *) mallo
[all...]
H A Dol_ltp.cpp89 st = pointer to pitchOLWghtState structure
131 pitchOLWghtState *st, // i/o : State struct
202 pitchOLWghtState *st, /* i/o : State struct */
H A Dcod_amr.h158 pitchOLWghtState *pitchOLWghtSt;

Completed in 70 milliseconds