Home
last modified time | relevance | path

Searched refs:ccr_max (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg723_1dec.c344 * @param ccr_max pointer to the maximum auto-correlation
349 static int autocorr_max(const int16_t *buf, int offset, int *ccr_max, in autocorr_max() argument
364 if (ccr > *ccr_max) { in autocorr_max()
365 *ccr_max = ccr; in autocorr_max()

Completed in 2 milliseconds