Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c576 int new_step; in adpcm_ct_expand_nibble() local
588 new_step = (ff_adpcm_AdaptationTable[nibble & 7] * c->step) >> 8; in adpcm_ct_expand_nibble()
589 c->step = av_clip(new_step, 511, 32767); in adpcm_ct_expand_nibble()

Completed in 3 milliseconds