Home
last modified time | relevance | path

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

/dports/audio/mous/mous-2.0.1/deps/ffmpeg-strip-wma/
H A Dwmadec.c518 int i, j, jincr, k; in interpolate_array() local
522 jincr = new_size / old_size; in interpolate_array()
526 k = jincr; in interpolate_array()
533 jincr = old_size / new_size; in interpolate_array()
536 j += jincr; in interpolate_array()