Searched refs:zz (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant.cpp | 153 Int i, zz; in BlockQuantDequantH263Inter() local 222 zz = ZZTab[i]; /* zigzag order */ in BlockQuantDequantH263Inter() 233 qcoeff[zz>>1] = q_value; in BlockQuantDequantH263Inter() 242 if ((zz >> 1) > 31) bitmapzz[1] |= (1 << (63 - (zz >> 1))); in BlockQuantDequantH263Inter() 243 else bitmapzz[0] |= (1 << (31 - (zz >> 1))); in BlockQuantDequantH263Inter() 548 Int i, zz; in BlockQuantDequantMPEGInter() local 613 zz = ZZTab[i]; /* zigzag order */ in BlockQuantDequantMPEGInter() 619 qcoeff[zz>>1] = q_value; in BlockQuantDequantMPEGInter() 629 if ((zz >> 1) > 31) bitmapzz[1] |= (1 << (63 - (zz >> 1))); in BlockQuantDequantMPEGInter() 630 else bitmapzz[0] |= (1 << (31 - (zz >> 1))); in BlockQuantDequantMPEGInter()
|
D | vlc_encode.cpp | 1795 Int *zz, nc, zzorder; in RunLevel() local 1811 zz = (Int *) zigzag_inv; in RunLevel() 1843 zz = (Int *)zigzag_v_inv; in RunLevel() 1846 zz = (Int *)zigzag_h_inv; in RunLevel() 1852 for (j = intra, zz += intra; j < nc; j++, zz++) in RunLevel() 1854 zzorder = *zz; in RunLevel()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Quaternion.java | 143 double zz = x[3] * x[3]; in matrix() local 146 m[0] = 1 - 2 * (yy + zz); in matrix() 151 m[5] = 1 - 2 * (xx + zz); in matrix()
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch/ |
D | reflection3264_foreach_mismatch.rs | 135 void zz(const int *a) { } 140 void zz(const int *a, const void *b) { }
|
/frameworks/rs/driver/runtime/ |
D | rs_quaternion.c | 40 float zz = q->z * q->z; in rsQuaternionGetMatrixUnit() local 43 m->m[0] = 1.0f - 2.0f * ( yy + zz ); in rsQuaternionGetMatrixUnit() 47 m->m[5] = 1.0f - 2.0f * ( xx + zz ); in rsQuaternionGetMatrixUnit()
|
/frameworks/rs/script_api/ |
D | rs_quaternion.spec | 82 float zz = q->z * q->z; 85 m->m[0] = 1.0f - 2.0f * ( yy + zz ); 89 m->m[5] = 1.0f - 2.0f * ( xx + zz );
|
/frameworks/native/libs/math/include/math/ |
D | mat3.h | 354 const U zz = z*q.z; in TMat33() local 356 m_value[0] = col_type(1-yy-zz, xy+zw, xz-yw); // NOLINT in TMat33() 357 m_value[1] = col_type( xy-zw, 1-xx-zz, yz+xw); // NOLINT in TMat33()
|
D | mat4.h | 407 const U zz = z*q.z; in TMat44() local 409 m_value[0] = col_type(1-yy-zz, xy+zw, xz-yw, 0); in TMat44() 410 m_value[1] = col_type( xy-zw, 1-xx-zz, yz+xw, 0); // NOLINT in TMat44()
|
/frameworks/rs/script_api/include/ |
D | rs_quaternion.rsh | 99 float zz = q->z * q->z; 102 m->m[0] = 1.0f - 2.0f * ( yy + zz ); 106 m->m[5] = 1.0f - 2.0f * ( xx + zz );
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_no_password | 114 …�Y~qs߉�u�*��)�pO��;.��&&&$�q���F"�t�M�j=*1�o^nhm���O��Է3m�%,7 ��?��B*zz�)}��0�&33���ɕ ���yt… 165 ��NER ��b��A�E�c1$�VT�h\�R�V��y����zzɓ|IJ�*����v%�=Q��D���jYi���{^�m-�Ѽpݠr����D.;6�…
|