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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
lpc.h 106 } lpcState;
113 Word16 lpc_init(lpcState **st);
120 Word16 lpc_reset(lpcState *st);
124 void lpc_exit(lpcState **st);
130 lpcState *st, /* i/o: State struct */
lpc.cpp 100 state = pointer to pointer of state data of type lpcState
133 lpcState* s;
135 if (state == (lpcState **) NULL){
142 if ((s= (lpcState *) malloc(sizeof(lpcState))) == NULL){
183 Word16 lpc_init(lpcState **state)
185 lpcState* s;
187 if (state == (lpcState **) NULL)
195 if ((s = (lpcState *) malloc(sizeof(lpcState))) == NULL
    [all...]
cod_amr.h 154 lpcState *lpcSt;

Completed in 5455 milliseconds