OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hand
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/doc/
01-introduction.tex
303
\item overlap/add left-
hand
output of transform with right-
hand
output of previous frame
304
\item store right
hand
-data from transform of current frame for future lapping
310
MDCT to store the right-
hand
transform data of a partial MDCT for a
493
Windowed MDCT output is overlapped and added with the right
hand
data
501
\paragraph{cache right
hand
data}
502
The decoder must cache the right
hand
portion of the current frame to
503
be lapped with the left
hand
portion of the next frame.
/frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java
240
float
hand
= drag * Math.abs(drag) / pull + span * Math.abs(span) / pull;
local
241
float target =
hand
+ mOldHeight;
Completed in 35 milliseconds