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

  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 114 long long temp64; local
129 temp64 = __builtin_mips_mult(pred_lag_ptr[ 0 ], b_Q14_0 );
130 temp64 = __builtin_mips_madd( temp64, pred_lag_ptr[ -1 ], b_Q14_1 );
131 temp64 = __builtin_mips_madd( temp64, pred_lag_ptr[ -2 ], b_Q14_2 );
132 temp64 = __builtin_mips_madd( temp64, pred_lag_ptr[ -3 ], b_Q14_3 );
133 temp64 = __builtin_mips_madd( temp64, pred_lag_ptr[ -4 ], b_Q14_4 )
    [all...]
  /external/libopus/silk/fixed/mips/
warped_autocorrelation_FIX_mipsr1.h 58 opus_int64 temp64; local
138 temp64 = corr_QC[ 0 ];
139 temp64 = __builtin_mips_shilo(temp64, val);
141 lsh = silk_CLZ64( temp64 ) - 35;
147 temp64 = corr_QC[ i ];
148 //temp64 = __builtin_mips_shilo(temp64, val);
149 temp64 = (val >= 0) ? (temp64 >> val) : (temp64 << -val)
    [all...]

Completed in 74 milliseconds