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

  /external/libopus/silk/fixed/
residual_energy16_FIX.c 34 /* Residual energy: nrg = wxx - 2 * wXx * c + c' * wXX * c */
37 const opus_int32 *wXX, /* I Correlation matrix */
38 const opus_int32 *wXx, /* I Correlation vector */
39 opus_int32 wxx, /* I Signal energy */
64 w_max = silk_max_32( wXX[ 0 ], wXX[ D * D - 1 ] );
73 /* Compute wxx - 2 * wXx * c *
    [all...]
main_FIX.h 209 /* Residual energy: nrg = wxx - 2 * wXx * c + c' * wXX * c */
212 const opus_int32 *wXX, /* I Correlation matrix */
213 const opus_int32 *wXx, /* I Correlation vector */
214 opus_int32 wxx, /* I Signal energy */
  /external/libopus/silk/float/
residual_energy_FLP.c 37 /* Residual energy: nrg = wxx - 2 * wXx * c + c' * wXX * c */
40 silk_float *wXX, /* I/O Weighted correlation matrix, reg. out */
41 const silk_float *wXx, /* I Weighted correlation vector */
42 const silk_float wxx, /* I Weighted correlation value */
52 regularization = REGULARIZATION_FACTOR * ( wXX[ 0 ] + wXX[ D * D - 1 ] );
54 nrg = wxx;
58 tmp += wXx[ i ] * c[ i ]
    [all...]
main_FLP.h 212 /* Residual energy: nrg = wxx - 2 * wXx * c + c' * wXX * c */
215 silk_float *wXX, /* I/O Weighted correlation matrix, reg. out */
216 const silk_float *wXx, /* I Weighted correlation vector */
217 const silk_float wxx, /* I Weighted correlation value */
  /external/swiftshader/src/Reactor/
Reactor.hpp 1434 Swizzle4<Vector4, 0x03> wxx; member in union:sw::XYZW::__anon32237
    [all...]

Completed in 88 milliseconds