Home
last modified time | relevance | path

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

/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c402 PictureParentControlSet *head_pcs = head_entry->pcs; in process_lad_queue() local
407 if (head_pcs->temporal_layer_index == 0) { in process_lad_queue()
410 …uint8_t target_mgs = is_delayed_intra(head_pcs) ? head_pcs->scs_ptr->lad_mg + 1 : head_pcs->scs_pt… in process_lad_queue()
415 int64_t cur_mg = head_pcs->ext_mg_id; in process_lad_queue()
424 assert_err(tmp_pcs->ext_mg_id >= head_pcs->ext_mg_id, "err in mg id"); in process_lad_queue()
427 …target_mgs = MIN(target_mgs, (uint8_t)(tmp_pcs->ext_mg_id - head_pcs->ext_mg_id + 1));//+1: to inc… in process_lad_queue()
443 … store_extended_group(head_pcs, ctx, queue->head, tmp_pcs->ext_mg_id); in process_lad_queue()
465 irc_send_picture_out(ctx, head_pcs); in process_lad_queue()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c402 PictureParentControlSet *head_pcs = head_entry->pcs; in process_lad_queue() local
407 if (head_pcs->temporal_layer_index == 0) { in process_lad_queue()
410 …uint8_t target_mgs = is_delayed_intra(head_pcs) ? head_pcs->scs_ptr->lad_mg + 1 : head_pcs->scs_pt… in process_lad_queue()
415 int64_t cur_mg = head_pcs->ext_mg_id; in process_lad_queue()
424 assert_err(tmp_pcs->ext_mg_id >= head_pcs->ext_mg_id, "err in mg id"); in process_lad_queue()
427 …target_mgs = MIN(target_mgs, (uint8_t)(tmp_pcs->ext_mg_id - head_pcs->ext_mg_id + 1));//+1: to inc… in process_lad_queue()
443 … store_extended_group(head_pcs, ctx, queue->head, tmp_pcs->ext_mg_id); in process_lad_queue()
465 irc_send_picture_out(ctx, head_pcs); in process_lad_queue()