Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibvpxenc.c107 int current_temporal_idx; member
1665 ctx->current_temporal_idx = 0; in vpx_encode()
1672 flags |= ctx->ts_layer_flags[ctx->current_temporal_idx]; in vpx_encode()
1678 layer_id.temporal_layer_id = enccfg->ts_layer_id[ctx->current_temporal_idx]; in vpx_encode()
1726 ctx->current_temporal_idx = (ctx->current_temporal_idx + 1) % enccfg->ts_periodicity; in vpx_encode()