OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relativepos
(Results
1 - 2
of
2
) sorted by null
/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 );
/external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp
283
IntPoint&
relativePos
= const_cast<IntPoint&>(relativeEvent.pos());
284
relativePos
.setX(pos.x());
285
relativePos
.setY(pos.y());
297
IntPoint&
relativePos
= const_cast<IntPoint&>(relativeEvent.pos());
298
relativePos
.setX(pos.x());
299
relativePos
.setY(pos.y());
[
all
...]
Completed in 2201 milliseconds