HISTORY_SIZE 131 libavcodec/apedec.c int32_t historybuffer[HISTORY_SIZE + PREDICTOR_SIZE]; HISTORY_SIZE 266 libavcodec/apedec.c (ape_filter_orders[s->fset][i] * 3 + HISTORY_SIZE) * 4, HISTORY_SIZE 1006 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1051 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1109 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1131 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1207 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1250 libavcodec/apedec.c if (p->buf == p->historybuffer + HISTORY_SIZE) { HISTORY_SIZE 1278 libavcodec/apedec.c do_init_filter(&f[1], buf + order * 3 + HISTORY_SIZE, order); HISTORY_SIZE 1334 libavcodec/apedec.c if (f->delay == f->historybuffer + HISTORY_SIZE + (order * 2)) { HISTORY_SIZE 95 libavcodec/notchlc.c if (pos + num_literals < HISTORY_SIZE) { HISTORY_SIZE 101 libavcodec/notchlc.c if (pos == HISTORY_SIZE) { HISTORY_SIZE 102 libavcodec/notchlc.c bytestream2_put_buffer(pb, history, HISTORY_SIZE); HISTORY_SIZE 124 libavcodec/notchlc.c reference_pos = (pos >= delta) ? (pos - delta) : (HISTORY_SIZE + pos - delta); HISTORY_SIZE 125 libavcodec/notchlc.c if (pos + match_length < HISTORY_SIZE && reference_pos + match_length < HISTORY_SIZE) { HISTORY_SIZE 136 libavcodec/notchlc.c if (pos == HISTORY_SIZE) { HISTORY_SIZE 137 libavcodec/notchlc.c bytestream2_put_buffer(pb, history, HISTORY_SIZE); HISTORY_SIZE 140 libavcodec/notchlc.c reference_pos %= HISTORY_SIZE;