Home
last modified time | relevance | path

Searched defs:shift1 (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp360 uint32_t shift1 = s1 - d1; in composeTo_opt2() local
397 uint32_t shift1 = s1 - d1; in composeTo_opt2() local
584 uint32_t shift1 = d1 - s1; in composeTo_opt2() local
784 uint32_t shift1 = s1 - d1; in composeTo_opt2() local
818 uint32_t shift1 = s1 - d1; in composeTo_opt2() local
1005 uint32_t shift1 = d1 - s1; in composeTo_opt2() local
/external/libhevc/common/arm64/
Dihevc_itrans_recon_32x32.s488 shift1: label
/external/libopus/silk/
DPLC.c170 static OPUS_INLINE void silk_PLC_energy(opus_int32 *energy1, opus_int *shift1, opus_int32 *energy2,… in silk_PLC_energy()
202 opus_int lag, idx, sLTP_buf_idx, shift1, shift2; in silk_PLC_conceal() local
/external/syslinux/lzo/src/
Dlzo_dict.h125 # define _DV2_A(p,shift1,shift2) \ argument
127 # define _DV2_B(p,shift1,shift2) \ argument
129 # define _DV3_B(p,shift1,shift2,shift3) \ argument
/external/libhevc/common/arm/
Dihevc_itrans_recon_32x32.s489 shift1: label
/external/libxaac/decoder/
Dixheaacd_basic_ops.c78 WORD32 *dest, WORD32 vlen, WORD8 shift1, in ixheaacd_windowing_long1()
591 VOID ixheaacd_scale_down(WORD32 *dest, WORD32 *src, WORD32 len, WORD8 shift1, in ixheaacd_scale_down()
Dixheaacd_sbr_dec.c802 WORD shift1, shift2; in ixheaacd_sbr_dec() local
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c46 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local
/external/webrtc/webrtc/common_audio/signal_processing/
Dvector_scaling_operations.c121 void WebRtcSpl_ScaleAndAddVectors(const int16_t *in1, int16_t gain1, int shift1, in WebRtcSpl_ScaleAndAddVectors()
/external/owasp/sanitizer/tools/findbugs/bin/
Dfindbugs.bat45 :shift1 label
/external/aac/libSBRdec/src/
Dhbe.cpp1765 int shift1 = fMin(fMax(sqmag1_e, sqmag2_e) - sqmag1_e, 31); in QmfTransposerApply() local
1784 int shift1 = fMin(fMax(sqmag0_e, mVal_e) - sqmag0_e, 31); in QmfTransposerApply() local
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java402 int shift1 = 10 + VALUE_PREFIX; in runRemovalScheduler() local
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c85 int32_t load_ptr, store_ptr1, store_ptr2, shift, shift1; in WindowAndFFT() local
/external/webp/src/dsp/
Dlossless_neon.c232 const uint8x16_t shift1 = vextq_u8(zero, sum0, 8); in PredictorAdd1_NEON() local
Dlossless_sse2.c211 const __m128i shift1 = _mm_slli_si128(sum0, 8); in PredictorAdd1_SSE2() local
/external/opencv/cvaux/include/
Dcvvidsurv.hpp1206 int shift1,shift2; member
/external/valgrind/coregrind/m_debuginfo/
Dminilzo-inl.c2927 # define _DV2_A(p,shift1,shift2) \ argument
2929 # define _DV2_B(p,shift1,shift2) \ argument
2931 # define _DV3_B(p,shift1,shift2,shift3) \ argument
/external/libvncserver/common/
Dminilzo.c4427 # define _DV2_A(p,shift1,shift2) \ argument
4429 # define _DV2_B(p,shift1,shift2) \ argument
4431 # define _DV3_B(p,shift1,shift2,shift3) \ argument
/external/dng_sdk/source/
Ddng_image_writer.cpp3434 int32 shift1 = (fCodeSize + bit) - 8; in PutCodeWord() local