/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armCOMM_BitDec_s.h | 139 M_BD_INIT1 $T1, $T2, $T3 141 LDRB $T1, [$pBitStream, #1] 147 M_BD_INIT2 $T1, $T2, $T3 148 ORR $T2, $T2, $T1, LSL #8 197 M_BD_LOOK16 $Symbol, $N, $T1 220 M_BD_SKIP8 $N, $T1 223 LDRCSB $T1, [$pBitStream], #1 225 ORRCS $BitBuffer, $T1, $BitBuffer, LSL #8 248 M_BD_READ8 $Symbol, $N, $T1 252 LDRCSB $T1, [$pBitStream], #1 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
D | armCOMM_BitDec_s.h | 139 M_BD_INIT1 $T1, $T2, $T3 141 LDRB $T1, [$pBitStream, #1] 147 M_BD_INIT2 $T1, $T2, $T3 148 ORR $T2, $T2, $T1, LSL #8 197 M_BD_LOOK16 $Symbol, $N, $T1 220 M_BD_SKIP8 $N, $T1 223 LDRCSB $T1, [$pBitStream], #1 225 ORRCS $BitBuffer, $T1, $BitBuffer, LSL #8 248 M_BD_READ8 $Symbol, $N, $T1 252 LDRCSB $T1, [$pBitStream], #1 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | armVCM4P10_DecodeCoeffsToPair_s.s | 67 T1 RN 8 label 84 T1 RN 8 label 100 T1 RN 8 label 130 M_BD_INIT1 T1, T2, lr 133 M_BD_INIT2 T1, T2, lr 136 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2 158 M_BD_READ8 Symbol, 1, T1 160 MOV T1, #1 161 SUB T1, T1, Symbol, LSL #1 162 M_PRINTF "Level=%d\n", T1 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | armVCM4P10_DecodeCoeffsToPair_s.s | 67 T1 RN 8 label 84 T1 RN 8 label 100 T1 RN 8 label 130 M_BD_INIT1 T1, T2, lr 133 M_BD_INIT2 T1, T2, lr 136 M_BD_VLD Symbol, T1, T2, pVLDTable, 4, 2 158 M_BD_READ8 Symbol, 1, T1 160 MOV T1, #1 161 SUB T1, T1, Symbol, LSL #1 162 M_PRINTF "Level=%d\n", T1 [all …]
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryablePair.java | 33 public class MarshalQueryablePair<T1, T2> 34 implements MarshalQueryable<Pair<T1, T2>> { 36 private class MarshalerPair extends Marshaler<Pair<T1, T2>> { 37 private final Class<? super Pair<T1, T2>> mClass; 38 private final Constructor<Pair<T1, T2>> mConstructor; 40 private final Marshaler<T1> mNestedTypeMarshalerFirst; 45 protected MarshalerPair(TypeReference<Pair<T1, T2>> typeReference, in MarshalerPair() argument 69 mNestedTypeMarshalerFirst = (Marshaler<T1>)MarshalRegistry.getMarshaler( in MarshalerPair() 83 mConstructor = (Constructor<Pair<T1, T2>>)mClass.getConstructor( in MarshalerPair() 91 public void marshal(Pair<T1, T2> value, ByteBuffer buffer) { in marshal() argument [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 104 T1 RN 11 label 135 M_BD_INIT1 T1, T2, T2 137 M_BD_INIT2 T1, T2, T2 160 M_BD_VSKIP8 #7,T1 166 M_BD_READ8 Last,1,T1 167 M_BD_READ8 storeRun,6,T1 168 M_BD_READ8 storeLevel,8,T1 208 M_BD_READ8 temp1,1,T1 212 M_BD_READ8 temp1,1,T1 231 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2 [all …]
|
D | omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 127 T1 RN 11 label 157 M_BD_INIT1 T1, T2, T2 159 M_BD_INIT2 T1, T2, T2 162 …M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using o… 176 …M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From … 192 M_BD_READ8 temp1,1,T1
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 135 T1 RN 11 label 181 M_BD_INIT1 T1, T2, T2 183 M_BD_INIT2 T1, T2, T2 225 … M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro 238 …M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcod… 255 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro 268 …M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fco…
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 104 T1 RN 11 label 135 M_BD_INIT1 T1, T2, T2 137 M_BD_INIT2 T1, T2, T2 160 M_BD_VSKIP8 #7,T1 166 M_BD_READ8 Last,1,T1 167 M_BD_READ8 storeRun,6,T1 168 M_BD_READ8 storeLevel,8,T1 208 M_BD_READ8 temp1,1,T1 212 M_BD_READ8 temp1,1,T1 231 M_BD_VLD packRetIndex,T1,T2,pVlcTableL0L1,4,2 [all …]
|
D | omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 127 T1 RN 11 label 157 M_BD_INIT1 T1, T2, T2 159 M_BD_INIT2 T1, T2, T2 162 …M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using o… 176 …M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From … 192 M_BD_READ8 temp1,1,T1
|
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 135 T1 RN 11 label 181 M_BD_INIT1 T1, T2, T2 183 M_BD_INIT2 T1, T2, T2 225 … M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// variable lenght decoding using the macro 238 …M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcod… 255 M_BD_VLD index,T1,T2,VlcMVD,3,2 ;// VLC decoding using the macro 268 …M_BD_VREAD8 mvVerResidual,temp,T1,T2 ;// Get mvVerResidual from bit stream if fco…
|
/frameworks/native/services/sensorservice/ |
D | traits.h | 36 #define TYPELIST_1(T1) TypeList<T1, NullType> argument 37 #define TYPELIST_2(T1, T2) TypeList<T1, TYPELIST_1(T2)> argument 38 #define TYPELIST_3(T1, T2, T3) TypeList<T1, TYPELIST_2(T2, T3)> argument 39 #define TYPELIST_4(T1, T2, T3, T4) TypeList<T1, TYPELIST_3(T2, T3, T4)> argument
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocationFunctions.h | 23 template<typename T1, typename T2> 24 T1 ApplyMask(T2 pMask, T1 pData) { in ApplyMask() 25 T1 result = 0; in ApplyMask() 28 for (size_t bit = 0; bit != sizeof (T1) * 8; ++bit) { in ApplyMask() 32 result |= static_cast<T1>(valBit) << bit; in ApplyMask()
|
/frameworks/rs/ |
D | rsMap.h | 9 template <class T1, class T2> 13 Pair(T1 f1, T2 f2) : first(f1), second(f2) {} in Pair() 15 T1 first; 19 template <class T1, class T2> 20 Pair<T1, T2> make_pair(T1 first, T2 second) { in make_pair() 21 return Pair<T1, T2>(first, second); in make_pair()
|
/frameworks/compile/slang/ |
D | slang_rs_export_func.cpp | 148 llvm::Type *T1 = F->getType()->getLLVMType(); in checkParameterPacketType() local 152 if (T1 == T2) in checkParameterPacketType()
|
D | README.rst | 277 void root(const T1 *in, T2 *out, const T3 *usrData, uint32_t x, uint32_t y); 279 T1, T2, and T3 represent any supported Renderscript type. Any parameters
|
/frameworks/base/services/net/java/android/net/dhcp/ |
D | DhcpPacket.java | 712 Integer T1 = null; in decodeFullPacket() local 910 T1 = Integer.valueOf(packet.getInt()); in decodeFullPacket() 1001 newPacket.mT1 = T1; in decodeFullPacket()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 4793 template <class T1, std::size_t N1, class U, std::size_t M> 4796 operator==(const short_alloc<T1, N1>& x, const short_alloc<U, M>& y) noexcept;
|