Searched refs:shift3 (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | do_plc.c | 46 int16_t shift1, shift2, shift3, shiftMax; in WebRtcIlbcfix_DoThePlc() local 116 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc() 117 maxMeasure = (int16_t)WEBRTC_SPL_SHIFT_W32(ener_comp, -shift3) * in WebRtcIlbcfix_DoThePlc() 122 if(((shiftMax<<1)+shift3) > ((shift1<<1)+shift2)) { in WebRtcIlbcfix_DoThePlc() 123 tmp1 = WEBRTC_SPL_MIN(31, (shiftMax<<1)+shift3-(shift1<<1)-shift2); in WebRtcIlbcfix_DoThePlc() 127 tmp2 = WEBRTC_SPL_MIN(31, (shift1<<1)+shift2-(shiftMax<<1)-shift3); in WebRtcIlbcfix_DoThePlc()
|
/external/llvm/test/CodeGen/AArch64/ |
D | addsub-shifted.ll | 22 %shift3 = shl i32 %rhs3, 5 23 %val3 = sub i32 %lhs32, %shift3 88 %shift3 = lshr i32 %rhs32, 5 89 %val3 = sub i32 %lhs32, %shift3 147 %shift3 = ashr i32 %rhs32, 5 148 %val3 = sub i32 %lhs32, %shift3 210 %shift3 = ashr i32 %rhs32, 9 211 %tst3 = icmp ne i32 %lhs32, %shift3 265 %shift3 = ashr i32 %rhs32, 9 266 %val3 = sub i32 0, %shift3
|
D | bitfield.ll | 94 %shift3 = shl i32 %val32, 1 95 store volatile i32 %shift3, i32* @var32
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | exact-nsw-nuw.ll | 22 ; CHECK: @shift3 24 define i32 @shift3(i32 %A, i32 %B) {
|
/external/llvm/test/Transforms/InstSimplify/ |
D | exact-nsw-nuw.ll | 22 ; CHECK-LABEL: @shift3( 24 define i32 @shift3(i32 %A, i32 %B) {
|
/external/syslinux/lzo/src/ |
D | lzo_dict.h | 129 # define _DV3_B(p,shift1,shift2,shift3) \ argument 130 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
|
/external/libhevc/common/arm/ |
D | ihevc_itrans_recon_32x32.s | 905 bhs shift3 937 bhs shift3 972 bhs shift3 1008 bhs shift3 1137 shift3: label
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-18.ll | 521 %shift3 = lshr i32 %res1, 2 522 %and3 = and i32 %shift3, 127
|
/external/libhevc/common/arm64/ |
D | ihevc_itrans_recon_32x32.s | 945 bhs shift3 977 bhs shift3 1012 bhs shift3 1048 bhs shift3 1177 shift3: label
|
/external/dng_sdk/source/ |
D | dng_image_writer.cpp | 3459 int32 shift3 = (fCodeSize + bit) - 24; in PutCodeWord() local 3462 uint8 byte3 = (uint8) (code << (-shift3)); in PutCodeWord()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | minilzo-inl.c | 2931 # define _DV3_B(p,shift1,shift2,shift3) \ argument 2932 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
|
/external/libvncserver/common/ |
D | minilzo.c | 4431 # define _DV3_B(p,shift1,shift2,shift3) \ argument 4432 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
|