Home
last modified time | relevance | path

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

/external/trappy/trappy/stats/
DCorrelator.py195 p_y = np.flatnonzero(s_y)
197 if not len(p_x) or not len(p_y):
202 p_y = p_y[0]
206 p_y = p_y[-1]
208 shift = p_x - p_y
/external/libldac/src/
Dmdct_ldac.c24 SCALAR *p_y, in proc_mdct_core_ldac() argument
90 p_y[index0] = a * tmp; in proc_mdct_core_ldac()
91 p_y[nsmpl-index0-1] = b * tmp; in proc_mdct_core_ldac()
Dmdct_fixp_ldac.c24 INT32 *p_y, in proc_mdct_core_ldac() argument
116 p_y[index0] = g0 + g1; in proc_mdct_core_ldac()
120 p_y[nsmpl-index0-1] = g0 - g1; in proc_mdct_core_ldac()