HomeSort by relevance Sort by last modified time
    Searched full:surround (Results 1 - 25 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
smooth_out_data.c 25 int16_t *surround,
34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11);
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.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,
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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
channelmap.h 87 PA_CHANNEL_POSITION_REAR_CENTER, /* Microsoft calls this 'Back Center', Apple calls this 'Center Surround', Dolby calls this 'Surround Rear Center' */
88 PA_CHANNEL_POSITION_REAR_LEFT, /* Microsoft calls this 'Back Left', Apple calls this 'Left Surround' (!), Dolby calls this 'Surround Rear Left' */
89 PA_CHANNEL_POSITION_REAR_RIGHT, /* Microsoft calls this 'Back Right', Apple calls this 'Right Surround' (!), Dolby calls this 'Surround Rear Right' */
99 PA_CHANNEL_POSITION_SIDE_LEFT, /* Apple calls this 'Left Surround Direct', Dolby calls this 'Surround Left' (!) */
100 PA_CHANNEL_POSITION_SIDE_RIGHT, /* Apple calls this 'Right Surround Direct', Dolby calls this 'Surround Right' (!) *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
channelmap.h 90 PA_CHANNEL_POSITION_REAR_CENTER, /**< Microsoft calls this 'Back Center', Apple calls this 'Center Surround', Dolby calls this 'Surround Rear Center' */
91 PA_CHANNEL_POSITION_REAR_LEFT, /**< Microsoft calls this 'Back Left', Apple calls this 'Left Surround' (!), Dolby calls this 'Surround Rear Left' */
92 PA_CHANNEL_POSITION_REAR_RIGHT, /**< Microsoft calls this 'Back Right', Apple calls this 'Right Surround' (!), Dolby calls this 'Surround Rear Right' */
102 PA_CHANNEL_POSITION_SIDE_LEFT, /**< Apple calls this 'Left Surround Direct', Dolby calls this 'Surround Left' (!) */
103 PA_CHANNEL_POSITION_SIDE_RIGHT, /**< Apple calls this 'Right Surround Direct', Dolby calls this 'Surround Right' (!) *
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
UtilsTest_GetMultiAudioString.java 61 assertEquals("English (5.1 surround)",
65 assertEquals("English (7.1 surround)",
72 assertEquals("Korean (7.1 surround, 48kHz)",
  /external/libvorbis/lib/modes/
setup_44p51.h 13 function: toplevel settings for 44.1/48kHz 5.1 surround modes
  /external/regex-re2/re2/testing/
exhaustive_test.cc 26 // The punctuation characters surround A-Z and a-z
  /external/libvorbis/doc/vorbisfile/
ov_read.html 35 <li>three channels - the stream is a 1d-surround encoding. channel order: left,
37 <li>four channels - the stream is quadraphonic surround. channel order: front left,
39 <li>five channels - the stream is five-channel surround. channel order: front left,
41 <li>six channels - the stream is 5.1 surround. channel order: front left, center,
43 <li>seven channels - the stream is 6.1 surround. channel order: front left, center,
45 <li>eight channels - the stream is 7.1 surround. channel order: front left, center,
  /packages/apps/MusicFX/res/values/
strings.xml 25 <string name="virtualizer_strength">Surround sound</string>
  /packages/apps/MusicFX/res/values-en-rAU/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround sound"</string>
  /packages/apps/MusicFX/res/values-en-rGB/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround sound"</string>
  /packages/apps/MusicFX/res/values-en-rIN/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround sound"</string>
  /packages/apps/MusicFX/res/values-fr/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Son surround"</string>
  /packages/apps/MusicFX/res/values-in/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Suara surround"</string>
  /packages/apps/MusicFX/res/values-nb/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround-lyd"</string>
  /packages/apps/MusicFX/res/values-nl/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround sound"</string>
  /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...]
  /packages/apps/MusicFX/res/values-de/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround-Sound"</string>
  /packages/apps/MusicFX/res/values-fi/
strings.xml 24 <string name="virtualizer_strength" msgid="106561253469770096">"Surround-ääni"</string>

Completed in 311 milliseconds

1 2 3 4 5 6 7 8 91011>>