Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c128 WORD32 i, size_n; in ixheaacd_lpc_to_td() local
130 size_n = 2 * lg; in ixheaacd_lpc_to_td()
131 avg_fac = PI / (FLOAT32)(size_n); in ixheaacd_lpc_to_td()
138 for (; i < size_n; i++) { in ixheaacd_lpc_to_td()
143 for (i = 0; i < size_n; i++) { in ixheaacd_lpc_to_td()
151 for (i = 0; i < size_n; i++) { in ixheaacd_lpc_to_td()
156 ixheaacd_complex_fft(idata_r, idata_i, size_n, -1, &preshift); in ixheaacd_lpc_to_td()
160 for (i = 0; i < size_n; i++) { in ixheaacd_lpc_to_td()
165 for (i = 0; i < size_n / 2; i++) { in ixheaacd_lpc_to_td()
/external/python/cpython2/Objects/
Dlongobject.c2672 const Py_ssize_t size_n = ABS(Py_SIZE(n)); in kmul_split() local
2674 size_lo = MIN(size_n, size); in kmul_split()
2675 size_hi = size_n - size_lo; in kmul_split()
/external/python/cpython3/Objects/
Dlongobject.c3269 const Py_ssize_t size_n = Py_ABS(Py_SIZE(n)); in kmul_split() local
3271 size_lo = Py_MIN(size_n, size); in kmul_split()
3272 size_hi = size_n - size_lo; in kmul_split()