Searched defs:surround (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Denhancer.c39 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);
H A Dsmooth_out_data.c25 int16_t *surround,
35 (WEBRTC_SPL_MUL_16_16(C, surround[i])+1024), 11);
22 WebRtcIlbcfix_Smooth_odata( int16_t *odata, int16_t *psseq, int16_t *surround, int16_t C) argument
H A Drefiner.c38 int16_t *surround, /* (i/o) The contribution from this sequence
144 /* Add the contribution from this vector (scaled with gain) to the total surround vector */
146 surround, vect, gain,
32 WebRtcIlbcfix_Refiner( int16_t *updStartPos, int16_t *idata, int16_t idatal, int16_t centerStartPos, int16_t estSegPos, int16_t *surround, int16_t gain ) argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscam02.c52 cmsUInt32Number surround; member in struct:__anon27787
378 lpMod -> surround = pVC ->surround;
380 switch (lpMod -> surround) {
402 // Average surround
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c55 {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/
H A Dopus_multistream_encoder.c55 {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/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1109 // cannot deal with surround La, Yb and D value so is basically useless to store CAM02 viewing conditions.
1123 int surround; member in struct:__anon27754
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h141 DataRef<StyleSurroundData> surround; member in class:WebCore::RenderStyle
398 bool hasMargin() const { return surround->margin.nonZero(); }
399 bool hasBorder() const { return surround->border.hasBorder(); }
400 bool hasPadding() const { return surround->padding.nonZero(); }
401 bool hasOffset() const { return surround->offset.nonZero(); }
454 const Length& left() const { return surround->offset.left(); }
455 const Length& right() const { return surround->offset.right(); }
456 const Length& top() const { return surround->offset.top(); }
457 const Length& bottom() const { return surround->offset.bottom(); }
460 const Length& logicalLeft() const { return surround
[all...]

Completed in 486 milliseconds