Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_inter_pred.c399 WORD32 frm_x_ofst, frm_y_ofst; in ihevce_luma_inter_pred_pu() local
475 frm_x_ofst = (frm_x_pu + (mv_x >> 2)); in ihevce_luma_inter_pred_pu()
514 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x) in ihevce_luma_inter_pred_pu()
526 pu1_ref_int_pel = pu1_ref_pic + frm_x_ofst + (ref_pic_stride * frm_y_ofst); in ihevce_luma_inter_pred_pu()
585 frm_x_ofst = (frm_x_pu + (mv_x >> 2)); in ihevce_luma_inter_pred_pu()
625 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x) in ihevce_luma_inter_pred_pu()
637 pu1_ref_int_pel = pu1_ref_pic + frm_x_ofst + (ref_pic_stride * frm_y_ofst); in ihevce_luma_inter_pred_pu()
1031 WORD32 frm_x_ofst, frm_y_ofst; in ihevce_chroma_inter_pred_pu() local
1104 frm_x_ofst = (frm_x_pu + ((mv_x >> 3) << 1)); /* uv interleaved */ in ihevce_chroma_inter_pred_pu()
1116 pu1_ref_int_pel = pu1_ref_pic + frm_x_ofst + (ref_pic_stride * frm_y_ofst); in ihevce_chroma_inter_pred_pu()
[all …]