Searched refs:xx (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_dequantize_sample.cpp | 154 int32 power_1_third(int32 xx) in power_1_third() argument 157 if (xx <= 512) in power_1_third() 159 return (power_one_third[xx] >> 1); in power_1_third() 163 if (xx >> 15) in power_1_third() 169 int32 x = xx; in power_1_third() 170 int32 m = 22 - pvmp3_normalize(xx); in power_1_third() 172 xx >>= m; in power_1_third() 173 …xx = (power_one_third[xx]) + (((power_one_third[xx+1] - power_one_third[xx]) >> m) * (x & ((1 << m… in power_1_third() 174 return (fxp_mul32_Q30(xx, two_cubic_roots[m])); in power_1_third()
|
D | pvmp3_dequantize_sample.h | 89 int32 power_1_third(int32 xx);
|
/frameworks/wilhelm/tools/hashgen/ |
D | frag3.c | 14 const struct SLInterfaceID_ *xx = SL_IID_array; in main() local 16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) { in main() 17 if (!memcmp(x, xx, 16)) { in main()
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 277 int xx = bx + x; in etc_average_colors_subblock() local 278 int i = xx + 4 * y; in etc_average_colors_subblock() 361 int xx = bx + x; in etc_encode_subblock_helper() local 362 int i = xx + 4 * y; in etc_encode_subblock_helper() 365 &pCompressed->low, y + xx * 4, pModifierTable); in etc_encode_subblock_helper()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
D | omxVC_s.h | 106 xx EQU 0;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
D | omxVC_s.h | 106 xx EQU 0;
|
/frameworks/rs/scriptc/ |
D | rs_quaternion.rsh | 229 float xx = q->x * q->x; 243 m->m[5] = 1.0f - 2.0f * ( xx + zz ); 247 m->m[10] = 1.0f - 2.0f * ( xx + yy );
|
/frameworks/base/docs/html/google/gcm/ |
D | helper.jd | 76 …our application cannot work without GCM, add the following line, where <em>xx</em> is the latest t… 78 …<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="xx"/></pre>
|
D | gcm.jd | 520 <td>5xx</td>
|
/frameworks/base/docs/html/design/style/ |
D | iconography.jd | 27 scaling ratio</strong> between the five primary densities (medium, high, x-high, xx-high, and
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 813 10.0.2.<xx>, where <xx> is a number. Addresses within this space are
|