Searched refs:win_type (Results 1 – 4 of 4) sorted by relevance
41 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window_FLP() argument48 celt_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window_FLP()59 if( win_type < 2 ) { in silk_apply_sine_window_FLP()
243 …const opus_int win_type, /* I Selects a window type …
53 …const opus_int win_type, /* I Selects a window type … in silk_apply_sine_window() argument60 celt_assert( win_type == 1 || win_type == 2 ); in silk_apply_sine_window()76 if( win_type == 1 ) { in silk_apply_sine_window()
240 …const opus_int win_type, /* I Selects a window type …