Searched refs:MAX_PRE_FRAMES (Results 1 – 3 of 3) sorted by relevance
63 depth += MAX_PRE_FRAMES; in vp9_lookahead_init()112 if (ctx->sz + 1 + MAX_PRE_FRAMES > ctx->max_sz) in vp9_lookahead_push()210 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_lookahead_pop()232 if (-index <= MAX_PRE_FRAMES) { in vp9_lookahead_peek()
36 #define MAX_PRE_FRAMES 1 macro
710 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_svc_lookahead_pop()