/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/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Quaternion.java | 134 double xx = x[1] * x[1]; in matrix() local 151 m[5] = 1 - 2 * (xx + zz); in matrix() 156 m[10] = 1 - 2 * (xx + yy); in matrix()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon_Blur.S | 1330 .ifc \ra,xx 1331 .ifc \rb,xx 1364 ifneeded \macro \nextmacro, 13, 12, xx, xx, \step, \label 1365 ifneeded \macro \nextmacro, 12, 11, xx, xx, \step, \label 1366 ifneeded \macro \nextmacro, 11, 10, xx, xx, \step, \label 1367 ifneeded \macro \nextmacro, 10, 9, xx, xx, \step, \label 1368 ifneeded \macro \nextmacro, 9, 8, xx, xx, \step, \label 1369 ifneeded \macro \nextmacro, 8, 7, xx, xx, \step, \label 1370 ifneeded \macro \nextmacro, 7, 6, xx, xx, \step, \label 1371 ifneeded \macro \nextmacro, 6, 5, xx, xx, \step, \label [all …]
|
D | rsCpuIntrinsics_advsimd_Blur.S | 1331 .ifc \ra,xx 1332 .ifc \rb,xx 1364 ifneeded \macro \nextmacro, 13, 12, xx, xx, \step, \label 1365 ifneeded \macro \nextmacro, 12, 11, xx, xx, \step, \label 1366 ifneeded \macro \nextmacro, 11, 10, xx, v17.16b, \step, \label 1486 .macro prefill step=1, max_r=25, label=xx
|
/frameworks/rs/driver/runtime/ |
D | rs_quaternion.c | 33 float xx = q->x * q->x; in rsQuaternionGetMatrixUnit() local 47 m->m[5] = 1.0f - 2.0f * ( xx + zz ); in rsQuaternionGetMatrixUnit() 51 m->m[10] = 1.0f - 2.0f * ( xx + yy ); in rsQuaternionGetMatrixUnit()
|
/frameworks/rs/api/ |
D | rs_quaternion.spec | 75 float xx = q->x * q->x; 89 m->m[5] = 1.0f - 2.0f * ( xx + zz ); 93 m->m[10] = 1.0f - 2.0f * ( xx + yy );
|
D | rs_value_types.spec | 67 v2 = v4.xx; // Valid<br/>
|
/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/minikin/libs/minikin/ |
D | Layout.cpp | 78 for (int xx = x0; xx < x1; xx++) { in drawGlyph() local 79 int pixel = (int)dst[xx] + (int)src[xx - x]; in drawGlyph() 81 dst[xx] = pixel; in drawGlyph()
|
/frameworks/rs/scriptc/ |
D | rs_quaternion.rsh | 92 float xx = q->x * q->x; 106 m->m[5] = 1.0f - 2.0f * ( xx + zz ); 110 m->m[10] = 1.0f - 2.0f * ( xx + yy );
|
D | rs_value_types.rsh | 69 * v2 = v4.xx; // Valid
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_value_types.jd | 65 v2 = v4.xx; // Valid<br/>
|
D | overview.jd | 83 v2 = v4.xx; // Valid<br/>
|