Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_inter_pred.c132 WORD32 ntaps; in ihevcd_inter_pred_ctb() local
310 ntaps = NTAPS_LUMA; in ihevcd_inter_pred_ctb()
356 ntaps = NTAPS_CHROMA; in ihevcd_inter_pred_ctb()
400 ref_pic_l0 - (ntaps / 2 - 1) * func_src_strd : in ihevcd_inter_pred_ctb()
416 func_ht += (ai2_xfrac[0] && ai2_yfrac[0]) ? ntaps - 1 : 0; in ihevcd_inter_pred_ctb()
425 func_src = pi2_tmp1 + (ntaps / 2 - 1) * func_src_strd; in ihevcd_inter_pred_ctb()
442 ref_pic_l1 - (ntaps / 2 - 1) * func_src_strd : in ihevcd_inter_pred_ctb()
458 func_ht += (ai2_xfrac[1] && ai2_yfrac[1]) ? ntaps - 1 : 0; in ihevcd_inter_pred_ctb()
467 func_src = pi2_tmp2 + (ntaps / 2 - 1) * func_src_strd; in ihevcd_inter_pred_ctb()