Home
last modified time | relevance | path

Searched refs:s_mc_ctxt (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_me_pass.c1184 ps_me_tmp_frm_ctxt->s_mc_ctxt.ps_ref_list = aps_ref_list; in ihevce_me_frame_init()
1185 ps_me_tmp_frm_ctxt->s_mc_ctxt.i1_weighted_pred_flag = in ihevce_me_frame_init()
1187 ps_me_tmp_frm_ctxt->s_mc_ctxt.i1_weighted_bipred_flag = in ihevce_me_frame_init()
1189 ps_me_tmp_frm_ctxt->s_mc_ctxt.i4_log2_luma_wght_denom = in ihevce_me_frame_init()
1191 ps_me_tmp_frm_ctxt->s_mc_ctxt.i4_log2_chroma_wght_denom = in ihevce_me_frame_init()
1193 ps_me_tmp_frm_ctxt->s_mc_ctxt.i4_bit_depth = 8; in ihevce_me_frame_init()
1194 ps_me_tmp_frm_ctxt->s_mc_ctxt.u1_chroma_array_type = 1; in ihevce_me_frame_init()
1195 ps_me_tmp_frm_ctxt->s_mc_ctxt.ps_func_selector = ps_func_selector; in ihevce_me_frame_init()
1198 ps_me_tmp_frm_ctxt->s_mc_ctxt.ai4_tile_xtra_pel, in ihevce_me_frame_init()
1200 sizeof(ps_me_tmp_frm_ctxt->s_mc_ctxt.ai4_tile_xtra_pel)); in ihevce_me_frame_init()
Dihevce_enc_loop_pass.c556 i4_ctb_y_off = ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y; in ihevce_cu_mode_decide()
635 s_prms.ps_mc_ctxt = &ps_ctxt->s_mc_ctxt; in ihevce_cu_mode_decide()
1962 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_x = ctb_ctr * ctb_size; in ihevce_enc_loop_process_row()
1963 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y = vert_ctr * ctb_size; in ihevce_enc_loop_process_row()
4512 ps_ctxt->s_mc_ctxt.ps_func_selector = ps_func_selector; in ihevce_enc_loop_init()
4515 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[0] = 0; in ihevce_enc_loop_init()
4516 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[1] = 0; in ihevce_enc_loop_init()
4517 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[2] = 0; in ihevce_enc_loop_init()
4518 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[3] = 0; in ihevce_enc_loop_init()
6098 ps_ctxt->s_mc_ctxt.i4_bit_depth = ps_ctxt->u1_bit_depth; in ihevce_enc_loop_frame_init()
[all …]
Dihevce_enc_loop_utils.c5416 &ps_ctxt->s_mc_ctxt, in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer()
5949 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_x + (cu_pos_x << 2); in ihevce_inter_rdopt_cu_mc_mvp()
5951 if(ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y == 0) in ihevce_inter_rdopt_cu_mc_mvp()
5970 (ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y >> 6) - 1; in ihevce_inter_rdopt_cu_mc_mvp()
6193 ihevce_luma_inter_pred_pu(&ps_ctxt->s_mc_ctxt, ps_pu, pu1_pred, pred_stride, 0); in ihevce_inter_rdopt_cu_mc_mvp()
7304 ihevce_chroma_inter_pred_pu(&ps_ctxt->s_mc_ctxt, ps_pu, pu1_pred, pred_strd); in ihevce_chroma_cu_prcs_rdopt()
8732 &ps_ctxt->s_mc_ctxt, ps_pu, pu1_cur_pred, pred_chrm_strd); in ihevce_final_rdopt_mode_prcs()
10578 ihevce_luma_inter_pred_pu(&ps_ctxt->s_mc_ctxt, ps_pu, pu1_pred, pred_stride, 1); in ihevce_call_luma_inter_pred_rdopt_pass1()
Dihevce_enc_loop_structs.h2246 inter_pred_ctxt_t s_mc_ctxt; member
Dhme_defs.h3214 inter_pred_me_ctxt_t s_mc_ctxt; member
Dhme_refine.c6790 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y = i4_ctb_y << 6; in hme_refine()
6791 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_x = i4_ctb_x << 6; in hme_refine()
Dhme_utils.c117 ps_inter_pred_me_ctxt = &ps_ctxt->s_mc_ctxt; in ihevce_open_loop_pred_data()