Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A 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()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c105 int current_temporal_idx; member
1554 ctx->current_temporal_idx = 0; in vpx_encode()
1561 flags |= ctx->ts_layer_flags[ctx->current_temporal_idx]; in vpx_encode()
1567 layer_id.temporal_layer_id = enccfg->ts_layer_id[ctx->current_temporal_idx]; in vpx_encode()
1615 ctx->current_temporal_idx = (ctx->current_temporal_idx + 1) % enccfg->ts_periodicity; in vpx_encode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlibvpxenc.c107 int current_temporal_idx; member
1547 ctx->current_temporal_idx = 0; in vpx_encode()
1554 flags |= ctx->ts_layer_flags[ctx->current_temporal_idx]; in vpx_encode()
1560 layer_id.temporal_layer_id = enccfg->ts_layer_id[ctx->current_temporal_idx]; in vpx_encode()
1608 ctx->current_temporal_idx = (ctx->current_temporal_idx + 1) % enccfg->ts_periodicity; in vpx_encode()