Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Droqaudioenc.c80 static unsigned char dpcm_predict(short *previous, short current) in dpcm_predict() function
173 *out++ = dpcm_predict(&context->lastSample[i & 1], *in++); in roq_dpcm_encode_frame()