HISTORY_SIZE 124 libavcodec/apedec.c int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; HISTORY_SIZE 197 libavcodec/apedec.c s->filterbuf[i] = av_malloc((ape_filter_orders[s->fset][i] * 3 + HISTORY_SIZE) * 4); HISTORY_SIZE 581 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 627 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 654 libavcodec/apedec.c do_init_filter(&f[1], buf + order * 3 + HISTORY_SIZE, order); HISTORY_SIZE 708 libavcodec/apedec.c if (f->delay == f->historybuffer + HISTORY_SIZE + (order * 2)) {