HomeSort by relevance Sort by last modified time
    Searched refs:silk_inner_product_FLP (Results 1 - 6 of 6) sorted by null

  /external/libopus/silk/float/
autocorrelation_FLP.c 50 results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i );
inner_product_FLP.c 35 double silk_inner_product_FLP(
corrMatrix_FLP.c 53 Xt[ lag ] = (silk_float)silk_inner_product_FLP( ptr1, t, L );
82 energy = silk_inner_product_FLP( ptr1, ptr2, L );
SigProc_FLP.h 134 double silk_inner_product_FLP(
burg_modified_FLP.c 63 C_first_row[ n - 1 ] += silk_inner_product_FLP( x_ptr, x_ptr + n, subfr_length - n );
pitch_analysis_core_FLP.c 294 cross_corr = silk_inner_product_FLP( basis_ptr, target_ptr, sf_length_8kHz );

Completed in 1438 milliseconds