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

12

  /external/speex/libspeex/
preprocess.c 491 st->post[i]=SHL16(1, SNR_SHIFT);
492 st->prior[i]=SHL16(1, SNR_SHIFT);
647 st->frame[i] = SHL16(st->frame[i], st->frame_shift);
    [all...]
mdf.c 474 st->window[i] = (16383-SHL16(spx_cos(DIV32_16(MULT16_16(25736,i<<1),N)),1));
854 st->wtmp[i]=SHL16(st->wtmp[i],NORMALIZE_SCALEUP);
    [all...]
nb_celp.c 604 ol_pitch_coef=MULT16_16_P15(QCONST16(0.066667,15),SHL16(quant,GAIN_SHIFT));
    [all...]
lsp.c 104 #define ANGLE2X(a) (SHL16(spx_cos(a),2))
  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 206 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT);
    [all...]
opus_encoder.c     [all...]
  /external/libopus/src/
opus_multistream_encoder.c 206 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT);
    [all...]
opus_encoder.c     [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 290 tmp[i] = SHL16(tmp[i], shift);
911 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6)
    [all...]
bands.c 216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
278 thresh32 = SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1);
    [all...]
  /external/libopus/celt/
celt_encoder.c 290 tmp[i] = SHL16(tmp[i], shift);
911 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6)
    [all...]
bands.c 216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
278 thresh32 = SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
MSP430InstrInfo.td 137 def Shl16 : Pseudo<(outs GR16:$dst), (ins GR16:$src, GR8:$cnt),
138 "# Shl16 PSEUDO",
    [all...]

Completed in 545 milliseconds

12