Home
last modified time | relevance | path

Searched refs:s_mv_pred_ctxt (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c638 s_prms.ps_mv_pred_ctxt = &ps_ctxt->s_mv_pred_ctxt; in ihevce_cu_mode_decide()
668 if(ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr->i1_slice_type != PSLICE) in ihevce_cu_mode_decide()
1966 ps_ctxt->s_mv_pred_ctxt.i4_ctb_x = ctb_ctr; in ihevce_enc_loop_process_row()
1967 ps_ctxt->s_mv_pred_ctxt.i4_ctb_y = vert_ctr; in ihevce_enc_loop_process_row()
6184 ps_ctxt->s_mv_pred_ctxt.ps_ref_list = aps_ref_list; in ihevce_enc_loop_frame_init()
6185 ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr = ps_slice_hdr; in ihevce_enc_loop_frame_init()
6186 ps_ctxt->s_mv_pred_ctxt.ps_sps = ps_sps; in ihevce_enc_loop_frame_init()
6187 ps_ctxt->s_mv_pred_ctxt.i4_log2_parallel_merge_level_minus2 = in ihevce_enc_loop_frame_init()
6191 if(ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr->i1_slice_temporal_mvp_enable_flag) in ihevce_enc_loop_frame_init()
6193 if((ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr->i1_num_ref_idx_l1_active > 0) && in ihevce_enc_loop_frame_init()
[all …]
Dihevce_enc_loop_structs.h2251 mv_pred_ctxt_t s_mv_pred_ctxt; member
Dihevce_enc_loop_utils.c5902 ps_ctxt->s_mv_pred_ctxt.ps_ref_list[0][ps_pu->mv.i1_l0_ref_idx]->i4_buf_id; in ihevce_inter_rdopt_cu_mc_mvp()
5909 ps_ctxt->s_mv_pred_ctxt.ps_ref_list[1][ps_pu->mv.i1_l1_ref_idx]->i4_buf_id; in ihevce_inter_rdopt_cu_mc_mvp()
5998 &ps_ctxt->s_mv_pred_ctxt, in ihevce_inter_rdopt_cu_mc_mvp()