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

  /external/chromium_org/third_party/opus/src/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/chromium_org/third_party/opus/src/silk/
macros.h 98 #ifndef matrix_c_ptr
99 # define matrix_c_ptr(Matrix_base_adr, row, column, M) \ macro

Completed in 1597 milliseconds