Searched refs:scale2 (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | smooth.c | 34 int16_t maxtot, scale, scale1, scale2; in WebRtcIlbcfix_Smooth() local 71 scale2 = 15 - bitsw11; in WebRtcIlbcfix_Smooth() 73 if (scale2>(scale1-16)) { in WebRtcIlbcfix_Smooth() 74 scale2 = scale1 - 16; in WebRtcIlbcfix_Smooth() 76 scale1 = scale2 + 16; in WebRtcIlbcfix_Smooth() 80 w11prim = (int16_t) WEBRTC_SPL_SHIFT_W32(w11, scale2); in WebRtcIlbcfix_Smooth() 116 scale2 = bitsw11-15; in WebRtcIlbcfix_Smooth() 118 if (scale2>scale1) { in WebRtcIlbcfix_Smooth() 119 scale = scale2; in WebRtcIlbcfix_Smooth() 167 scale2 = 21-scale1; in WebRtcIlbcfix_Smooth() [all …]
|
D | do_plc.c | 53 int16_t scale1, scale2; in WebRtcIlbcfix_DoThePlc() local 159 scale2=(int16_t)WebRtcSpl_NormW32(ener)-16; in WebRtcIlbcfix_DoThePlc() 160 tmp2=(int16_t)WEBRTC_SPL_SHIFT_W32(ener, scale2); in WebRtcIlbcfix_DoThePlc() 166 totscale = scale1+scale2-1; in WebRtcIlbcfix_DoThePlc()
|
/external/libopus/silk/ |
D | stereo_find_predictor.c | 44 opus_int scale, scale1, scale2; in silk_stereo_find_predictor() local 49 silk_sum_sqr_shift( &nrgy, &scale2, y, length ); in silk_stereo_find_predictor() 50 scale = silk_max_int( scale1, scale2 ); in silk_stereo_find_predictor() 52 nrgy = silk_RSHIFT32( nrgy, scale - scale2 ); in silk_stereo_find_predictor()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 define i32 @foo(float %scale, float %scale2) nounwind { 6 %scale2.addr = alloca float, align 4 8 store float %scale2, float* %scale2.addr, align 4 10 %tmp1 = load float* %scale2.addr, align 4
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 define i32 @foo(float %scale, float %scale2) nounwind { 6 %scale2.addr = alloca float, align 4 8 store float %scale2, float* %scale2.addr, align 4 10 %tmp1 = load float, float* %scale2.addr, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | arm-modifier.ll | 3 define i32 @foo(float %scale, float %scale2) nounwind { 6 %scale2.addr = alloca float, align 4 8 store float %scale2, float* %scale2.addr, align 4 10 %tmp1 = load float, float* %scale2.addr, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 24 %scale2.0 = trunc i64 %tmp869 to i32 25 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/llvm/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 24 %scale2.0 = trunc i64 %tmp869 to i32 25 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | zext-extract_subreg.ll | 24 %scale2.0 = trunc i64 %tmp869 to i32 25 %cmp149 = icmp eq i32 %scale2.0, 0
|
/external/libjpeg-turbo/simd/powerpc/ |
D | jquanti-altivec.c | 123 scale0, scale1, scale2, scale3, scale4, scale5, scale6, scale7; in jsimd_quantize_altivec() local 209 scale2 = vec_ld(DCTSIZE2 * 4 + 32, divisors); in jsimd_quantize_altivec() 218 MULTIPLY(row2, scale2, row2); in jsimd_quantize_altivec()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select.cc | 85 float scale2 = image_type_ > kVGA ? kScaleTexture : 1.0; in ComputeSpatial() local 87 if (spatial_.value > scale2 * kHighTexture) { in ComputeSpatial() 89 } else if (spatial_.value < scale2 * kLowTexture) { in ComputeSpatial()
|