Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dapedec.c103 int16_t *historybuffer; ///< filter memory member
132 int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; member
147 int64_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; member
821 memset(p->historybuffer, 0, PREDICTOR_SIZE * sizeof(*p->historybuffer)); in init_predictor_decoder()
822 memset(p64->historybuffer, 0, PREDICTOR_SIZE * sizeof(*p64->historybuffer)); in init_predictor_decoder()
823 p->buf = p->historybuffer; in init_predictor_decoder()
824 p64->buf = p64->historybuffer; in init_predictor_decoder()
1037 if (p->buf == p->historybuffer in predictor_decode_stereo_3800()
[all...]

Completed in 2 milliseconds