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

  /external/chromium_org/third_party/opus/src/silk/fixed/
warped_autocorrelation_FIX.c 64 corr_QC[ i ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
68 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC );
71 corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
84 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( corr_QC[ i ], -lsh ) );
vector_ops_FIX.c 61 data1[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( silk_SMULL( data1[ i ], gain_Q26 ), 8 ) ); /* OUTPUT: Q18 */
burg_modified_FIX.c 93 C_first_row[ n - 1 ] += (opus_int32)silk_RSHIFT64(
255 C0 -= (opus_int32)silk_RSHIFT64( silk_inner_prod16_aligned_64( x_ptr, x_ptr, D ), rshifts );
  /external/libopus/silk/fixed/
warped_autocorrelation_FIX.c 64 corr_QC[ i ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
68 corr_QC[ i + 1 ] += silk_RSHIFT64( silk_SMULL( tmp2_QS, state_QS[ 0 ] ), 2 * QS - QC );
71 corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC );
84 corr[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( corr_QC[ i ], -lsh ) );
vector_ops_FIX.c 61 data1[ i ] = (opus_int32)silk_CHECK_FIT32( silk_RSHIFT64( silk_SMULL( data1[ i ], gain_Q26 ), 8 ) ); /* OUTPUT: Q18 */
burg_modified_FIX.c 93 C_first_row[ n - 1 ] += (opus_int32)silk_RSHIFT64(
255 C0 -= (opus_int32)silk_RSHIFT64( silk_inner_prod16_aligned_64( x_ptr, x_ptr, D ), rshifts );
  /external/chromium_org/third_party/opus/src/silk/
Inlines.h 45 in_upper = (opus_int32)silk_RSHIFT64(in, 32);
SigProc_FIX.h 478 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shift >= 0, shift < 64 */
    [all...]
MacroDebug.h 463 ret64 = silk_RSHIFT64( silk_SMULL( a32, b32 ), 16 );
688 #undef silk_RSHIFT64
689 #define silk_RSHIFT64(a,b) silk_RSHIFT64_((a), (b), __FILE__, __LINE__)
    [all...]
MacroCount.h 386 #undef silk_RSHIFT64
387 static OPUS_INLINE opus_int64 silk_RSHIFT64(opus_int64 a, opus_int64 shift){
  /external/libopus/silk/
Inlines.h 45 in_upper = (opus_int32)silk_RSHIFT64(in, 32);
SigProc_FIX.h 478 #define silk_RSHIFT64(a, shift) ((a)>>(shift)) /* shift >= 0, shift < 64 */
    [all...]
MacroDebug.h 463 ret64 = silk_RSHIFT64( silk_SMULL( a32, b32 ), 16 );
688 #undef silk_RSHIFT64
689 #define silk_RSHIFT64(a,b) silk_RSHIFT64_((a), (b), __FILE__, __LINE__)
    [all...]
MacroCount.h 386 #undef silk_RSHIFT64
387 static OPUS_INLINE opus_int64 silk_RSHIFT64(opus_int64 a, opus_int64 shift){

Completed in 86 milliseconds