Home
last modified time | relevance | path

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

/external/libhevc/common/
Div.h93 IV_B_FRAME = 0x2, enumerator
/external/libavc/decoder/
Div.h95 IV_B_FRAME = 0x2, enumerator
Dih264d_api.c2590 ps_dec->i4_frametype = IV_B_FRAME; in ih264d_video_decode()
/external/libmpeg2/common/
Div.h109 IV_B_FRAME = 0x2, enumerator
/external/libhevc/encoder/
Ditt_video_api.h131 IV_B_FRAME = 0x2, enumerator
Dihevce_lap_interface.c739 ps_lap_out->i4_pic_type = IV_B_FRAME; in ref_b_pic_population()
1119 ps_lap_inp_buf->s_lap_out.i4_pic_type = IV_B_FRAME; in ihevce_assign_pic_type()
1395 if(ps_lap_out->i4_pic_type == IV_B_FRAME) in rc_update_model_control_by_lap_for_modified_sub_gop()
1445 else if(ps_lap_out_buf->s_lap_out.i4_pic_type == IV_B_FRAME) in update_rc_num_pic_type()
1729 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()
5512 case IV_B_FRAME: in ihevce_ebf_based_rc_correction_to_avoid_overflow()
5628 case IV_B_FRAME: in ihevce_ebf_based_rc_correction_to_avoid_overflow()
Dihevce_frame_process.c2648 if(ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME && in ihevce_update_qp_L1_sad_based()
2654 ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME && in ihevce_update_qp_L1_sad_based()
2660 ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME && in ihevce_update_qp_L1_sad_based()
5145 case IV_B_FRAME: in ihevce_pre_enc_init()
6103 if(1 != ((ps_curr_inp->s_lap_out.i4_pic_type == IV_B_FRAME) && in ihevce_pre_enc_process_frame_thrd()
6737 (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/libavc/encoder/
Div2.h106 IV_B_FRAME = 0x2, enumerator
Dih264e_encode.c764 ps_video_encode_op->s_ive_op.u4_encoded_frame_type = IV_B_FRAME; in ih264e_encode()
/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.c3483 ps_dec_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME; in impeg2d_api_entity()
/external/libhevc/test/decoder/
Dmain.c2910 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c3036 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in vdec_main()
/external/libavc/test/decoder/
Dmain.c3282 if(IV_B_FRAME == ps_video_decode_op->e_pic_type) in h264dec_main()
/external/libavc/test/encoder/
Dmain.c2191 == IV_B_FRAME) in synchronous_encode()