/external/libhevc/encoder/ |
D | ihevce_lap_interface.c | 843 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 …]
|
D | ihevce_rc_interface.c | 1843 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 …]
|
D | itt_video_api.h | 132 IV_IDR_FRAME = 0x3, enumerator
|
D | ihevce_frame_process_utils.c | 359 if(i4_pic_type == IV_IDR_FRAME) in ihevce_fill_sei_payload()
|
D | ihevce_multi_thrd_funcs.c | 514 ((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()
|
D | ihevce_frame_process.c | 1522 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()
|
D | ihevce_entropy_interface.c | 812 ps_curr_out->i4_encoded_frame_type = IV_IDR_FRAME; in ihevce_entropy_encode_frame()
|
D | ihevce_coarse_me_pass.c | 925 if((pic_type == IV_I_FRAME) || (pic_type == IV_II_FRAME) || (pic_type == IV_IDR_FRAME)) in ihevce_coarse_me_frame_init()
|
D | ihevce_me_pass.c | 1281 if((pic_type == IV_I_FRAME) || (pic_type == IV_II_FRAME) || (pic_type == IV_IDR_FRAME)) in ihevce_me_frame_init()
|
D | ihevce_plugin.c | 554 if((IV_IDR_FRAME == ps_curr_out->i4_encoded_frame_type) || in ihevce_strm_fill_done()
|
D | ihevce_decomp_pre_intra_pass.c | 1517 ps_lap_out_prms->i4_pic_type == IV_IDR_FRAME)) || in ihevce_decomp_pre_intra_process()
|
D | ihevce_enc_loop_pass.c | 6015 (ps_curr_inp_prms->ps_curr_inp->s_lap_out.i4_pic_type == IV_IDR_FRAME || in ihevce_enc_loop_frame_init()
|
D | hme_refine.c | 9035 IV_IDR_FRAME || in hme_refine_no_encode()
|
/external/libavc/decoder/ |
D | iv.h | 96 IV_IDR_FRAME = 0x3, enumerator
|
D | ih264d_api.c | 2586 ps_dec->i4_frametype = IV_IDR_FRAME; in ih264d_video_decode()
|
/external/libhevc/common/ |
D | iv.h | 94 IV_IDR_FRAME = 0x3, enumerator
|
/external/libavc/encoder/ |
D | ih264e_encode.c | 367 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()
|
D | iv2.h | 107 IV_IDR_FRAME = 0x3, enumerator
|
D | ih264e_api.c | 1400 && (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()
|
D | ih264e_utils.c | 267 i4_force_idr = (ps_codec->force_curr_frame_type == IV_IDR_FRAME); in ih264e_input_queue_update()
|
/external/libmpeg2/common/ |
D | iv.h | 110 IV_IDR_FRAME = 0x3, enumerator
|
/external/libavc/fuzzer/ |
D | avc_enc_fuzzer.cpp | 894 setFrameType(IV_IDR_FRAME); in encodeFrames()
|
/external/libavc/test/encoder/ |
D | main.c | 2176 == IV_IDR_FRAME) in synchronous_encode()
|