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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dapedec.c101 int16_t *historybuffer; ///< filter memory member in struct:APEFilter
130 int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; member in struct:APEPredictor
791 memset(p->historybuffer, 0, PREDICTOR_SIZE * sizeof(*p->historybuffer));
792 p->buf = p->historybuffer;
993 if (p->buf == p->historybuffer + HISTORY_SIZE) {
994 memmove(p->historybuffer, p->buf,
995 PREDICTOR_SIZE * sizeof(*p->historybuffer));
996 p->buf = p->historybuffer;
1039 if (p->buf == p->historybuffer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapedec.c97 int16_t *historybuffer; ///< filter memory member in struct:APEFilter
126 int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; member in struct:APEPredictor
518 memset(p->historybuffer, 0, PREDICTOR_SIZE * sizeof(int32_t));
519 p->buf = p->historybuffer;
602 if (p->buf == p->historybuffer + HISTORY_SIZE) {
603 memmove(p->historybuffer, p->buf, PREDICTOR_SIZE * sizeof(int32_t));
604 p->buf = p->historybuffer;
642 if (p->buf == p->historybuffer + HISTORY_SIZE) {
643 memmove(p->historybuffer, p->buf, PREDICTOR_SIZE * sizeof(int32_t));
644 p->buf = p->historybuffer;
[all...]

Completed in 72 milliseconds