Home
last modified time | relevance | path

Searched refs:encode_context_ptr (Results 1 – 25 of 63) sorted by relevance

123

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncodeContext.c19 EncodeContext *encode_context_ptr; in eb_vp9_encode_context_ctor() local
22 *object_dbl_ptr = (EbPtr) encode_context_ptr; in eb_vp9_encode_context_ctor()
57 encode_context_ptr->picture_manager_reorder_queue_head_index = 0; in eb_vp9_encode_context_ctor()
199 encode_context_ptr->rate_control_tables_array_updated = EB_FALSE; in eb_vp9_encode_context_ctor()
202 encode_context_ptr->sc_buffer = 0; in eb_vp9_encode_context_ctor()
203 encode_context_ptr->sc_frame_in = 0; in eb_vp9_encode_context_ctor()
204 encode_context_ptr->sc_frame_out = 0; in eb_vp9_encode_context_ctor()
205 encode_context_ptr->enc_mode = SPEED_CONTROL_INIT_MOD; in eb_vp9_encode_context_ctor()
206 encode_context_ptr->previous_selected_ref_qp = 32; in eb_vp9_encode_context_ctor()
207 encode_context_ptr->max_coded_poc = 0; in eb_vp9_encode_context_ctor()
[all …]
H A DEbPictureManagerProcess.c79 EncodeContext *encode_context_ptr; in eb_vp9_PictureManagerKernel() local
142 encode_context_ptr = sequence_control_set_ptr->encode_context_ptr; in eb_vp9_PictureManagerKernel()
494encode_context_ptr->input_picture_queue_head_index != encode_context_ptr->input_picture_queue_tail… in eb_vp9_PictureManagerKernel()
499 …input_entry_ptr = encode_context_ptr->input_picture_queue[encode_context_ptr->input_picture_queue_… in eb_vp9_PictureManagerKernel()
514encode_context_ptr->reference_picture_queue_head_index != encode_context_ptr->reference_picture_qu… in eb_vp9_PictureManagerKernel()
575 encode_context_ptr = sequence_control_set_ptr->encode_context_ptr; in eb_vp9_PictureManagerKernel()
579 …(encode_context_ptr->reference_picture_queue_head_index != encode_context_ptr->reference_picture_q… in eb_vp9_PictureManagerKernel()
618 encode_context_ptr = sequence_control_set_ptr->encode_context_ptr; in eb_vp9_PictureManagerKernel()
885 …(encode_context_ptr->input_picture_queue[encode_context_ptr->input_picture_queue_head_index]->inpu… in eb_vp9_PictureManagerKernel()
916encode_context_ptr->reference_picture_queue[encode_context_ptr->reference_picture_queue_head_index… in eb_vp9_PictureManagerKernel()
[all …]
H A DEbPictureDecisionProcess.c279 EncodeContext *encode_context_ptr) { in release_prev_picture_from_reorder_queue() argument
583 EncodeContext *encode_context_ptr) { in generate_mini_gop_rps() argument
1495 EncodeContext *encode_context_ptr; in eb_vp9_picture_decision_kernel() local
1549encode_context_ptr = (EncodeContext*) sequence_control_set_ptr->encode_context_p… in eb_vp9_picture_decision_kernel()
1637 encode_context_ptr); in eb_vp9_picture_decision_kernel()
1661encode_context_ptr->intra_period_position = (encode_context_ptr->intra_period_position == (uint32_… in eb_vp9_picture_decision_kernel()
1667encode_context_ptr->intra_period_position = ((encode_context_ptr->intra_period_position == (uint32… in eb_vp9_picture_decision_kernel()
1711 encode_context_ptr); in eb_vp9_picture_decision_kernel()
1715 encode_context_ptr); in eb_vp9_picture_decision_kernel()
1721 encode_context_ptr); in eb_vp9_picture_decision_kernel()
[all …]
H A DEbInitialRateControlProcess.c371 EncodeContext *encode_context_ptr, in update_global_motion_detection_over_time() argument
437 EncodeContext *encode_context_ptr, in eb_vp9_UpdateBeaInfoOverTime() argument
500 EncodeContext *encode_context_ptr, in update_motion_field_uniformity_over_time() argument
546 EncodeContext *encode_context_ptr, in update_homogeneity_over_time() argument
797 encode_context_ptr = (EncodeContext*)sequence_control_set_ptr->encode_context_ptr; in eb_vp9_initial_eb_vp9_rate_control_kernel()
815 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
826 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
923 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
939 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
954 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
[all …]
H A DEbResourceCoordinationProcess.c119 eb_vp9_block_on_mutex(sequence_control_set_ptr->encode_context_ptr->sc_buffer_mutex); in eb_vp9_SpeedBufferControl()
121 if (sequence_control_set_ptr->encode_context_ptr->sc_frame_in == 0) { in eb_vp9_SpeedBufferControl()
142 …sequence_control_set_ptr->encode_context_ptr->sc_buffer = input_frames_count - sequence_control_se… in eb_vp9_SpeedBufferControl()
147 …et_ptr->encode_context_ptr->sc_frame_in > context_ptr->previous_frame_in_check1 + buffer_trshold1 … in eb_vp9_SpeedBufferControl()
172 if (sequence_control_set_ptr->encode_context_ptr->sc_buffer > buffer_trshold3 && in eb_vp9_SpeedBufferControl()
193 …et_ptr->encode_context_ptr->sc_frame_in > context_ptr->previous_frame_in_check2 + buffer_trshold2 … in eb_vp9_SpeedBufferControl()
201 sequence_control_set_ptr->encode_context_ptr->sc_buffer < buffer_trshold3) { in eb_vp9_SpeedBufferControl()
243 sequence_control_set_ptr->encode_context_ptr->sc_frame_in++; in eb_vp9_SpeedBufferControl()
254 eb_vp9_release_mutex(sequence_control_set_ptr->encode_context_ptr->sc_buffer_mutex); in eb_vp9_SpeedBufferControl()
256 context_ptr->prev_enc_mod = sequence_control_set_ptr->encode_context_ptr->enc_mode; in eb_vp9_SpeedBufferControl()
[all …]
H A DEbPacketizationProcess.c73 … EncodeContext* encode_context_ptr = (EncodeContext*)sequence_control_set_ptr->encode_context_ptr; in eb_vp9_update_rc_rate_tables() local
89 encode_context_ptr->rate_control_tables_array_updated = EB_TRUE; in eb_vp9_update_rc_rate_tables()
262 EncodeContext *encode_context_ptr; in eb_vp9_packetization_kernel() local
290encode_context_ptr = (EncodeContext*) sequence_control_set_ptr->encode_context_ptr; in eb_vp9_packetization_kernel()
447 encode_context_ptr->sc_frame_out++; in eb_vp9_packetization_kernel()
448 eb_vp9_release_mutex(encode_context_ptr->sc_buffer_mutex); in eb_vp9_packetization_kernel()
464 …queue_entry_ptr = encode_context_ptr->packetization_reorder_queue[encode_context_ptr->packetizatio… in eb_vp9_packetization_kernel()
624 if (encode_context_ptr->vbv_max_rate && in eb_vp9_packetization_kernel()
625 encode_context_ptr->vbv_buf_size) { in eb_vp9_packetization_kernel()
632 encode_context_ptr->buffer_fill = buffer_fill_temp; in eb_vp9_packetization_kernel()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncodeContext.c19 EncodeContext *encode_context_ptr; in eb_vp9_encode_context_ctor() local
22 *object_dbl_ptr = (EbPtr) encode_context_ptr; in eb_vp9_encode_context_ctor()
57 encode_context_ptr->picture_manager_reorder_queue_head_index = 0; in eb_vp9_encode_context_ctor()
199 encode_context_ptr->rate_control_tables_array_updated = EB_FALSE; in eb_vp9_encode_context_ctor()
202 encode_context_ptr->sc_buffer = 0; in eb_vp9_encode_context_ctor()
203 encode_context_ptr->sc_frame_in = 0; in eb_vp9_encode_context_ctor()
204 encode_context_ptr->sc_frame_out = 0; in eb_vp9_encode_context_ctor()
205 encode_context_ptr->enc_mode = SPEED_CONTROL_INIT_MOD; in eb_vp9_encode_context_ctor()
206 encode_context_ptr->previous_selected_ref_qp = 32; in eb_vp9_encode_context_ctor()
207 encode_context_ptr->max_coded_poc = 0; in eb_vp9_encode_context_ctor()
[all …]
H A DEbPictureManagerProcess.c79 EncodeContext *encode_context_ptr; in eb_vp9_PictureManagerKernel() local
142 encode_context_ptr = sequence_control_set_ptr->encode_context_ptr; in eb_vp9_PictureManagerKernel()
494encode_context_ptr->input_picture_queue_head_index != encode_context_ptr->input_picture_queue_tail… in eb_vp9_PictureManagerKernel()
499 …input_entry_ptr = encode_context_ptr->input_picture_queue[encode_context_ptr->input_picture_queue_… in eb_vp9_PictureManagerKernel()
514encode_context_ptr->reference_picture_queue_head_index != encode_context_ptr->reference_picture_qu… in eb_vp9_PictureManagerKernel()
575 encode_context_ptr = sequence_control_set_ptr->encode_context_ptr; in eb_vp9_PictureManagerKernel()
579 …(encode_context_ptr->reference_picture_queue_head_index != encode_context_ptr->reference_picture_q… in eb_vp9_PictureManagerKernel()
618 encode_context_ptr = sequence_control_set_ptr->encode_context_ptr; in eb_vp9_PictureManagerKernel()
885 …(encode_context_ptr->input_picture_queue[encode_context_ptr->input_picture_queue_head_index]->inpu… in eb_vp9_PictureManagerKernel()
916encode_context_ptr->reference_picture_queue[encode_context_ptr->reference_picture_queue_head_index… in eb_vp9_PictureManagerKernel()
[all …]
H A DEbPictureDecisionProcess.c279 EncodeContext *encode_context_ptr) { in release_prev_picture_from_reorder_queue() argument
583 EncodeContext *encode_context_ptr) { in generate_mini_gop_rps() argument
1495 EncodeContext *encode_context_ptr; in eb_vp9_picture_decision_kernel() local
1549encode_context_ptr = (EncodeContext*) sequence_control_set_ptr->encode_context_p… in eb_vp9_picture_decision_kernel()
1637 encode_context_ptr); in eb_vp9_picture_decision_kernel()
1661encode_context_ptr->intra_period_position = (encode_context_ptr->intra_period_position == (uint32_… in eb_vp9_picture_decision_kernel()
1667encode_context_ptr->intra_period_position = ((encode_context_ptr->intra_period_position == (uint32… in eb_vp9_picture_decision_kernel()
1711 encode_context_ptr); in eb_vp9_picture_decision_kernel()
1715 encode_context_ptr); in eb_vp9_picture_decision_kernel()
1721 encode_context_ptr); in eb_vp9_picture_decision_kernel()
[all …]
H A DEbInitialRateControlProcess.c371 EncodeContext *encode_context_ptr, in update_global_motion_detection_over_time() argument
437 EncodeContext *encode_context_ptr, in eb_vp9_UpdateBeaInfoOverTime() argument
500 EncodeContext *encode_context_ptr, in update_motion_field_uniformity_over_time() argument
546 EncodeContext *encode_context_ptr, in update_homogeneity_over_time() argument
797 encode_context_ptr = (EncodeContext*)sequence_control_set_ptr->encode_context_ptr; in eb_vp9_initial_eb_vp9_rate_control_kernel()
815 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
826 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
923 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
939 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
954 encode_context_ptr, in eb_vp9_initial_eb_vp9_rate_control_kernel()
[all …]
H A DEbResourceCoordinationProcess.c119 eb_vp9_block_on_mutex(sequence_control_set_ptr->encode_context_ptr->sc_buffer_mutex); in eb_vp9_SpeedBufferControl()
121 if (sequence_control_set_ptr->encode_context_ptr->sc_frame_in == 0) { in eb_vp9_SpeedBufferControl()
142 …sequence_control_set_ptr->encode_context_ptr->sc_buffer = input_frames_count - sequence_control_se… in eb_vp9_SpeedBufferControl()
147 …et_ptr->encode_context_ptr->sc_frame_in > context_ptr->previous_frame_in_check1 + buffer_trshold1 … in eb_vp9_SpeedBufferControl()
172 if (sequence_control_set_ptr->encode_context_ptr->sc_buffer > buffer_trshold3 && in eb_vp9_SpeedBufferControl()
193 …et_ptr->encode_context_ptr->sc_frame_in > context_ptr->previous_frame_in_check2 + buffer_trshold2 … in eb_vp9_SpeedBufferControl()
201 sequence_control_set_ptr->encode_context_ptr->sc_buffer < buffer_trshold3) { in eb_vp9_SpeedBufferControl()
243 sequence_control_set_ptr->encode_context_ptr->sc_frame_in++; in eb_vp9_SpeedBufferControl()
254 eb_vp9_release_mutex(sequence_control_set_ptr->encode_context_ptr->sc_buffer_mutex); in eb_vp9_SpeedBufferControl()
256 context_ptr->prev_enc_mod = sequence_control_set_ptr->encode_context_ptr->enc_mode; in eb_vp9_SpeedBufferControl()
[all …]
H A DEbPacketizationProcess.c73 … EncodeContext* encode_context_ptr = (EncodeContext*)sequence_control_set_ptr->encode_context_ptr; in eb_vp9_update_rc_rate_tables() local
89 encode_context_ptr->rate_control_tables_array_updated = EB_TRUE; in eb_vp9_update_rc_rate_tables()
262 EncodeContext *encode_context_ptr; in eb_vp9_packetization_kernel() local
290encode_context_ptr = (EncodeContext*) sequence_control_set_ptr->encode_context_ptr; in eb_vp9_packetization_kernel()
447 encode_context_ptr->sc_frame_out++; in eb_vp9_packetization_kernel()
448 eb_vp9_release_mutex(encode_context_ptr->sc_buffer_mutex); in eb_vp9_packetization_kernel()
464 …queue_entry_ptr = encode_context_ptr->packetization_reorder_queue[encode_context_ptr->packetizatio… in eb_vp9_packetization_kernel()
624 if (encode_context_ptr->vbv_max_rate && in eb_vp9_packetization_kernel()
625 encode_context_ptr->vbv_buf_size) { in eb_vp9_packetization_kernel()
632 encode_context_ptr->buffer_fill = buffer_fill_temp; in eb_vp9_packetization_kernel()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbEncodeContext.c78 encode_context_ptr->dctor = encode_context_dctor; in encode_context_ctor()
115 encode_context_ptr->dep_q_head = encode_context_ptr->dep_q_tail = 0; in encode_context_ctor()
142 encode_context_ptr->initial_picture = EB_TRUE; in encode_context_ctor()
145 encode_context_ptr->terminating_picture_number = ~0u; in encode_context_ctor()
148 encode_context_ptr->td_needed = EB_TRUE; in encode_context_ctor()
150 EB_CREATE_MUTEX(encode_context_ptr->sc_buffer_mutex); in encode_context_ctor()
152 encode_context_ptr->previous_selected_ref_qp = 32; in encode_context_ctor()
153 encode_context_ptr->max_coded_poc_selected_ref_qp = 32; in encode_context_ctor()
154 encode_context_ptr->recode_tolerance = 25; in encode_context_ctor()
155 encode_context_ptr->rc_cfg.min_cr = 0; in encode_context_ctor()
[all …]
H A DEbPictureManagerProcess.c134 EncodeContext *encode_context_ptr, in search_ref_in_ref_queue() argument
424 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
437 (encode_context_ptr in picture_manager_kernel()
445 encode_context_ptr in picture_manager_kernel()
463 (encode_context_ptr in picture_manager_kernel()
528 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
574 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
608 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
1155 (encode_context_ptr in picture_manager_kernel()
1190 (encode_context_ptr in picture_manager_kernel()
[all …]
H A DEbPacketizationProcess.c101 encode_context_ptr, i); in count_frames_in_next_tu()
329 sort_undisplayed_frame(encode_context_ptr); in encode_tu()
343 encode_context_ptr->app_callback_ptr, in copy_data_from_bitstream()
361 copy_data_from_bitstream(encode_context_ptr, in encode_show_existing()
376encode_context_ptr->packetization_reorder_queue_head_index = get_reorder_queue_pos(encode_context_… in release_frames()
431 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in packetization_kernel() local
549 encode_context_ptr in packetization_kernel()
565 copy_data_from_bitstream(encode_context_ptr, in packetization_kernel()
572 encode_context_ptr in packetization_kernel()
637 encode_context_ptr->sc_frame_out++; in packetization_kernel()
[all …]
H A Dpass2_strategy.c235 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in get_twopass_worst_quality() local
695 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in calculate_total_gf_group_bits() local
859 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in set_baseline_gf_interval() local
1084 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in define_gf_group() local
1496 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in detect_app_forced_key() local
1548 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in define_kf_interval() local
1674 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in calc_avg_stats() local
1723 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in get_kf_boost_score() local
1994 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in get_section_target_bandwidth() local
2011 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in process_first_pass_stats() local
[all …]
H A DEbResourceCoordinationProcess.c390 if (scs_ptr->encode_context_ptr->sc_frame_in == 0) in speed_buffer_control()
412 scs_ptr->encode_context_ptr->sc_frame_in; in speed_buffer_control()
417 if ((scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
439 if (scs_ptr->encode_context_ptr->sc_buffer > in speed_buffer_control()
453 scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
475 if ((scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
482 if (scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
510 (scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
535 scs_ptr->encode_context_ptr->sc_frame_in++; in speed_buffer_control()
857 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in read_stat() local
[all …]
H A DEbRateControlProcess.c1256 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in process_tpl_stats_frame_kf_gfu_boost() local
1314 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in get_intra_q_and_bounds() local
1473 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in get_rate_correction_factor() local
1492 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in set_rate_correction_factor() local
1708 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in av1_rc_update_rate_correction_factors() local
1785 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_buffer_level() local
1804 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_alt_ref_frame_stats() local
1815 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_golden_frame_stats() local
1935 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_rc_counts() local
1956 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in av1_rc_set_frame_target() local
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbEncodeContext.c78 encode_context_ptr->dctor = encode_context_dctor; in encode_context_ctor()
115 encode_context_ptr->dep_q_head = encode_context_ptr->dep_q_tail = 0; in encode_context_ctor()
142 encode_context_ptr->initial_picture = EB_TRUE; in encode_context_ctor()
145 encode_context_ptr->terminating_picture_number = ~0u; in encode_context_ctor()
148 encode_context_ptr->td_needed = EB_TRUE; in encode_context_ctor()
150 EB_CREATE_MUTEX(encode_context_ptr->sc_buffer_mutex); in encode_context_ctor()
152 encode_context_ptr->previous_selected_ref_qp = 32; in encode_context_ctor()
153 encode_context_ptr->max_coded_poc_selected_ref_qp = 32; in encode_context_ctor()
154 encode_context_ptr->recode_tolerance = 25; in encode_context_ctor()
155 encode_context_ptr->rc_cfg.min_cr = 0; in encode_context_ctor()
[all …]
H A DEbPictureManagerProcess.c134 EncodeContext *encode_context_ptr, in search_ref_in_ref_queue() argument
424 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
437 (encode_context_ptr in picture_manager_kernel()
445 encode_context_ptr in picture_manager_kernel()
463 (encode_context_ptr in picture_manager_kernel()
528 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
574 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
608 encode_context_ptr = scs_ptr->encode_context_ptr; in picture_manager_kernel()
1155 (encode_context_ptr in picture_manager_kernel()
1190 (encode_context_ptr in picture_manager_kernel()
[all …]
H A DEbPacketizationProcess.c101 encode_context_ptr, i); in count_frames_in_next_tu()
329 sort_undisplayed_frame(encode_context_ptr); in encode_tu()
343 encode_context_ptr->app_callback_ptr, in copy_data_from_bitstream()
361 copy_data_from_bitstream(encode_context_ptr, in encode_show_existing()
376encode_context_ptr->packetization_reorder_queue_head_index = get_reorder_queue_pos(encode_context_… in release_frames()
431 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in packetization_kernel() local
549 encode_context_ptr in packetization_kernel()
565 copy_data_from_bitstream(encode_context_ptr, in packetization_kernel()
572 encode_context_ptr in packetization_kernel()
637 encode_context_ptr->sc_frame_out++; in packetization_kernel()
[all …]
H A Dpass2_strategy.c235 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in get_twopass_worst_quality() local
695 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in calculate_total_gf_group_bits() local
859 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in set_baseline_gf_interval() local
1084 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in define_gf_group() local
1496 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in detect_app_forced_key() local
1548 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in define_kf_interval() local
1674 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in calc_avg_stats() local
1723 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in get_kf_boost_score() local
1994 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in get_section_target_bandwidth() local
2011 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in process_first_pass_stats() local
[all …]
H A DEbResourceCoordinationProcess.c390 if (scs_ptr->encode_context_ptr->sc_frame_in == 0) in speed_buffer_control()
412 scs_ptr->encode_context_ptr->sc_frame_in; in speed_buffer_control()
417 if ((scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
439 if (scs_ptr->encode_context_ptr->sc_buffer > in speed_buffer_control()
453 scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
475 if ((scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
482 if (scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
510 (scs_ptr->encode_context_ptr->sc_frame_in > in speed_buffer_control()
535 scs_ptr->encode_context_ptr->sc_frame_in++; in speed_buffer_control()
857 EncodeContext *encode_context_ptr = scs_ptr->encode_context_ptr; in read_stat() local
[all …]
H A DEbRateControlProcess.c1256 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in process_tpl_stats_frame_kf_gfu_boost() local
1314 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in get_intra_q_and_bounds() local
1473 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in get_rate_correction_factor() local
1492 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in set_rate_correction_factor() local
1708 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in av1_rc_update_rate_correction_factors() local
1785 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_buffer_level() local
1804 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_alt_ref_frame_stats() local
1815 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_golden_frame_stats() local
1935 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in update_rc_counts() local
1956 EncodeContext * encode_context_ptr = scs_ptr->encode_context_ptr; in av1_rc_set_frame_target() local
[all …]
H A DEbPictureDecisionProcess.c215 EncodeContext *encode_context_ptr,
532 EncodeContext *encode_context_ptr, in is_pic_still_in_pre_assign_buffer() argument
1275 (void)encode_context_ptr; in av1_generate_rps_info()
3455 if (encode_context_ptr->is_mini_gop_changed) { in av1_generate_minigop_rps_info_from_user_config()
3863 scs_ptr->encode_context_ptr, in mctf_frame()
4159 EncodeContext *encode_context_ptr, in derive_tf_window_params() argument
4434 EncodeContext *encode_context_ptr, in search_ref_in_ref_queue_pa() argument
4680 encode_context_ptr = (EncodeContext*)scs_ptr->encode_context_ptr; in picture_decision_kernel()
4843 encode_context_ptr); in picture_decision_kernel()
4883encode_context_ptr->intra_period_position = (encode_context_ptr->intra_period_position == (uint32_… in picture_decision_kernel()
[all …]

123