Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c831 int amp, err, max, max_amp_index, min, scale, i, j, k, l; in get_fcb_param() local
883 max_amp_index = GAIN_LEVELS - 2; in get_fcb_param()
884 for (j = max_amp_index; j >= 2; j--) { in get_fcb_param()
890 max_amp_index = j; in get_fcb_param()
894 max_amp_index--; in get_fcb_param()
901 param.amp_index = max_amp_index + j - 2; in get_fcb_param()

Completed in 3 milliseconds