Home
last modified time | relevance | path

Searched refs:current_temporal_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c117 int current_temporal_idx; member
1724 ctx->current_temporal_idx = 0; in vpx_encode()
1731 flags |= ctx->ts_layer_flags[ctx->current_temporal_idx]; in vpx_encode()
1737 layer_id.temporal_layer_id = enccfg->ts_layer_id[ctx->current_temporal_idx]; in vpx_encode()
1802 ctx->current_temporal_idx = (ctx->current_temporal_idx + 1) % enccfg->ts_periodicity; in vpx_encode()

Completed in 5 milliseconds