Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
Dp_ol_wgh.h102 } pitchOLWghtState; typedef
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/
Dp_ol_wgh.cpp189 Word16 p_ol_wgh_init(pitchOLWghtState **state) in p_ol_wgh_init()
191 pitchOLWghtState* s; in p_ol_wgh_init()
193 if (state == (pitchOLWghtState **) NULL) in p_ol_wgh_init()
201 if ((s = (pitchOLWghtState *) malloc(sizeof(pitchOLWghtState))) == NULL) in p_ol_wgh_init()
296 Word16 p_ol_wgh_reset(pitchOLWghtState *st) in p_ol_wgh_reset()
298 if (st == (pitchOLWghtState *) NULL) in p_ol_wgh_reset()
391 void p_ol_wgh_exit(pitchOLWghtState **state) in p_ol_wgh_exit()
861 pitchOLWghtState *st, /* i/o : State struct */ in Pitch_ol_wgh()
Dol_ltp.h105 pitchOLWghtState *st, /* i/o : State struct */
Dol_ltp.cpp202 pitchOLWghtState *st, /* i/o : State struct */ in ol_ltp()
Dcod_amr.h158 pitchOLWghtState *pitchOLWghtSt;