Home
last modified time | relevance | path

Searched refs:ENCODE_STAGE (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dlookahead.c64 ctx->read_ctxs[ENCODE_STAGE].pop_sz = ctx->max_sz - MAX_PRE_FRAMES; in av1_lookahead_init()
65 ctx->read_ctxs[ENCODE_STAGE].valid = 1; in av1_lookahead_init()
99 assert(ctx->read_ctxs[ENCODE_STAGE].valid == 1); in av1_lookahead_push()
100 if (ctx->read_ctxs[ENCODE_STAGE].sz + 1 + MAX_PRE_FRAMES > ctx->max_sz) in av1_lookahead_push()
102 ctx->read_ctxs[ENCODE_STAGE].sz++; in av1_lookahead_push()
Dlookahead.h37 enum { ENCODE_STAGE, LAP_STAGE, MAX_STAGES } UENUM1BYTE(COMPRESSOR_STAGE); enumerator
Dencoder.h1628 (cpi->oxcf.pass == 0 && (cpi->compressor_stage == ENCODE_STAGE) && in is_stat_consumption_stage()
1634 assert(IMPLIES(!cpi->lap_enabled, cpi->compressor_stage == ENCODE_STAGE)); in has_no_stats_stage()
/external/libaom/libaom/av1/
Dav1_cx_iface.c1927 priv->frame_stats_buffer, ENCODE_STAGE, *num_lap_buffers, -1, in encoder_init()