Searched refs:start_n (Results 1 – 1 of 1) sorted by relevance
212 const FLAC__int32 start_n = (FLAC__int32)(start * L); in FLAC__window_partial_tukey() local214 const FLAC__int32 N = end_n - start_n; in FLAC__window_partial_tukey()225 for (n = 0; n < start_n && n < L; n++) in FLAC__window_partial_tukey()227 for (i = 1; n < (start_n+Np) && n < L; n++, i++) in FLAC__window_partial_tukey()240 const FLAC__int32 start_n = (FLAC__int32)(start * L); in FLAC__window_punchout_tukey() local250 Ns = (FLAC__int32)(p / 2.0f * start_n); in FLAC__window_punchout_tukey()255 for (; n < start_n-Ns && n < L; n++) in FLAC__window_punchout_tukey()257 for (i = Ns; n < start_n && n < L; n++, i--) in FLAC__window_punchout_tukey()