Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dadpcm.c1694 int previous_sample, current_sample, next_sample; in adpcm_decode_frame() local
1714 previous_sample = sign_extend(bytestream2_get_le16(&gb), 16); in adpcm_decode_frame()
1717 previous_sample = c->status[channel].prev_sample; in adpcm_decode_frame()
1724 previous_sample = sign_extend(bytestream2_get_be16(&gb), 16); in adpcm_decode_frame()
1742 (previous_sample * coeff2); in adpcm_decode_frame()
1745 previous_sample = current_sample; in adpcm_decode_frame()
1760 c->status[channel].prev_sample = previous_sample; in adpcm_decode_frame()

Completed in 6 milliseconds