Home
last modified time | relevance | path

Searched refs:IV_IDR_FRAME (Results 1 – 23 of 23) sorted by relevance

/external/libhevc/encoder/
Dihevce_lap_interface.c843 if(IV_IDR_FRAME == ps_lap_out->i4_pic_type) in ref_pic_population()
874 if(ps_lap_out->i4_pic_type == IV_IDR_FRAME || in ref_pic_population()
1126 ps_lap_inp_buf->s_lap_out.i4_pic_type = IV_IDR_FRAME; in ihevce_assign_pic_type()
1428 ps_lap_out_buf->s_lap_out.i4_pic_type == IV_IDR_FRAME) in update_rc_num_pic_type()
1735 if(ps_lap_out_buf->s_lap_out.i4_pic_type != IV_IDR_FRAME && in ihevce_pre_rel_lapout_update()
1740 if(ps_lap_out_buf->s_lap_out.i4_pic_type == IV_IDR_FRAME && in ihevce_pre_rel_lapout_update()
1753 ASSERT(ps_lap_out_buf->s_lap_out.i4_pic_type != IV_IDR_FRAME); in ihevce_pre_rel_lapout_update()
1763 ASSERT(ps_lap_out_buf->s_lap_out.i4_pic_type == IV_IDR_FRAME); in ihevce_pre_rel_lapout_update()
1836 if((!first_gop_flag) && (ps_input_lap_enc_buf->s_lap_out.i4_pic_type == IV_IDR_FRAME)) in ihevce_lap_queue_input()
2244 ->s_lap_out.i4_pic_type == IV_IDR_FRAME) in ihevce_lap_process()
[all …]
Dihevce_rc_interface.c1843 case IV_IDR_FRAME: in ihevce_rc_pre_enc_qp_query()
2128 case IV_IDR_FRAME: 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()
2718 if(i4_is_first_frame_coded && (pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME)) in ihevce_rc_get_pic_quant()
2728 if(i4_is_first_frame_coded && !(pic_type == IV_I_FRAME || pic_type == IV_IDR_FRAME) && in ihevce_rc_get_pic_quant()
2928 ASSERT(pic_type == IV_IDR_FRAME || pic_type == IV_I_FRAME); in ihevce_rc_get_pic_quant()
3482 (ps_cur_rc_lap_out->i4_rc_pic_type == IV_IDR_FRAME)) && in ihevce_get_i_to_avg_ratio()
[all …]
Ditt_video_api.h132 IV_IDR_FRAME = 0x3, enumerator
Dihevce_frame_process_utils.c359 if(i4_pic_type == IV_IDR_FRAME) in ihevce_fill_sei_payload()
Dihevce_multi_thrd_funcs.c514 ((IV_I_FRAME == i4_pic_type) || (IV_IDR_FRAME == i4_pic_type)) && !L0ME_IN_OPENLOOP_MODE) in ihevce_prepare_job_queue()
592 if(((IV_I_FRAME == i4_pic_type) || (IV_IDR_FRAME == i4_pic_type)) && in ihevce_prepare_job_queue()
Dihevce_frame_process.c1522 if(IV_IDR_FRAME == ps_curr_inp->s_lap_out.i4_pic_type) in ihevce_manage_ref_pics()
2620 if(ps_curr_inp->s_lap_out.i4_pic_type != IV_IDR_FRAME && in ihevce_update_qp_L1_sad_based()
2640 ps_curr_inp->s_lap_out.i4_pic_type == IV_IDR_FRAME) in ihevce_update_qp_L1_sad_based()
3665 ps_curr_inp->s_lap_out.i4_pic_type == IV_IDR_FRAME) in ihevce_enc_frm_proc_slave_thrd()
4216 (ps_curr_inp->s_lap_out.i4_pic_type == IV_IDR_FRAME || in ihevce_enc_frm_proc_slave_thrd()
4377 if(ps_rc_lap_out_next_encode->i4_rc_pic_type == IV_IDR_FRAME) in ihevce_enc_frm_proc_slave_thrd()
5122 case IV_IDR_FRAME: in ihevce_pre_enc_init()
6340 ->s_lap_out.i4_pic_type != IV_IDR_FRAME && in ihevce_pre_enc_process_frame_thrd()
6379 if(ps_rc_lap_temp->i4_rc_pic_type != IV_IDR_FRAME && in ihevce_pre_enc_process_frame_thrd()
6690 ps_curr_inp->s_rc_lap_out.i4_rc_pic_type != IV_IDR_FRAME) in calc_l1_level_hme_intra_sad_different_qp()
Dihevce_entropy_interface.c812 ps_curr_out->i4_encoded_frame_type = IV_IDR_FRAME; in ihevce_entropy_encode_frame()
Dihevce_coarse_me_pass.c925 if((pic_type == IV_I_FRAME) || (pic_type == IV_II_FRAME) || (pic_type == IV_IDR_FRAME)) in ihevce_coarse_me_frame_init()
Dihevce_me_pass.c1281 if((pic_type == IV_I_FRAME) || (pic_type == IV_II_FRAME) || (pic_type == IV_IDR_FRAME)) in ihevce_me_frame_init()
Dihevce_plugin.c554 if((IV_IDR_FRAME == ps_curr_out->i4_encoded_frame_type) || in ihevce_strm_fill_done()
Dihevce_decomp_pre_intra_pass.c1517 ps_lap_out_prms->i4_pic_type == IV_IDR_FRAME)) || in ihevce_decomp_pre_intra_process()
Dihevce_enc_loop_pass.c6015 (ps_curr_inp_prms->ps_curr_inp->s_lap_out.i4_pic_type == IV_IDR_FRAME || in ihevce_enc_loop_frame_init()
Dhme_refine.c9035 IV_IDR_FRAME || in hme_refine_no_encode()
/external/libavc/decoder/
Div.h96 IV_IDR_FRAME = 0x3, enumerator
Dih264d_api.c2586 ps_dec->i4_frametype = IV_IDR_FRAME; in ih264d_video_decode()
/external/libhevc/common/
Div.h94 IV_IDR_FRAME = 0x3, enumerator
/external/libavc/encoder/
Dih264e_encode.c367 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_encode()
434 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_encode()
752 ps_video_encode_op->s_ive_op.u4_encoded_frame_type =IV_IDR_FRAME; in ih264e_encode()
Div2.h107 IV_IDR_FRAME = 0x3, enumerator
Dih264e_api.c1400 && (ps_ip->s_ive_ip.e_frame_type != IV_IDR_FRAME)) in api_check_struct_sanity()
2406 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_codec_update_config()
2487 case IV_IDR_FRAME: in ih264e_codec_update_config()
2488 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_codec_update_config()
Dih264e_utils.c267 i4_force_idr = (ps_codec->force_curr_frame_type == IV_IDR_FRAME); in ih264e_input_queue_update()
/external/libmpeg2/common/
Div.h110 IV_IDR_FRAME = 0x3, enumerator
/external/libavc/fuzzer/
Davc_enc_fuzzer.cpp894 setFrameType(IV_IDR_FRAME); in encodeFrames()
/external/libavc/test/encoder/
Dmain.c2176 == IV_IDR_FRAME) in synchronous_encode()