Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/compile/mclinker/lib/Support/
DLEB128.cpp117 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/
DInt16LShiftToInt32_16x32.cpp31 LVM_INT16 shift ) in Int16LShiftToInt32_16x32()
DInt32RShiftToInt16_Sat_32x16.cpp31 LVM_INT16 shift ) in Int32RShiftToInt16_Sat_32x16()
/frameworks/ml/nn/common/random/
Dsimple_philox.cc25 const int shift = Rand32() % (max_log + 1); in Skewed() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant.cpp161 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
Dfastquant_inline.h41 __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/
DGsmSmsTest.java384 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/
Dmatrix.h154 GLint shift, in mla3a16()
194 GLint shift, in mla3a16_btb()
235 GLint shift, in mla3a16_btt()
/frameworks/base/core/java/android/util/proto/
DProtoInputStream.java596 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/
Dautocorr.c40 Word32 i, norm, shift; in Autocorr() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp513 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/
Dhp_max.cpp251 Word16 shift, shift1, shift2; in hp_max() local
/frameworks/ml/nn/common/
DQuantUtils.h19 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()
DQuantUtils.cpp99 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/
DProtoFileReader.cpp108 uint64_t val = 0, shift = 0; in readRawVarint() local
DEncodedBuffer.cpp286 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/
Dc_g_aver.cpp490 Word16 shift; in Cb_gain_average() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DTimerRecordingAction.java153 int shift = (3 - i) * 8; in bytesToInt() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DSaturateFilter.java141 float shift = 1.0f / 255.0f; in initParameters() local
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DFlagged.h272 static constexpr int shift = 0; ///<left shift of flags in a potentially flagged class member
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
DElementLayoutActivity.java141 int shift = 8 * i; in onPreDraw() local
/frameworks/base/telephony/common/com/android/internal/telephony/
DGsmAlphabet.java451 int shift = bitOffset % 8; in packSmsChar() local
525 int shift = bitOffset % 8; in gsm7BitPackedToString() local
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dhoming_amr_wb_dec.cpp250 int16 i, j, tmp, shift; in dhf_test() local
/frameworks/opt/net/voip/src/jni/rtp/
DEchoSuppressor.cpp46 int shift = 0; in EchoSuppressor() local
/frameworks/base/cmds/statsd/src/
DFieldValue.h138 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawPosAtDepth() local
233 int32_t shift = 8 * (kMaxLogDepth - depth); in getRawMaskAtDepth() local

12