OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Post_FilterState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.h
109
}
Post_FilterState
;
115
Word16 Post_Filter_reset(
Post_FilterState
*st);
121
Post_FilterState
*st, /* i/o : post filter states */
130
to Post_Filter.
Post_FilterState
is updated to mirror the current state
sp_dec.h
67
Post_FilterState
post_state;
pstfilt.cpp
166
state = pointer to structure of type
Post_FilterState
199
int Post_Filter_reset (
Post_FilterState
*state)
201
if (state == (
Post_FilterState
*) NULL){
238
Word16 Post_Filter_reset(
Post_FilterState
*state)
240
if (state == (
Post_FilterState
*) NULL)
264
st = pointer to a structure of type
Post_FilterState
312
Post_FilterState
*st, // i/o : post filter states
440
Post_FilterState
*st, /* i/o : post filter states */
Completed in 106 milliseconds