HISTORY_SIZE 130 libavcodec/apedec.c int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; HISTORY_SIZE 264 libavcodec/apedec.c (ape_filter_orders[s->fset][i] * 3 + HISTORY_SIZE) * 4, HISTORY_SIZE 979 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1024 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1082 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1104 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1180 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1223 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1251 libavcodec/apedec.c do_init_filter(&f[1], buf + order * 3 + HISTORY_SIZE, order); HISTORY_SIZE 1299 libavcodec/apedec.c if (f->delay == f->historybuffer + HISTORY_SIZE + (order * 2)) {