/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 117 unsigned shift; in decode() local 165 unsigned shift; in decode() local 187 unsigned shift = 0; in decode() local 208 unsigned shift = 0; in decode() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Int16LShiftToInt32_16x32.cpp | 31 LVM_INT16 shift ) in Int16LShiftToInt32_16x32()
|
D | Int32RShiftToInt16_Sat_32x16.cpp | 31 LVM_INT16 shift ) in Int32RShiftToInt16_Sat_32x16()
|
/frameworks/ml/nn/common/random/ |
D | simple_philox.cc | 25 const int shift = Rand32() % (max_log + 1); in Skewed() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant.cpp | 161 Int shift = 15 + (QPx2 >> 4); in BlockQuantDequantH263Inter() local 280 Int shift = 15 + (QPx2 >> 4); in BlockQuantDequantH263Intra() local 449 Int shift = 15 + (QP >> 3); in BlockQuantDequantH263DCInter() local 555 Int shift = 15 + (QP >> 3); in BlockQuantDequantMPEGInter() local 684 Int shift = 15 + (QP >> 3); in BlockQuantDequantMPEGIntra() local 858 Int shift = 15 + (QP >> 3); in BlockQuantDequantMPEGDCInter() local
|
D | fastquant_inline.h | 41 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant() 187 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant() 282 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant() 449 __inline int32 coeff_quant(int32 coeff, int32 q_scale, int32 shift) in coeff_quant()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmSmsTest.java | 384 int shift = bitOffset % 8; in decodeSingle() local 449 int shift = bitOffset % 8; in testDecodeExtended() local 512 int shift = bitOffset % 8; in testDecodeExtendedFallback() local
|
/frameworks/native/opengl/libagl/ |
D | matrix.h | 154 GLint shift, in mla3a16() 194 GLint shift, in mla3a16_btb() 235 GLint shift, in mla3a16_btt()
|
/frameworks/base/core/java/android/util/proto/ |
D | ProtoInputStream.java | 596 int shift = 0; in readVarint() local 641 int shift = 0; in readFixed32() local 681 int shift = 0; in readFixed64() local
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | autocorr.c | 40 Word32 i, norm, shift; in Autocorr() local
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.cpp | 513 uint32_t shift = 0; in applyAbs() local 589 uint32_t shift = 0; in applyRel() local 773 uint32_t shift = 0; in relocGPREL() local 853 uint32_t shift = 0; in relocGOT() local 920 uint32_t shift = 0; in relocGOTREL() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | hp_max.cpp | 251 Word16 shift, shift1, shift2; in hp_max() local
|
/frameworks/ml/nn/common/ |
D | QuantUtils.h | 19 inline int32_t MultiplyByQuantizedMultiplier(int32_t x, int32_t quantized_multiplier, int shift) { in MultiplyByQuantizedMultiplier() 32 int32_t shift, int32_t n_batch, int32_t n_input, in MatrixBatchVectorMultiplyAccumulate()
|
D | QuantUtils.cpp | 99 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int n_batch, int n_input, int shift, in CwiseMul() 112 void CwiseMul(const int16_t* input_1, const int16_t* input_2, int32_t multiplier, int32_t shift, in CwiseMul() 180 int32_t multiplier, int shift, int16_t* result) { in VectorBatchVectorCwiseProductAccumulate()
|
/frameworks/base/libs/protoutil/src/ |
D | ProtoFileReader.cpp | 108 uint64_t val = 0, shift = 0; in readRawVarint() local
|
D | EncodedBuffer.cpp | 286 uint64_t val = 0, shift = 0; in readRawVarint() local 401 uint64_t val = 0, shift = 0; in readRawVarint() local
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
D | c_g_aver.cpp | 490 Word16 shift; in Cb_gain_average() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | TimerRecordingAction.java | 153 int shift = (3 - i) * 8; in bytesToInt() local
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | SaturateFilter.java | 141 float shift = 1.0f / 255.0f; in initParameters() local
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | Flagged.h | 272 static constexpr int shift = 0; ///<left shift of flags in a potentially flagged class member
|
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/ |
D | ElementLayoutActivity.java | 141 int shift = 8 * i; in onPreDraw() local
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | GsmAlphabet.java | 451 int shift = bitOffset % 8; in packSmsChar() local 525 int shift = bitOffset % 8; in gsm7BitPackedToString() local
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | homing_amr_wb_dec.cpp | 250 int16 i, j, tmp, shift; in dhf_test() local
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | EchoSuppressor.cpp | 46 int shift = 0; in EchoSuppressor() local
|
/frameworks/base/cmds/statsd/src/ |
D | FieldValue.h | 138 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawPosAtDepth() local 233 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawMaskAtDepth() local
|