Home
last modified time | relevance | path

Searched refs:pic_type (Results 1 – 20 of 20) sorted by relevance

/external/libavc/encoder/
Dih264e_utils.c301 ps_codec->pic_type = PIC_I; in ih264e_input_queue_update()
304 ps_codec->pic_type = PIC_P; in ih264e_input_queue_update()
307 ps_codec->pic_type = PIC_B; in ih264e_input_queue_update()
310 ps_codec->pic_type = PIC_NA; in ih264e_input_queue_update()
316 if (ps_codec->pic_type == PIC_I) in ih264e_input_queue_update()
318 ps_codec->pic_type = ps_codec->i4_pending_idr_flag ? in ih264e_input_queue_update()
319 PIC_IDR : ps_codec->pic_type; in ih264e_input_queue_update()
402 if (ps_enc_buff->u4_is_last && (ps_codec->pic_type == PIC_P) in ih264e_input_queue_update()
443 ps_codec->pic_type = PIC_NA; in ih264e_input_queue_update()
1430 PIC_TYPE_T *pic_type = &ps_codec->pic_type; in ih264e_pic_init() local
[all …]
Dirc_rate_control_api.h77 picture_type_e pic_type,
Dih264e_encode.c663 switch (ps_codec->pic_type) in ih264e_encode()
Dih264e_structs.h2207 PIC_TYPE_T pic_type; member
Dih264e_process.c2388 switch (ps_codec->pic_type) in ih264e_update_rc_post_enc()
/external/libhevc/encoder/
Dihevce_rc_interface.c214 IV_PICTURE_CODING_TYPE_T pic_type,
1791 IV_PICTURE_CODING_TYPE_T pic_type = (IV_PICTURE_CODING_TYPE_T)ps_rc_lap_out->i4_rc_pic_type; in ihevce_rc_pre_enc_qp_query() local
1840 switch(pic_type) in ihevce_rc_pre_enc_qp_query()
2091 IV_PICTURE_CODING_TYPE_T pic_type = (IV_PICTURE_CODING_TYPE_T)ps_rc_lap_out->i4_rc_pic_type; in ihevce_rc_get_pic_quant() local
2093 pic_type, in ihevce_rc_get_pic_quant()
2125 switch(pic_type) in ihevce_rc_get_pic_quant()
2181 if(!(pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME)) in ihevce_rc_get_pic_quant()
2254 if(!(pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME) && call_type == ENC_GET_QP) in ihevce_rc_get_pic_quant()
2274 is_scd_ref_frame &= (pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME); in ihevce_rc_get_pic_quant()
2278 if((pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME) && !is_scd_ref_frame) in ihevce_rc_get_pic_quant()
[all …]
Dihevce_coarse_me_pass.c919 S32 pic_type = ps_enc_lap_inp->s_lap_out.i4_pic_type; in ihevce_coarse_me_frame_init() local
925 if((pic_type == IV_I_FRAME) || (pic_type == IV_II_FRAME) || (pic_type == IV_IDR_FRAME)) in ihevce_coarse_me_frame_init()
930 else if((pic_type == IV_P_FRAME) || (pic_type == IV_PP_FRAME)) in ihevce_coarse_me_frame_init()
934 else if((pic_type == IV_B_FRAME) || (pic_type == IV_BB_FRAME)) in ihevce_coarse_me_frame_init()
Drate_control_api.h140 picture_type_e pic_type,
180 void rc_reset_pic_model(rate_control_handle ps_rate_control_api, picture_type_e pic_type);
184 rate_control_handle ps_rate_control_api, picture_type_e pic_type);
386 WORD32 rc_get_prev_header_bits(rate_control_handle ps_rate_control_api, WORD32 pic_type);
Dihevce_stasino_helpers.c504 WORD32 pic_type, in ihevce_psy_rd_cost_croma() argument
544 (void)pic_type; in ihevce_psy_rd_cost_croma()
681 WORD32 pic_type, in ihevce_psy_rd_cost() argument
723 (void)pic_type; in ihevce_psy_rd_cost()
Dihevce_me_pass.c1275 S32 pic_type = ps_enc_lap_inp->s_lap_out.i4_pic_type; in ihevce_me_frame_init() local
1281 if((pic_type == IV_I_FRAME) || (pic_type == IV_II_FRAME) || (pic_type == IV_IDR_FRAME)) in ihevce_me_frame_init()
1287 else if((pic_type == IV_P_FRAME) || (pic_type == IV_PP_FRAME)) in ihevce_me_frame_init()
1291 else if((pic_type == IV_B_FRAME) || (pic_type == IV_BB_FRAME)) in ihevce_me_frame_init()
Dihevce_stasino_helpers.h162 WORD32 pic_type,
178 WORD32 pic_type,
Dihevce_rc_interface.h104 IV_PICTURE_CODING_TYPE_T pic_type,
233 IV_PICTURE_CODING_TYPE_T pic_type,
Dihevce_encode_header.h78 WORD32 ihevce_generate_aud(bitstrm_t *ps_bitstrm, WORD32 pic_type);
Drate_control_api.c2642 WORD32 rc_get_prev_header_bits(rate_control_api_t *ps_rate_control_api, WORD32 pic_type) in rc_get_prev_header_bits() argument
2644 return (get_prev_header_bits(ps_rate_control_api->ps_bit_allocation, pic_type)); in rc_get_prev_header_bits()
3621 void rc_reset_pic_model(rate_control_api_t *ps_rate_control_api, picture_type_e pic_type) in rc_reset_pic_model() argument
3623 reset_frm_rc_rd_model(ps_rate_control_api->aps_rd_model[pic_type]); in rc_reset_pic_model()
3634 rate_control_api_t *ps_rate_control_api, picture_type_e pic_type) in rc_reset_first_frame_coded_flag() argument
3636 ps_rate_control_api->au1_is_first_frm_coded[pic_type] = 0; in rc_reset_first_frame_coded_flag()
Dbit_allocation.h183 WORD32 get_prev_header_bits(bit_allocation_handle ps_bit_allocation, WORD32 pic_type);
Dihevce_encode_header.c763 WORD32 ihevce_generate_aud(bitstrm_t *ps_bitstrm, WORD32 pic_type) in ihevce_generate_aud() argument
774 PUT_BITS(ps_bitstrm, pic_type, 3, return_status); in ihevce_generate_aud()
775 ENTROPY_TRACE("pic type", pic_type); in ihevce_generate_aud()
Dihevce_lap_interface.c1182 WORD8 pic_type = ps_lap_struct->ai1_pic_type[ps_lap_struct->i4_next_start_ctr]; in ihevce_assign_pic_type() local
1184 switch(pic_type) in ihevce_assign_pic_type()
Dbit_allocation.c2175 WORD32 get_prev_header_bits(bit_allocation_t *ps_bit_allocation, WORD32 pic_type) in get_prev_header_bits() argument
2178 return (ps_bit_allocation->i4_prev_frm_header_bits[pic_type]); in get_prev_header_bits()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc_1_2.c693 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I; in radeon_enc_encode_params()
696 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P; in radeon_enc_encode_params()
699 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_P_SKIP; in radeon_enc_encode_params()
702 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_B; in radeon_enc_encode_params()
705 enc->enc_pic.enc_params.pic_type = RENCODE_PICTURE_TYPE_I; in radeon_enc_encode_params()
721 RADEON_ENC_CS(enc->enc_pic.enc_params.pic_type); in radeon_enc_encode_params()
Dradeon_vcn_enc.h249 uint32_t pic_type; member