Home
last modified time | relevance | path

Searched refs:MAX_PRE_FRAMES (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c58 depth += MAX_PRE_FRAMES; in vp9_lookahead_init()
105 if (ctx->sz + 1 + MAX_PRE_FRAMES > ctx->max_sz) return 1; in vp9_lookahead_push()
194 if (ctx && ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_lookahead_pop()
214 if (-index <= MAX_PRE_FRAMES) { in vp9_lookahead_peek()
Dvp9_lookahead.h32 #define MAX_PRE_FRAMES 1 macro
Dvp9_svc_layercontext.c913 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_svc_lookahead_pop()
/external/libaom/libaom/av1/encoder/
Dlookahead.c54 depth += MAX_PRE_FRAMES; in av1_lookahead_init()
104 if (ctx->sz + 1 + MAX_PRE_FRAMES > ctx->max_sz) return 1; in av1_lookahead_push()
190 if (ctx && ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in av1_lookahead_pop()
210 if (-index <= MAX_PRE_FRAMES) { in av1_lookahead_peek()
Dlookahead.h32 #define MAX_PRE_FRAMES 1 macro