Home
last modified time | relevance | path

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

/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c422 PictureParentControlSet *tmp_pcs = tmp_entry->pcs; in process_lad_queue() local
424 assert_err(tmp_pcs->ext_mg_id >= head_pcs->ext_mg_id, "err in mg id"); in process_lad_queue()
426 if (tmp_pcs->end_of_sequence_flag) 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()
429 if (tmp_pcs->ext_mg_id >= cur_mg) { in process_lad_queue()
431 if (tmp_pcs->ext_mg_id > cur_mg) in process_lad_queue()
432 … assert_err(tmp_pcs->ext_mg_id == cur_mg+1, "err continuity in mg id"); in process_lad_queue()
436 if (tot_acc_frames_in_cur_mg == tmp_pcs->ext_mg_size) { in process_lad_queue()
438 cur_mg = tmp_pcs->ext_mg_id; in process_lad_queue()
443 … store_extended_group(head_pcs, ctx, queue->head, tmp_pcs->ext_mg_id); in process_lad_queue()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c422 PictureParentControlSet *tmp_pcs = tmp_entry->pcs; in process_lad_queue() local
424 assert_err(tmp_pcs->ext_mg_id >= head_pcs->ext_mg_id, "err in mg id"); in process_lad_queue()
426 if (tmp_pcs->end_of_sequence_flag) 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()
429 if (tmp_pcs->ext_mg_id >= cur_mg) { in process_lad_queue()
431 if (tmp_pcs->ext_mg_id > cur_mg) in process_lad_queue()
432 … assert_err(tmp_pcs->ext_mg_id == cur_mg+1, "err continuity in mg id"); in process_lad_queue()
436 if (tot_acc_frames_in_cur_mg == tmp_pcs->ext_mg_size) { in process_lad_queue()
438 cur_mg = tmp_pcs->ext_mg_id; in process_lad_queue()
443 … store_extended_group(head_pcs, ctx, queue->head, tmp_pcs->ext_mg_id); in process_lad_queue()