Searched defs:p_ol_wgh_init (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dp_ol_wgh.cpp35 Funtions: p_ol_wgh_init
105 FUNCTION NAME: p_ol_wgh_init
143 int p_ol_wgh_init (pitchOLWghtState **state)
148 // fprintf(stderr, "p_ol_wgh_init: invalid parameter\n");
155 // fprintf(stderr, "p_ol_wgh_init: can not malloc state structure\n");
189 Word16 p_ol_wgh_init(pitchOLWghtState **state) function
195 /* fprintf(stderr, "p_ol_wgh_init: invalid parameter\n"); */
203 /* fprintf(stderr, "p_ol_wgh_init: can not malloc state structure\n"); */
215 ; End Function: p_ol_wgh_init

Completed in 653 milliseconds