Home
last modified time | relevance | path

Searched refs:inVec2 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/fixed/
Dvector_ops_FIX.c72 …const opus_int16 *const inVec2, /* I input vector 2 … in silk_inner_prod_aligned() argument
79 sum = silk_SMLABB( sum, inVec1[ i ], inVec2[ i ] ); in silk_inner_prod_aligned()
86 …const opus_int16 *inVec2, /* I input vector 2 … in silk_inner_prod16_aligned_64() argument
93 sum = silk_SMLALBB( sum, inVec1[ i ], inVec2[ i ] ); in silk_inner_prod16_aligned_64()
/external/chromium_org/third_party/opus/src/silk/
Dinner_prod_aligned.c36 …const opus_int16 *const inVec2, /* I input vector 2 … in silk_inner_prod_aligned_scale() argument
44 sum = silk_ADD_RSHIFT32( sum, silk_SMULBB( inVec1[ i ], inVec2[ i ] ), scale ); in silk_inner_prod_aligned_scale()
DSigProc_FIX.h337 …const opus_int16 *const inVec2, /* I input vector 2 …
343 …const opus_int16 *const inVec2, /* I input vector 2 …
350 …const opus_int16 *inVec2, /* I input vector 2 …