OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:winx
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/opengl/java/android/opengl/
GLU.java
140
* @param win the output vector {
winX
, winY, winZ}, that returns the
194
* @param
winX
window coordinates X
213
public static int gluUnProject(float
winX
, float winY, float winZ,
229
2.0f * (
winX
- view[viewOffset + 0]) / view[viewOffset + 2]
/external/opencore/codecs_v2/audio/aac/dec/src/
trans4m_freq_2_time_fxp.cpp
667
Int32
winx
;
local
670
winx
= *(win++);
674
temp = fxp_mul_16_by_16bb(temp2,
winx
) >> shift;
675
temp2 = fxp_mul_16_by_16tt(temp2,
winx
) >> shift;
1670
Int32
winx
;
local
[
all
...]
/frameworks/base/media/libstagefright/codecs/aacdec/
trans4m_freq_2_time_fxp.cpp
667
Int32
winx
;
local
670
winx
= *(win++);
674
temp = fxp_mul_16_by_16bb(temp2,
winx
) >> shift;
675
temp2 = fxp_mul_16_by_16tt(temp2,
winx
) >> shift;
1670
Int32
winx
;
local
[
all
...]
Completed in 56 milliseconds