Searched refs:PREDICTOR_SIZE (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.c51 #define PREDICTOR_SIZE 50 macro
130 int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE];
791 memset(p->historybuffer, 0, PREDICTOR_SIZE * sizeof(*p->historybuffer));
995 PREDICTOR_SIZE * sizeof(*p->historybuffer));
1041 PREDICTOR_SIZE * sizeof(*p->historybuffer));
1099 PREDICTOR_SIZE * sizeof(*p->historybuffer));
1121 PREDICTOR_SIZE * sizeof(*p->historybuffer));
1197 PREDICTOR_SIZE * sizeof(*p->historybuffer));
1240 PREDICTOR_SIZE * sizeof(*p->historybuffer));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapedec.c47 #define PREDICTOR_SIZE 50 macro
126 int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE];
518 memset(p->historybuffer, 0, PREDICTOR_SIZE * sizeof(int32_t));
603 memmove(p->historybuffer, p->buf, PREDICTOR_SIZE * sizeof(int32_t));
643 memmove(p->historybuffer, p->buf, PREDICTOR_SIZE * sizeof(int32_t));

Completed in 29 milliseconds