Lines Matching refs:max_sz
27 assert(index < ctx->max_sz); in pop()
28 if (++index >= ctx->max_sz) in pop()
29 index -= ctx->max_sz; in pop()
40 for (i = 0; i < ctx->max_sz; i++) in vp9_lookahead_destroy()
70 ctx->max_sz = depth; in vp9_lookahead_init()
112 if (ctx->sz + 1 + MAX_PRE_FRAMES > ctx->max_sz) in vp9_lookahead_push()
135 if (!new_dimensions && ctx->max_sz == 1 && active_map && !flags) { in vp9_lookahead_push()
210 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_lookahead_pop()
226 if (index >= (int)ctx->max_sz) in vp9_lookahead_peek()
227 index -= ctx->max_sz; in vp9_lookahead_peek()
235 index += ctx->max_sz; in vp9_lookahead_peek()