OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relativePos
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp
63
IntPoint&
relativePos
= const_cast<IntPoint&>(relativeEvent.position());
64
relativePos
.setX(pos.x());
65
relativePos
.setY(pos.y());
75
IntPoint&
relativePos
= const_cast<IntPoint&>(relativeEvent.position());
76
relativePos
.setX(pos.x());
77
relativePos
.setY(pos.y());
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c
187
WebRtc_Word16 resOut, i, j,
relativePos
, diff; /* */
200
for( i = 1, j = 0,
relativePos
= 0; i < lenOut; i++ )
203
relativePos
+= resOut;
204
while(
relativePos
> RESAMP_RES )
207
relativePos
-= RESAMP_RES;
218
out[ i ] = in[ j ] - (WebRtc_UWord16)( ((WebRtc_Word32)( udiff *
relativePos
)) >> RESAMP_RES_BIT);
225
out[ i ] = in[ j ] + (WebRtc_UWord16)( ((WebRtc_Word32)( udiff *
relativePos
)) >> RESAMP_RES_BIT);
230
out[ i ] = in[ j ] + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT( diff,
relativePos
, RESAMP_RES_BIT );
Completed in 576 milliseconds