Searched refs:silk_MLA_ovflw (Results 1 - 4 of 4) sorted by relevance

/external/libopus/silk/fixed/
H A Dburg_modified_FIX.c156 tmp1 = silk_MLA_ovflw( tmp1, x_ptr[ n - k - 1 ], Atmp1 ); /* Q17 */
157 tmp2 = silk_MLA_ovflw( tmp2, x_ptr[ subfr_length - n + k ], Atmp1 ); /* Q17 */
/external/libopus/silk/
H A DSigProc_FIX.h457 #define silk_MLA_ovflw(a32, b32, c32) silk_ADD32_ovflw((a32), (opus_uint32)(b32) * (opus_uint32)(c32)) macro
601 #define silk_RAND(seed) (silk_MLA_ovflw((RAND_INCREMENT), (seed), (RAND_MULTIPLIER)))
H A DMacroCount.h163 #undef silk_MLA_ovflw macro
164 #define silk_MLA_ovflw silk_MLA macro
H A DMacroDebug.h495 #undef silk_MLA_ovflw macro
496 #define silk_MLA_ovflw(a32, b32, c32) ((a32) + ((b32) * (c32))) macro

Completed in 213 milliseconds