Searched defs:win_type (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/fixed/
H A Dapply_sine_window_FIX.c53 const opus_int win_type, /* I Selects a window type */
60 silk_assert( win_type == 1 || win_type == 2 );
76 if( win_type == 1 ) {
50 silk_apply_sine_window( opus_int16 px_win[], const opus_int16 px[], const opus_int win_type, const opus_int length ) argument
/external/libopus/silk/float/
H A Dapply_sine_window_FLP.c41 const opus_int win_type, /* I Selects a window type */
48 silk_assert( win_type == 1 || win_type == 2 );
59 if( win_type < 2 ) {
38 silk_apply_sine_window_FLP( silk_float px_win[], const silk_float px[], const opus_int win_type, const opus_int length ) argument

Completed in 54 milliseconds