HomeSort by relevance Sort by last modified time
    Searched full:shr32 (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 256 x = SHR32(in[i+c*len],SIG_SHIFT);
260 mem1 = x - SHR32(y,1);
265 tmp[i] = EXTRACT16(SHR32(y,2));
332 norm = SHL32(EXTEND32(len2),6+14)/ADD32(EPSILON,SHR32(mean,1));
765 sum = ADD16(sum, EXTRACT16(SHR32(partial, 18)));
776 minXC = MIN16(minXC, ABS16(EXTRACT16(SHR32(partial, 18))));
966 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
969 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
972 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
    [all...]
quant_bands.c 153 return MIN32(200,SHR32(dist,2*DB_SHIFT-6));
383 offset = SUB16(SHR32(SHL32(EXTEND32(q2),DB_SHIFT)+QCONST16(.5f,DB_SHIFT),fine_quant[i]),QCONST16(.5f,DB_SHIFT));
502 offset = SUB16(SHR32(SHL32(EXTEND32(q2),DB_SHIFT)+QCONST16(.5f,DB_SHIFT),fine_quant[i]),QCONST16(.5f,DB_SHIFT));
bands.c 232 *f++ = SHR32(MULT16_16(*x++, g), shift);
262 thresh32 = SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1);
297 opus_val32 r32 = SHR32(celt_exp2(-EXTRACT16(Ediff)),1);
305 r = SHR32(MULT16_16_Q15(sqrt_1, r),shift);
391 mid2 = SHR32(mid, 1);
    [all...]
  /external/speex/libspeex/
cb_search.c 75 res16 = EXTRACT16(SHR32(resj, 13));
375 tener = SHR32(tener,1);
kiss_fft.c 54 tr = SHR32(SUB32(MULT16_16(Fout2->r , tw1->r),MULT16_16(Fout2->i , tw1->i)), 1);
55 ti = SHR32(ADD32(MULT16_16(Fout2->i , tw1->r),MULT16_16(Fout2->r , tw1->i)), 1);
arch.h 167 #define SHR32(a,shift) (a)
filterbank.c 46 #define toBARK(n) (MULT16_16(26829,spx_atan(SHR32(MULT16_16(97,n),2))) + MULT16_16(4588,spx_atan(MULT16_32_Q15(20,MULT16_16(n,n)))) + MULT16_16(3355,n))
nb_celp.c 308 w_sig[i] = EXTRACT16(SHR32(MULT16_16(st->winBuf[i],st->window[i]),SIG_SHIFT));
310 w_sig[i] = EXTRACT16(SHR32(MULT16_16(in[i-st->windowSize+st->frameSize],st->window[i]),SIG_SHIFT));
    [all...]
sb_celp.c 393 w_sig[i] = EXTRACT16(SHR32(MULT16_16(high[i],st->window[i>>1]),SIG_SHIFT));
396 w_sig[i] = EXTRACT16(SHR32(MULT16_16(high[i],st->window[i]),SIG_SHIFT));
    [all...]
ltp_bfin.h 295 g = DIV32(corr[i-start], 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(energy[i-start])),6));
resample.c 311 interp[1] = EXTRACT16(EXTEND32(x) + SHR32(SUB32(EXTEND32(x2),EXTEND32(x3)),1));
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 362 static inline UInt shr32 ( UInt v, UInt n ) function
1041 shr32( sel32x2_1(xx), nn ),
1042 shr32( sel32x2_0(xx), nn )
    [all...]
ir_opt.c     [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 181 out[i*channels+c] = SHR32(MAC16_16(MULT16_16(w,in2[i*channels+c]),
opus_multistream_encoder.c 205 low = SHR32(diff, DB_SHIFT-1);

Completed in 551 milliseconds

12