Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_inter_pred.c136 WORD32 ai2_xint[2] = { 0, 0 }, ai2_yint[2] = { 0, 0 }; in ihevcd_inter_pred_ctb() local
279 ai2_yint[0] = pu_y + (mv >> 2); in ihevcd_inter_pred_ctb()
286 ref_pic_l0 = ref_pic_luma_l0 + ai2_yint[0] * ref_strd in ihevcd_inter_pred_ctb()
298 ai2_yint[1] = pu_y + (mv >> 2); in ihevcd_inter_pred_ctb()
301 ref_pic_l1 = ref_pic_luma_l1 + ai2_yint[1] * ref_strd in ihevcd_inter_pred_ctb()
326 ai2_yint[0] = pu_y / 2 + (mv >> 3); in ihevcd_inter_pred_ctb()
329 ref_pic_l0 = ref_pic_chroma_l0 + ai2_yint[0] * ref_strd in ihevcd_inter_pred_ctb()
344 ai2_yint[1] = pu_y / 2 + (mv >> 3); in ihevcd_inter_pred_ctb()
347 ref_pic_l1 = ref_pic_chroma_l1 + ai2_yint[1] * ref_strd in ihevcd_inter_pred_ctb()