Searched refs:ntaps (Results 1 – 4 of 4) sorted by relevance
61 int ntaps; local80 ntaps = i;83 dp_simd = initdp(coeffs,ntaps);84 dp_port = initdp_port(coeffs,ntaps);
132 WORD32 ntaps; in ihevcd_inter_pred_ctb() local310 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()
27 const int ntaps = 8; in hfilter8() local29 src -= ntaps / 2 - 1; in hfilter8()91 for (int k = 0; k < ntaps; ++k) { in hfilter8()112 const int ntaps = 8; in vfilter8() local204 for (int k = 0; k < ntaps; ++k) sum += filter[k] * src_x[k]; in vfilter8()266 const int ntaps = 8; in highbd_hfilter8() local268 src -= ntaps / 2 - 1; in highbd_hfilter8()322 for (int k = 0; k < ntaps; ++k) { in highbd_hfilter8()339 const int ntaps = 8; in highbd_vfilter8() local441 for (int k = 0; k < ntaps; ++k) sum += filter[k] * src_x[k]; in highbd_vfilter8()
40 int NTapsToInt(NTaps ntaps) { return 8 + static_cast<int>(ntaps) * 2; } in NTapsToInt() argument45 void set(NTaps ntaps, bool backwards);53 void TestFilter::set(NTaps ntaps, bool backwards) { in set() argument54 const int n = NTapsToInt(ntaps); in set()