Home
last modified time | relevance | path

Searched refs:IV_B_FRAME (Results 1 – 19 of 19) sorted by relevance

/external/libavc/decoder/
Div.h95 IV_B_FRAME = 0x2, enumerator
Dih264d_api.c2415 ps_dec->i4_frametype = IV_B_FRAME; in ih264d_video_decode()
/external/libhevc/common/
Div.h93 IV_B_FRAME = 0x2, enumerator
/external/libmpeg2/common/
Div.h109 IV_B_FRAME = 0x2, enumerator
/external/libavc/encoder/
Div2.h106 IV_B_FRAME = 0x2, enumerator
Dih264e_encode.c678 ps_video_encode_op->s_ive_op.u4_encoded_frame_type = IV_B_FRAME; in ih264e_encode()
/external/libhevc/encoder/
Ditt_video_api.h131 IV_B_FRAME = 0x2, enumerator
Dihevce_lap_interface.c832 ps_lap_out->i4_pic_type = IV_B_FRAME; in ref_b_pic_population()
1201 ps_lap_inp_buf->s_lap_out.i4_pic_type = IV_B_FRAME; in ihevce_assign_pic_type()
1477 if(ps_lap_out->i4_pic_type == IV_B_FRAME) in rc_update_model_control_by_lap_for_modified_sub_gop()
1527 else if(ps_lap_out_buf->s_lap_out.i4_pic_type == IV_B_FRAME) in update_rc_num_pic_type()
1811 ps_lap_out_buf->s_lap_out.i4_pic_type == IV_B_FRAME) in ihevce_pre_rel_lapout_update()
Dihevce_entropy_interface.c823 ps_curr_out->i4_encoded_frame_type = IV_B_FRAME; in ihevce_entropy_encode_frame()
Dihevce_rc_interface.c1853 case IV_B_FRAME: in ihevce_rc_pre_enc_qp_query()
2138 case IV_B_FRAME: in ihevce_rc_get_pic_quant()
3252 if(ps_rc_lap_out->i4_rc_pic_type == IV_B_FRAME && in ihevce_rc_get_pic_quant()
5506 case IV_B_FRAME: in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5622 case IV_B_FRAME: in ihevce_ebf_based_rc_correction_to_avoid_overflow()
Dihevce_frame_process.c2634 if(ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME && in ihevce_update_qp_L1_sad_based()
2640 ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME && in ihevce_update_qp_L1_sad_based()
2646 ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME && in ihevce_update_qp_L1_sad_based()
5129 case IV_B_FRAME: in ihevce_pre_enc_init()
6460 if(1 != ((ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME) && in ihevce_pre_enc_process_frame_thrd()
7088 (ps_curr_inp->s_rc_lap_out.i4_rc_pic_type == IV_B_FRAME)) in calc_l1_level_hme_intra_sad_different_qp()
Dihevce_coarse_me_pass.c934 else if((pic_type == IV_B_FRAME) || (pic_type == IV_BB_FRAME)) in ihevce_coarse_me_frame_init()
Dihevce_me_pass.c1291 else if((pic_type == IV_B_FRAME) || (pic_type == IV_BB_FRAME)) in ihevce_me_frame_init()
/external/libmpeg2/decoder/
Dimpeg2d_decoder.c322 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME; in impeg2d_dec_frm()
Dimpeg2d_api_main.c3487 ps_dec_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME; in impeg2d_api_entity()
/external/libhevc/test/decoder/
Dmain.c2908 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in hevcdec_main()
/external/libavc/test/encoder/
Dmain.c1915 == IV_B_FRAME) in synchronous_encode()
/external/libmpeg2/test/decoder/
Dmain.c3034 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in vdec_main()
/external/libavc/test/decoder/
Dmain.c3007 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in h264dec_main()