Home
last modified time | relevance | path

Searched refs:frm_y_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
476 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
518 if((frm_y_ofst < min_y) || (frm_y_ofst + pu_ht) > max_y) 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()
586 frm_y_ofst = (frm_y_pu + (mv_y >> 2)); in ihevce_luma_inter_pred_pu()
629 if((frm_y_ofst < min_y) || (frm_y_ofst + pu_ht) > max_y) 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
1105 frm_y_ofst = (frm_y_pu + ((mv_y >> (3 - u1_is_422)))); 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 …]