Searched defs:xx (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/tools/hashgen/
H A Dfrag3.c14 const struct SLInterfaceID_ *xx = SL_IID_array; local
16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
17 if (!memcmp(x, xx, 16)) {
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp42 int32 power_1_third( int32 xx)
45 int32 xx, int32 in the [0, 8192] range
49 int32 xx^(1/3) int32 Q26 number representing
154 int32 power_1_third(int32 xx) argument
157 if (xx <= 512)
159 return (power_one_third[xx] >> 1);
163 if (xx >> 15)
169 int32 x = xx;
170 int32 m = 22 - pvmp3_normalize(xx);
172 xx >>
[all...]
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);

Completed in 720 milliseconds