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

  /external/libopus/silk/float/
residual_energy_FLP.c 66 tmp += matrix_c_ptr( wXX, i, j, D ) * c[ j ];
68 nrg += c[ i ] * ( 2.0f * tmp + matrix_c_ptr( wXX, i, i, D ) * c[ i ] );
75 matrix_c_ptr( wXX, i, i, D ) += regularization;
  /external/libopus/silk/
macros.h 101 #ifndef matrix_c_ptr
102 # define matrix_c_ptr(Matrix_base_adr, row, column, M) \ macro

Completed in 100 milliseconds