/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
cor_h_x.c | 42 Word32 L_tmp, y32[L_SUBFR], L_tot; local 60 y32[i] = L_tmp; 73 y32[i+1] = L_tmp; 86 y32[i+2] = L_tmp; 99 y32[i+3] = L_tmp; 117 /* Find the number of right shifts to do on y32[] so that */ 121 p3 = y32;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cor_h_x.cpp | 189 Word32 s, y32[L_CODE], max, tot; 204 y32[i] = s; 217 dn[i] = pv_round (L_shl (y32[i], j)); 257 Word32 y32[L_CODE]; local 289 y32[i] = s; 309 p_y32 = y32;;
|
cor_h_x2.cpp | 173 Word32 s, y32[L_CODE], max, tot; 188 y32[i] = s; 201 dn[i] = pv_round (L_shl (y32[i], j)); 243 Word32 y32[L_CODE]; local 263 y32[i] = s; 278 dn[i] = pv_round(L_shl(y32[i], j, pOverflow), pOverflow);
|
/external/libopus/silk/ |
A2NLSF.c | 70 opus_int32 x_Q16, y32; local 72 y32 = p[ dd ]; /* Q16 */ 75 y32 = silk_SMLAWW( p[ n ], y32, x_Q16 ); /* Q16 */ 77 return y32;
|
/prebuilts/go/darwin-x86/src/crypto/subtle/ |
constant_time.go | 71 y32 := int32(y) 72 return int(((x32 - y32 - 1) >> 31) & 1)
|
/prebuilts/go/linux-x86/src/crypto/subtle/ |
constant_time.go | 71 y32 := int32(y) 72 return int(((x32 - y32 - 1) >> 31) & 1)
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
digital_agc.c | 70 int32_t tmp32, tmp32no1, tmp32no2, numFIX, den, y32; local 212 y32 = numFIX / tmp32no1; // in Q14 217 y32 = WebRtcSpl_DivW32W16(tmp32 + 10, 20); 219 if (y32 > 39000) 221 tmp32 = (y32 >> 1) * kLog10 + 4096; // in Q27 225 tmp32 = y32 * kLog10 + 8192; // in Q28
|