Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_inter_pred.c400 WORD32 frm_x_pu, frm_y_pu; in ihevce_luma_inter_pred_pu() local
413 frm_y_pu = ps_inter_pred_ctxt->i4_ctb_frm_pos_y + (ps_pu->b4_pos_y << 2); in ihevce_luma_inter_pred_pu()
476 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
586 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
1032 WORD32 frm_x_pu, frm_y_pu; in ihevce_chroma_inter_pred_pu() local
1043 frm_y_pu = (ps_inter_pred_ctxt->i4_ctb_frm_pos_y >> (u1_is_422 == 0)) + in ihevce_chroma_inter_pred_pu()
1105 frm_y_ofst = (frm_y_pu + ((mv_y >> (3 - u1_is_422)))); in ihevce_chroma_inter_pred_pu()
1171 frm_y_ofst = (frm_y_pu + ((mv_y >> (3 - u1_is_422)))); in ihevce_chroma_inter_pred_pu()