Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c69 depth += MAX_PRE_FRAMES; in vp9_lookahead_init()
102 if (ctx->sz + 1 + MAX_PRE_FRAMES > ctx->max_sz) in vp9_lookahead_push()
169 if (ctx->sz && (drain || ctx->sz == ctx->max_sz - MAX_PRE_FRAMES)) { in vp9_lookahead_pop()
191 if (-index <= MAX_PRE_FRAMES) { in vp9_lookahead_peek()
Dvp9_lookahead.h24 #define MAX_PRE_FRAMES 1 macro