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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cl_ltp.h 111 } clLtpState;
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 */
cl_ltp.cpp 127 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 **) NULL
    [all...]
cod_amr.h 156 clLtpState *clLtpSt;

Completed in 51 milliseconds