Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 49) 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/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.java363 int shift = bitOffset % 8; in decodeSingle() local
428 int shift = bitOffset % 8; in testDecodeExtended() local
491 int shift = bitOffset % 8; in testDecodeExtendedFallback() local
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInt16LShiftToInt32_16x32.c31 LVM_INT16 shift ) in Int16LShiftToInt32_16x32()
DInt32RShiftToInt16_Sat_32x16.c31 LVM_INT16 shift ) in Int32RShiftToInt16_Sat_32x16()
/frameworks/native/opengl/libagl/
Dmatrix.h198 GLint shift, in mla3a16()
238 GLint shift, in mla3a16_btb()
279 GLint shift, in mla3a16_btt()
/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/on2/h264dec/source/
Dh264bsd_stream.c118 i32 bits, shift; in h264bsdShowBits32() local
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dautocorr.c40 Word32 i, norm, shift; in Autocorr() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s64 shift RN 3 label
209 shift RN 3 label
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dhp_max.cpp251 Word16 shift, shift1, shift2; in hp_max() 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.java154 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/codecs/aacenc/src/
Dms_stereo.c64 Word32 idx, shift; in MsStereoProcessing() local
Dtns.c100 Word32 temp, shift; in FreqToBandWithRounding() local
516 Word32 i, sfb, shift; in CalcWeightedSpectrum() local
692 Word32 i, j, shift; in AutoToParcor() local
/frameworks/base/telephony/java/com/android/internal/telephony/
DGsmAlphabet.java434 int shift = bitOffset % 8; in packSmsChar() local
506 int shift = bitOffset % 8; in gsm7BitPackedToString() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
DarmCOMM.c390 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits) in armShiftSat_F32()
745 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) in armSatRoundRightShift_S32_S16()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
DarmCOMM.c390 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits) in armShiftSat_F32()
745 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) in armSatRoundRightShift_S32_S16()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
DarmCOMM.c390 OMX_U32 armShiftSat_F32(OMX_F32 v, OMX_INT shift, OMX_INT satBits) in armShiftSat_F32()
745 OMX_S16 armSatRoundRightShift_S32_S16(OMX_S32 input, OMX_INT shift) in armSatRoundRightShift_S32_S16()
/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/av/media/libstagefright/codecs/avc/enc/src/
Dresidual.cpp158 … int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; in enc_residual_block() local
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
Doper_32b.c236 #define step(shift) \ argument

12