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

12

  /external/speex/libspeex/
arch.h 165 #define SHR16(a,shift) (a)
stereo.c 168 data[i] = SHR16(data[2*i],1)+PSHR16(data[2*i+1],1);
lsp.c 609 lsp[i]= SHR16(lsp[i],1) + SHR16(lsp[i+1]-m,1);
nb_celp.c     [all...]
  /external/valgrind/main/VEX/priv/
host_generic_simd64.c 348 static inline UShort shr16 ( UShort v, UInt n ) function
1052 shr16( sel16x4_3(xx), nn ),
1053 shr16( sel16x4_2(xx), nn ),
1054 shr16( sel16x4_1(xx), nn ),
1055 shr16( sel16x4_0(xx), nn )
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
stereo.c 168 data[i] = SHR16(data[2*i],1)+PSHR16(data[2*i+1],1);
lsp.c 609 lsp[i]= SHR16(lsp[i],1) + SHR16(lsp[i+1]-m,1);
nb_celp.c     [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 590 tmp[j] = ADD16(SHR16(tmp[j], 1),SHR16(X[N0+j+(m->eBands[i]<<LM)], 1));*/
830 trim -= MAX16(-QCONST16(2.f, 8), MIN16(QCONST16(2.f, 8), SHR16(diff+QCONST16(1.f, DB_SHIFT),DB_SHIFT-8)/6 ));
831 trim -= SHR16(surround_trim, DB_SHIFT-8);
832 trim -= 2*SHR16(tf_estimate, 14-8);
    [all...]
bands.c 320 r = SHR16(MIN16(thresh, r),1);
871 lowband_out[0] = SHR16(X[0],4);
    [all...]
  /external/libopus/celt/
celt_encoder.c 590 tmp[j] = ADD16(SHR16(tmp[j], 1),SHR16(X[N0+j+(m->eBands[i]<<LM)], 1));*/
830 trim -= MAX16(-QCONST16(2.f, 8), MIN16(QCONST16(2.f, 8), SHR16(diff+QCONST16(1.f, DB_SHIFT),DB_SHIFT-8)/6 ));
831 trim -= SHR16(surround_trim, DB_SHIFT-8);
832 trim -= 2*SHR16(tf_estimate, 14-8);
    [all...]
bands.c 320 r = SHR16(MIN16(thresh, r),1);
871 lowband_out[0] = SHR16(X[0],4);
    [all...]

Completed in 618 milliseconds

12