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.c645 s_prms.ps_mv_pred_ctxt = &ps_ctxt->s_mv_pred_ctxt; in ihevce_cu_mode_decide()
675 if(ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr->i1_slice_type != PSLICE) in ihevce_cu_mode_decide()
1984 ps_ctxt->s_mv_pred_ctxt.i4_ctb_x = ctb_ctr; in ihevce_enc_loop_process_row()
1985 ps_ctxt->s_mv_pred_ctxt.i4_ctb_y = vert_ctr; in ihevce_enc_loop_process_row()
6124 ps_ctxt->s_mv_pred_ctxt.ps_ref_list = aps_ref_list; in ihevce_enc_loop_frame_init()
6125 ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr = ps_slice_hdr; in ihevce_enc_loop_frame_init()
6126 ps_ctxt->s_mv_pred_ctxt.ps_sps = ps_sps; in ihevce_enc_loop_frame_init()
6127 ps_ctxt->s_mv_pred_ctxt.i4_log2_parallel_merge_level_minus2 = in ihevce_enc_loop_frame_init()
6131 if(ps_ctxt->s_mv_pred_ctxt.ps_slice_hdr->i1_slice_temporal_mvp_enable_flag) in ihevce_enc_loop_frame_init()
6133 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.h2252 mv_pred_ctxt_t s_mv_pred_ctxt; member
Dihevce_enc_loop_utils.c5810 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()
5817 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()
5906 &ps_ctxt->s_mv_pred_ctxt, in ihevce_inter_rdopt_cu_mc_mvp()