Searched refs:u16 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_cavlc.c | 78 static const u16 coeffToken0_0[32] = { 85 static const u16 coeffToken0_1[48] = { 94 static const u16 coeffToken0_2[56] = { 104 static const u16 coeffToken0_3[32] = { 111 static const u16 coeffToken2_0[32] = { 118 static const u16 coeffToken2_1[32] = { 125 static const u16 coeffToken2_2[128] = { 144 static const u16 coeffToken4_0[64] = { 155 static const u16 coeffToken4_1[128] = { 174 static const u16 coeffToken8[64] = { [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon.S | 306 vmovl.u16 q3, d2 307 vmovl.u16 q4, d3 368 vmovn.u16 d0, q0 404 vmovn.u16 d0, q0 455 vmov.u16 d11, d10 @ Copying V to d11 456 vmov.u16 d13, d12 @ Copying U to d13 457 vzip.u16 d10, d11 @ Q5 = V (n,n n+1, n+1) V(n+2, n+2, n+3, n+3) 458 vzip.u16 d12, d13 @ Q5 = U (n,n n+1, n+1) U(n+2, n+2, n+3, n+3) 549 vmov.u16 d11, d10 @ Copying V to d11 550 vmov.u16 d13, d12 @ Copying U to d13 [all …]
|
/frameworks/av/media/mtp/ |
D | MtpProperty.cpp | 79 mDefaultValue.u.u16 = defaultValue; in MtpProperty() 245 mMinimumValue.u.u16 = min; in setFormRange() 246 mMaximumValue.u.u16 = max; in setFormRange() 247 mStepSize.u.u16 = step; in setFormRange() 294 mEnumValues[i].u.u16 = value; in setFormEnum() 379 buffer.appendFormat("%d", value.u.u16); in print() 428 value.u.u16 = packet.getUInt16(); in readValue() 481 packet.putUInt16(value.u.u16); in writeValue()
|
D | MtpProperty.h | 31 uint16_t u16; member
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/ |
D | basetype.h | 30 typedef unsigned short u16; typedef
|