Searched refs:pop_sz (Results 1 – 2 of 2) sorted by relevance
64 ctx->read_ctxs[ENCODE_STAGE].pop_sz = ctx->max_sz - MAX_PRE_FRAMES; in av1_lookahead_init()67 ctx->read_ctxs[LAP_STAGE].pop_sz = lag_in_frames; in av1_lookahead_init()151 if (read_ctx->sz && (drain || read_ctx->sz == read_ctx->pop_sz)) { in av1_lookahead_pop()204 return read_ctx->pop_sz; in av1_lookahead_pop_sz()
42 int pop_sz; /* Size to check for pop condition */ member