Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1dec.c349 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()