Home
last modified time | relevance | path

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

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbPacketizationProcess.c111 if (queue_entry_ptr->show_frame) break; in count_frames_in_next_tu()
159 if (queue_entry_ptr->show_frame) { in print_detailed_frame_info()
164 (int32_t)queue_entry_ptr->poc); in print_detailed_frame_info()
169 if (queue_entry_ptr->has_show_existing) { in print_detailed_frame_info()
175 (int32_t)queue_entry_ptr->poc); in print_detailed_frame_info()
193 (int32_t)queue_entry_ptr->poc, in print_detailed_frame_info()
224 if (queue_entry_ptr->ref_poc_list0 != in print_detailed_frame_info()
282 queue_entry_ptr->start_time_seconds, in collect_frames_info()
283 queue_entry_ptr->start_time_u_seconds, in collect_frames_info()
287 if (queue_entry_ptr->is_alt_ref) in collect_frames_info()
[all …]
H A DEbInitialRateControlProcess.c111 InitialRateControlReorderEntry *queue_entry_ptr; in determine_picture_offset_in_queue() local
124 queue_entry_ptr = encode_context_ptr->initial_rate_control_reorder_queue[queue_entry_index]; in determine_picture_offset_in_queue()
125 queue_entry_ptr->parent_pcs_wrapper_ptr = in_results_ptr->pcs_wrapper_ptr; in determine_picture_offset_in_queue()
126 queue_entry_ptr->picture_number = pcs_ptr->picture_number; in determine_picture_offset_in_queue()
128 return queue_entry_ptr; in determine_picture_offset_in_queue()
H A DEbPictureDecisionProcess.c4644 PictureDecisionReorderEntry *queue_entry_ptr; in picture_decision_kernel() local
4691 queue_entry_ptr = encode_context_ptr->picture_decision_reorder_queue[queue_entry_index]; in picture_decision_kernel()
4692 if (queue_entry_ptr->parent_pcs_wrapper_ptr != NULL) { in picture_decision_kernel()
4698 queue_entry_ptr->parent_pcs_wrapper_ptr = in_results_ptr->pcs_wrapper_ptr; in picture_decision_kernel()
4699 queue_entry_ptr->picture_number = pcs_ptr->picture_number; in picture_decision_kernel()
4707queue_entry_ptr = encode_context_ptr->picture_decision_reorder_queue[encode_context_ptr->picture_d… in picture_decision_kernel()
4709 while (queue_entry_ptr->parent_pcs_wrapper_ptr != NULL) { in picture_decision_kernel()
4710 …if (((PictureParentControlSet *)(queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr))->end_of_seq… in picture_decision_kernel()
4745 pcs_ptr = (PictureParentControlSet*)queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr; in picture_decision_kernel()
4795 pcs_ptr = (PictureParentControlSet*)queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr; in picture_decision_kernel()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbPacketizationProcess.c111 if (queue_entry_ptr->show_frame) break; in count_frames_in_next_tu()
159 if (queue_entry_ptr->show_frame) { in print_detailed_frame_info()
164 (int32_t)queue_entry_ptr->poc); in print_detailed_frame_info()
169 if (queue_entry_ptr->has_show_existing) { in print_detailed_frame_info()
175 (int32_t)queue_entry_ptr->poc); in print_detailed_frame_info()
193 (int32_t)queue_entry_ptr->poc, in print_detailed_frame_info()
224 if (queue_entry_ptr->ref_poc_list0 != in print_detailed_frame_info()
282 queue_entry_ptr->start_time_seconds, in collect_frames_info()
283 queue_entry_ptr->start_time_u_seconds, in collect_frames_info()
287 if (queue_entry_ptr->is_alt_ref) in collect_frames_info()
[all …]
H A DEbInitialRateControlProcess.c111 InitialRateControlReorderEntry *queue_entry_ptr; in determine_picture_offset_in_queue() local
124 queue_entry_ptr = encode_context_ptr->initial_rate_control_reorder_queue[queue_entry_index]; in determine_picture_offset_in_queue()
125 queue_entry_ptr->parent_pcs_wrapper_ptr = in_results_ptr->pcs_wrapper_ptr; in determine_picture_offset_in_queue()
126 queue_entry_ptr->picture_number = pcs_ptr->picture_number; in determine_picture_offset_in_queue()
128 return queue_entry_ptr; in determine_picture_offset_in_queue()
H A DEbPictureDecisionProcess.c4644 PictureDecisionReorderEntry *queue_entry_ptr; in picture_decision_kernel() local
4691 queue_entry_ptr = encode_context_ptr->picture_decision_reorder_queue[queue_entry_index]; in picture_decision_kernel()
4692 if (queue_entry_ptr->parent_pcs_wrapper_ptr != NULL) { in picture_decision_kernel()
4698 queue_entry_ptr->parent_pcs_wrapper_ptr = in_results_ptr->pcs_wrapper_ptr; in picture_decision_kernel()
4699 queue_entry_ptr->picture_number = pcs_ptr->picture_number; in picture_decision_kernel()
4707queue_entry_ptr = encode_context_ptr->picture_decision_reorder_queue[encode_context_ptr->picture_d… in picture_decision_kernel()
4709 while (queue_entry_ptr->parent_pcs_wrapper_ptr != NULL) { in picture_decision_kernel()
4710 …if (((PictureParentControlSet *)(queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr))->end_of_seq… in picture_decision_kernel()
4745 pcs_ptr = (PictureParentControlSet*)queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr; in picture_decision_kernel()
4795 pcs_ptr = (PictureParentControlSet*)queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr; in picture_decision_kernel()
[all …]
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbPacketizationProcess.c276 PacketizationReorderEntry *queue_entry_ptr; in eb_vp9_packetization_kernel() local
502 if (queue_entry_ptr->show_frame) { in eb_vp9_packetization_kernel()
512 if (queue_entry_ptr->show_existing_frame) { in eb_vp9_packetization_kernel()
523 if (queue_entry_ptr->show_frame) in eb_vp9_packetization_kernel()
525 if (queue_entry_ptr->show_existing_frame) in eb_vp9_packetization_kernel()
529 if (queue_entry_ptr->frame_type == KEY_FRAME) in eb_vp9_packetization_kernel()
538 …%c ****KEY***** %i frames\n", (int)queue_entry_ptr->picture_number, (int)queue_entry_ptr->poc, sho… in eb_vp9_packetization_kernel()
565 … if (queue_entry_ptr->frame_type == INTER_FRAME && queue_entry_ptr->intra_only == EB_FALSE) in eb_vp9_packetization_kernel()
599 …%c showEx: %i ----INTRA---- %i frames \n", (int)queue_entry_ptr->picture_number, (int)queue_entr… in eb_vp9_packetization_kernel()
602 …OG("%i %i %c ----INTRA---- %i frames\n", (int)queue_entry_ptr->picture_number, (int)queue_entr… in eb_vp9_packetization_kernel()
[all …]
H A DEbInitialRateControlProcess.c639 InitialRateControlReorderEntry *queue_entry_ptr; in determine_picture_offset_in_queue() local
645 queue_entry_ptr = encode_context_ptr->initial_rate_control_reorder_queue[queue_entry_index]; in determine_picture_offset_in_queue()
646 queue_entry_ptr->parent_pcs_wrapper_ptr = input_results_ptr->picture_control_set_wrapper_ptr; in determine_picture_offset_in_queue()
647 queue_entry_ptr->picture_number = picture_control_set_ptr->picture_number; in determine_picture_offset_in_queue()
649 return queue_entry_ptr; in determine_picture_offset_in_queue()
766 InitialRateControlReorderEntry *queue_entry_ptr; in eb_vp9_initial_eb_vp9_rate_control_kernel() local
814 queue_entry_ptr = determine_picture_offset_in_queue( in eb_vp9_initial_eb_vp9_rate_control_kernel()
874 …picture_control_set_ptr = ((PictureParentControlSet *)(queue_entry_ptr->parent_pcs_wrapper_ptr)->… in eb_vp9_initial_eb_vp9_rate_control_kernel()
993 … output_results_ptr->picture_control_set_wrapper_ptr = queue_entry_ptr->parent_pcs_wrapper_ptr; in eb_vp9_initial_eb_vp9_rate_control_kernel()
999 queue_entry_ptr->picture_number += INITIAL_RATE_CONTROL_REORDER_QUEUE_MAX_DEPTH; in eb_vp9_initial_eb_vp9_rate_control_kernel()
[all …]
H A DEbPictureManagerProcess.c117 PictureManagerReorderEntry *queue_entry_ptr; in eb_vp9_PictureManagerKernel() local
149 queue_entry_ptr = encode_context_ptr->picture_manager_reorder_queue[queue_entry_index]; in eb_vp9_PictureManagerKernel()
150 if (queue_entry_ptr->parent_pcs_wrapper_ptr != NULL){ in eb_vp9_PictureManagerKernel()
156queue_entry_ptr->parent_pcs_wrapper_ptr = input_picture_demux_ptr->picture_control_set_wrapper_ptr; in eb_vp9_PictureManagerKernel()
157 queue_entry_ptr->picture_number = picture_control_set_ptr->picture_number; in eb_vp9_PictureManagerKernel()
160queue_entry_ptr = encode_context_ptr->picture_manager_reorder_queue[encode_context_ptr->picture_ma… in eb_vp9_PictureManagerKernel()
162 while (queue_entry_ptr->parent_pcs_wrapper_ptr != EB_NULL) { in eb_vp9_PictureManagerKernel()
164 …picture_control_set_ptr = (PictureParentControlSet *)queue_entry_ptr->parent_pcs_wrapper_ptr->obj… in eb_vp9_PictureManagerKernel()
500 input_entry_ptr->input_object_ptr = queue_entry_ptr->parent_pcs_wrapper_ptr; in eb_vp9_PictureManagerKernel()
560 queue_entry_ptr->parent_pcs_wrapper_ptr = (EbObjectWrapper*)EB_NULL; in eb_vp9_PictureManagerKernel()
[all …]
H A DEbPictureDecisionProcess.c1509 PictureDecisionReorderEntry *queue_entry_ptr; in eb_vp9_picture_decision_kernel() local
1561queue_entry_ptr = encode_context_ptr->picture_decision… in eb_vp9_picture_decision_kernel()
1562 if(queue_entry_ptr->parent_pcs_wrapper_ptr != NULL){ in eb_vp9_picture_decision_kernel()
1567queue_entry_ptr->parent_pcs_wrapper_ptr = input_results_ptr->picture_contro… in eb_vp9_picture_decision_kernel()
1568queue_entry_ptr->picture_number = picture_control_set_ptr->picture_nu… in eb_vp9_picture_decision_kernel()
1572queue_entry_ptr = encode_context_ptr->picture_decision_reorder_queue[encode_context_ptr->picture_d… in eb_vp9_picture_decision_kernel()
1574 while(queue_entry_ptr->parent_pcs_wrapper_ptr != EB_NULL) { in eb_vp9_picture_decision_kernel()
1576 if( queue_entry_ptr->picture_number == 0 || in eb_vp9_picture_decision_kernel()
1577 …((PictureParentControlSet *)(queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr))->end_of_seque… in eb_vp9_picture_decision_kernel()
1606 …ntrol_set_ptr = (PictureParentControlSet *) queue_entry_ptr->parent_pcs_w… in eb_vp9_picture_decision_kernel()
[all …]
H A DEbRateControlProcess.c4630 CodedFramesStatsEntry *queue_entry_ptr; in eb_vp9_rate_control_kernel() local
4639 queue_entry_ptr = context_ptr->coded_frames_stat_queue[queue_entry_index]; in eb_vp9_rate_control_kernel()
4641queue_entry_ptr->frame_total_bit_actual = (uint64_t)parentpicture_control_set_ptr->total_num_bits; in eb_vp9_rate_control_kernel()
4642queue_entry_ptr->picture_number = parentpicture_control_set_ptr->picture_number; in eb_vp9_rate_control_kernel()
4643queue_entry_ptr->end_of_sequence_flag = parentpicture_control_set_ptr->end_of_sequence_flag; in eb_vp9_rate_control_kernel()
4683queue_entry_ptr = (context_ptr->coded_frames_stat_queue[context_ptr->coded_frames_stat_queue_head_… in eb_vp9_rate_control_kernel()
4709 … if (queue_entry_ptr->picture_number % ((sequence_control_set_ptr->intra_period + 1)) == 0){ in eb_vp9_rate_control_kernel()
4715 (int)queue_entry_ptr->picture_number, in eb_vp9_rate_control_kernel()
4727 queue_entry_ptr->picture_number += CODED_FRAMES_STAT_QUEUE_MAX_DEPTH; in eb_vp9_rate_control_kernel()
4728 queue_entry_ptr->frame_total_bit_actual = -1; in eb_vp9_rate_control_kernel()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbPacketizationProcess.c276 PacketizationReorderEntry *queue_entry_ptr; in eb_vp9_packetization_kernel() local
502 if (queue_entry_ptr->show_frame) { in eb_vp9_packetization_kernel()
512 if (queue_entry_ptr->show_existing_frame) { in eb_vp9_packetization_kernel()
523 if (queue_entry_ptr->show_frame) in eb_vp9_packetization_kernel()
525 if (queue_entry_ptr->show_existing_frame) in eb_vp9_packetization_kernel()
529 if (queue_entry_ptr->frame_type == KEY_FRAME) in eb_vp9_packetization_kernel()
538 …%c ****KEY***** %i frames\n", (int)queue_entry_ptr->picture_number, (int)queue_entry_ptr->poc, sho… in eb_vp9_packetization_kernel()
565 … if (queue_entry_ptr->frame_type == INTER_FRAME && queue_entry_ptr->intra_only == EB_FALSE) in eb_vp9_packetization_kernel()
599 …%c showEx: %i ----INTRA---- %i frames \n", (int)queue_entry_ptr->picture_number, (int)queue_entr… in eb_vp9_packetization_kernel()
602 …OG("%i %i %c ----INTRA---- %i frames\n", (int)queue_entry_ptr->picture_number, (int)queue_entr… in eb_vp9_packetization_kernel()
[all …]
H A DEbInitialRateControlProcess.c639 InitialRateControlReorderEntry *queue_entry_ptr; in determine_picture_offset_in_queue() local
645 queue_entry_ptr = encode_context_ptr->initial_rate_control_reorder_queue[queue_entry_index]; in determine_picture_offset_in_queue()
646 queue_entry_ptr->parent_pcs_wrapper_ptr = input_results_ptr->picture_control_set_wrapper_ptr; in determine_picture_offset_in_queue()
647 queue_entry_ptr->picture_number = picture_control_set_ptr->picture_number; in determine_picture_offset_in_queue()
649 return queue_entry_ptr; in determine_picture_offset_in_queue()
766 InitialRateControlReorderEntry *queue_entry_ptr; in eb_vp9_initial_eb_vp9_rate_control_kernel() local
814 queue_entry_ptr = determine_picture_offset_in_queue( in eb_vp9_initial_eb_vp9_rate_control_kernel()
874 …picture_control_set_ptr = ((PictureParentControlSet *)(queue_entry_ptr->parent_pcs_wrapper_ptr)->… in eb_vp9_initial_eb_vp9_rate_control_kernel()
993 … output_results_ptr->picture_control_set_wrapper_ptr = queue_entry_ptr->parent_pcs_wrapper_ptr; in eb_vp9_initial_eb_vp9_rate_control_kernel()
999 queue_entry_ptr->picture_number += INITIAL_RATE_CONTROL_REORDER_QUEUE_MAX_DEPTH; in eb_vp9_initial_eb_vp9_rate_control_kernel()
[all …]
H A DEbPictureManagerProcess.c117 PictureManagerReorderEntry *queue_entry_ptr; in eb_vp9_PictureManagerKernel() local
149 queue_entry_ptr = encode_context_ptr->picture_manager_reorder_queue[queue_entry_index]; in eb_vp9_PictureManagerKernel()
150 if (queue_entry_ptr->parent_pcs_wrapper_ptr != NULL){ in eb_vp9_PictureManagerKernel()
156queue_entry_ptr->parent_pcs_wrapper_ptr = input_picture_demux_ptr->picture_control_set_wrapper_ptr; in eb_vp9_PictureManagerKernel()
157 queue_entry_ptr->picture_number = picture_control_set_ptr->picture_number; in eb_vp9_PictureManagerKernel()
160queue_entry_ptr = encode_context_ptr->picture_manager_reorder_queue[encode_context_ptr->picture_ma… in eb_vp9_PictureManagerKernel()
162 while (queue_entry_ptr->parent_pcs_wrapper_ptr != EB_NULL) { in eb_vp9_PictureManagerKernel()
164 …picture_control_set_ptr = (PictureParentControlSet *)queue_entry_ptr->parent_pcs_wrapper_ptr->obj… in eb_vp9_PictureManagerKernel()
500 input_entry_ptr->input_object_ptr = queue_entry_ptr->parent_pcs_wrapper_ptr; in eb_vp9_PictureManagerKernel()
560 queue_entry_ptr->parent_pcs_wrapper_ptr = (EbObjectWrapper*)EB_NULL; in eb_vp9_PictureManagerKernel()
[all …]
H A DEbPictureDecisionProcess.c1509 PictureDecisionReorderEntry *queue_entry_ptr; in eb_vp9_picture_decision_kernel() local
1561queue_entry_ptr = encode_context_ptr->picture_decision… in eb_vp9_picture_decision_kernel()
1562 if(queue_entry_ptr->parent_pcs_wrapper_ptr != NULL){ in eb_vp9_picture_decision_kernel()
1567queue_entry_ptr->parent_pcs_wrapper_ptr = input_results_ptr->picture_contro… in eb_vp9_picture_decision_kernel()
1568queue_entry_ptr->picture_number = picture_control_set_ptr->picture_nu… in eb_vp9_picture_decision_kernel()
1572queue_entry_ptr = encode_context_ptr->picture_decision_reorder_queue[encode_context_ptr->picture_d… in eb_vp9_picture_decision_kernel()
1574 while(queue_entry_ptr->parent_pcs_wrapper_ptr != EB_NULL) { in eb_vp9_picture_decision_kernel()
1576 if( queue_entry_ptr->picture_number == 0 || in eb_vp9_picture_decision_kernel()
1577 …((PictureParentControlSet *)(queue_entry_ptr->parent_pcs_wrapper_ptr->object_ptr))->end_of_seque… in eb_vp9_picture_decision_kernel()
1606 …ntrol_set_ptr = (PictureParentControlSet *) queue_entry_ptr->parent_pcs_w… in eb_vp9_picture_decision_kernel()
[all …]
H A DEbRateControlProcess.c4630 CodedFramesStatsEntry *queue_entry_ptr; in eb_vp9_rate_control_kernel() local
4639 queue_entry_ptr = context_ptr->coded_frames_stat_queue[queue_entry_index]; in eb_vp9_rate_control_kernel()
4641queue_entry_ptr->frame_total_bit_actual = (uint64_t)parentpicture_control_set_ptr->total_num_bits; in eb_vp9_rate_control_kernel()
4642queue_entry_ptr->picture_number = parentpicture_control_set_ptr->picture_number; in eb_vp9_rate_control_kernel()
4643queue_entry_ptr->end_of_sequence_flag = parentpicture_control_set_ptr->end_of_sequence_flag; in eb_vp9_rate_control_kernel()
4683queue_entry_ptr = (context_ptr->coded_frames_stat_queue[context_ptr->coded_frames_stat_queue_head_… in eb_vp9_rate_control_kernel()
4709 … if (queue_entry_ptr->picture_number % ((sequence_control_set_ptr->intra_period + 1)) == 0){ in eb_vp9_rate_control_kernel()
4715 (int)queue_entry_ptr->picture_number, in eb_vp9_rate_control_kernel()
4727 queue_entry_ptr->picture_number += CODED_FRAMES_STAT_QUEUE_MAX_DEPTH; in eb_vp9_rate_control_kernel()
4728 queue_entry_ptr->frame_total_bit_actual = -1; in eb_vp9_rate_control_kernel()
[all …]