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

  /external/chromium_org/third_party/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);
  /external/chromium_org/third_party/opus/src/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/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_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 139 DataRef<StyleSurroundData> surround; member in class:blink::RenderStyle
382 bool hasMargin() const { return surround->margin.nonZero(); }
383 bool hasBorder() const { return surround->border.hasBorder(); }
384 bool hasPadding() const { return surround->padding.nonZero(); }
385 bool hasOffset() const { return surround->offset.nonZero(); }
438 const Length& left() const { return surround->offset.left(); }
439 const Length& right() const { return surround->offset.right(); }
440 const Length& top() const { return surround->offset.top(); }
441 const Length& bottom() const { return surround->offset.bottom(); }
444 const Length& logicalLeft() const { return surround->offset.logicalLeft(writingMode());
    [all...]

Completed in 665 milliseconds