Searched refs:silk_inner_product_FLP (Results 1 – 6 of 6) sorted by relevance
/external/libopus/silk/float/ |
D | corrMatrix_FLP.c | 53 Xt[ lag ] = (silk_float)silk_inner_product_FLP( ptr1, t, L ); in silk_corrVector_FLP() 82 energy = silk_inner_product_FLP( ptr1, ptr2, L ); in silk_corrMatrix_FLP()
|
D | autocorrelation_FLP.c | 50 … results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i ); in silk_autocorrelation_FLP()
|
D | inner_product_FLP.c | 35 double silk_inner_product_FLP( in silk_inner_product_FLP() function
|
D | SigProc_FLP.h | 127 double silk_inner_product_FLP(
|
D | burg_modified_FLP.c | 63 C_first_row[ n - 1 ] += silk_inner_product_FLP( x_ptr, x_ptr + n, subfr_length - n ); in silk_burg_modified_FLP()
|
D | pitch_analysis_core_FLP.c | 294 cross_corr = silk_inner_product_FLP( basis_ptr, target_ptr, sf_length_8kHz ); in silk_pitch_analysis_core_FLP()
|