OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gainQuantState
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gain_q.h
51
structure declared within the
gainQuantState
structure.
127
}
gainQuantState
;
133
Word16 gainQuant_init(
gainQuantState
**st);
139
Word16 gainQuant_reset(
gainQuantState
*st);
143
void gainQuant_exit(
gainQuantState
**st);
149
gainQuantState
*st, /* i/o : State struct */
gain_q.cpp
117
st -- double pointer to
gainQuantState
120
st -- double ponter to
gainQuantState
174
Word16 gainQuant_init(
gainQuantState
**state)
176
gainQuantState
* s;
178
if (state == (
gainQuantState
**) NULL)
186
if ((s = (
gainQuantState
*) malloc(sizeof(
gainQuantState
))) == NULL)
218
st -- double pointer to
gainQuantState
221
st -- double ponter to
gainQuantState
274
Word16 gainQuant_reset(
gainQuantState
*state
[
all
...]
cod_amr.h
157
gainQuantState
*gainQuantSt;
Completed in 175 milliseconds