Searched refs:clLtpState (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcl_ltp.h111 } clLtpState; typedef in typeref:struct:__anon375
117 Word16 cl_ltp_init(clLtpState **st);
124 Word16 cl_ltp_reset(clLtpState *st);
128 void cl_ltp_exit(clLtpState **st);
134 clLtpState *clSt, /* i/o : State struct */
H A Dcl_ltp.cpp127 state = Pointer to a pointer to a clLtpState structure
130 state points to the newly created clLtpState structure.
159 int cl_ltp_init (clLtpState **state)
161 clLtpState* s;
163 if (state == (clLtpState **) NULL){
170 if ((s= (clLtpState *) malloc(sizeof(clLtpState))) == NULL){
212 Word16 cl_ltp_init(clLtpState **state)
214 clLtpState* s;
216 if (state == (clLtpState **) NUL
[all...]
H A Dcod_amr.h156 clLtpState *clLtpSt;

Completed in 1279 milliseconds