Searched refs:s_mc_ctxt (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_me_pass.c | 1184 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()
|
D | ihevce_enc_loop_pass.c | 558 i4_ctb_y_off = ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y; in ihevce_cu_mode_decide() 642 s_prms.ps_mc_ctxt = &ps_ctxt->s_mc_ctxt; in ihevce_cu_mode_decide() 1980 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_x = ctb_ctr * ctb_size; in ihevce_enc_loop_process_row() 1981 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y = vert_ctr * ctb_size; in ihevce_enc_loop_process_row() 4415 ps_ctxt->s_mc_ctxt.ps_func_selector = ps_func_selector; in ihevce_enc_loop_init() 4418 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[0] = 0; in ihevce_enc_loop_init() 4419 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[1] = 0; in ihevce_enc_loop_init() 4420 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[2] = 0; in ihevce_enc_loop_init() 4421 ps_ctxt->s_mc_ctxt.ai4_tile_xtra_pel[3] = 0; in ihevce_enc_loop_init() 6038 ps_ctxt->s_mc_ctxt.i4_bit_depth = ps_ctxt->u1_bit_depth; in ihevce_enc_loop_frame_init() [all …]
|
D | ihevce_enc_loop_utils.c | 5324 &ps_ctxt->s_mc_ctxt, in ihevce_inter_tu_tree_selector_and_rdopt_cost_computer() 5857 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_x + (cu_pos_x << 2); in ihevce_inter_rdopt_cu_mc_mvp() 5859 if(ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y == 0) in ihevce_inter_rdopt_cu_mc_mvp() 5878 (ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y >> 6) - 1; in ihevce_inter_rdopt_cu_mc_mvp() 6101 ihevce_luma_inter_pred_pu(&ps_ctxt->s_mc_ctxt, ps_pu, pu1_pred, pred_stride, 0); in ihevce_inter_rdopt_cu_mc_mvp() 7162 ihevce_chroma_inter_pred_pu(&ps_ctxt->s_mc_ctxt, ps_pu, pu1_pred, pred_strd); in ihevce_chroma_cu_prcs_rdopt() 8592 &ps_ctxt->s_mc_ctxt, ps_pu, pu1_cur_pred, pred_chrm_strd); in ihevce_final_rdopt_mode_prcs() 10438 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()
|
D | ihevce_enc_loop_structs.h | 2247 inter_pred_ctxt_t s_mc_ctxt; member
|
D | hme_defs.h | 3214 inter_pred_me_ctxt_t s_mc_ctxt; member
|
D | hme_refine.c | 6790 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()
|
D | hme_utils.c | 117 ps_inter_pred_me_ctxt = &ps_ctxt->s_mc_ctxt; in ihevce_open_loop_pred_data()
|