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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer.c 39 int16_t surround[ENH_BLOCKL]; local
41 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL);
46 periodl, ENH_HL, surround);
50 WebRtcIlbcfix_Smooth(odata, idata + centerStartPos, surround);
smooth.h 32 int16_t *surround /* (i) The approximation from the
smooth_out_data.h 31 int16_t *surround,
get_sync_seq.h 36 int16_t *surround /* (i/o) The contribution from this sequence
refiner.h 38 int16_t *surround, /* (i/o) The contribution from this sequence
smooth_out_data.c 25 int16_t *surround,
34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11);
smooth.c 31 int16_t *surround /* (i) The approximation from the
50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL);
58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale);
59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale);
92 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C);
202 WebRtcSpl_ScaleAndAddVectors(surround, A, 9,
get_sync_seq.c 36 int16_t *surround /* (i/o) The contribution from this sequence
75 blockStartPos[qq], surround,
101 blockStartPos[q], surround,
refiner.c 38 int16_t *surround, /* (i/o) The contribution from this sequence
135 surround vector */
136 WebRtcSpl_AddAffineVectorToVector(surround, vect, gain, 32768, 16,
  /external/libopus/src/
opus_multistream_encoder.c 55 {2, 1, {0, 2, 1}}, /* 3: 1-d surround */
56 {2, 2, {0, 1, 2, 3}}, /* 4: quadraphonic surround */
57 {3, 2, {0, 4, 1, 2, 3}}, /* 5: 5-channel surround */
58 {4, 2, {0, 4, 1, 2, 3, 5}}, /* 6: 5.1 surround */
59 {4, 3, {0, 4, 1, 2, 3, 5, 6}}, /* 7: 6.1 surround */
60 {5, 3, {0, 6, 1, 2, 3, 4, 5, 7}}, /* 8: 7.1 surround */
77 int surround; member in struct:OpusMSEncoder
402 int surround
418 if (!surround)
447 if (surround)
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 121 surround = '(%s)'
123 surround = {False: '{%s}' if self.record_type else '<%s>',
126 append = surround % separator.join(repr(t) for t in self.sub_types)
  /external/pdfium/third_party/lcms2-2.6/src/
cmscam02.c 52 cmsUInt32Number surround; member in struct:__anon21537
378 lpMod -> surround = pVC ->surround;
380 switch (lpMod -> surround) {
402 // Average surround
  /external/libvorbis/doc/
04-codec.tex 611 defined channel locations for 6.1 and 7.1 surround. Ordering/location
627 the stream is a 1d-surround encoding. channel order: left,
631 the stream is quadraphonic surround. channel order: front left,
635 the stream is five-channel surround. channel order: front left,
639 the stream is 5.1 surround. channel order: front left, center,
643 the stream is 6.1 surround. channel order: front left, center,
647 the stream is 7.1 surround. channel order: front left, center,
  /prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar 
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 1123 int surround; member in struct:__anon21504
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/build-aux/
texinfo.tex 815 % surround any changed text. This approach does *not* work if the
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 816 % surround any changed text. This approach does *not* work if the
    [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex 205 % surround any changed text. This approach does *not* work if the
    [all...]

Completed in 1094 milliseconds