Searched refs:tmp2_s16 (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/common_audio/vad/ |
D | vad_core.c | 141 int16_t tmp_s16, tmp1_s16, tmp2_s16; in GmmProbability() local 430 tmp2_s16 = (int16_t)((3 * tmp_s16) >> 2); in GmmProbability() 443 -tmp2_s16, in GmmProbability() 449 tmp2_s16 = (int16_t) (speech_global_mean >> 7); in GmmProbability() 450 if (tmp2_s16 > maxspe) { in GmmProbability() 452 tmp2_s16 -= maxspe; in GmmProbability() 455 self->speech_means[channel + k * kNumChannels] -= tmp2_s16; in GmmProbability() 459 tmp2_s16 = (int16_t) (noise_global_mean >> 7); in GmmProbability() 460 if (tmp2_s16 > kMaximumNoise[channel]) { in GmmProbability() 461 tmp2_s16 -= kMaximumNoise[channel]; in GmmProbability() [all …]
|
/external/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 390 int16x4_t tmp2_s16 = vmul_s16(row3, quant_row3); in jsimd_idct_islow_pass1_regular() local 393 z3_s16 = vadd_s16(tmp0_s16, tmp2_s16); in jsimd_idct_islow_pass1_regular() 430 tmp2 = vmull_lane_s16(tmp2_s16, consts.val[2], 2); in jsimd_idct_islow_pass1_regular() 434 tmp1 = vmlsl_lane_s16(tmp1, tmp2_s16, consts.val[0], 2); in jsimd_idct_islow_pass1_regular() 510 int16x4_t tmp2_s16 = vmul_s16(row3, quant_row3); in jsimd_idct_islow_pass1_sparse() local 513 int16x4_t z3_s16 = tmp2_s16; in jsimd_idct_islow_pass1_sparse() 522 tmp1 = vmlsl_lane_s16(z4, tmp2_s16, consts.val[0], 2); in jsimd_idct_islow_pass1_sparse() 523 tmp2 = vmlal_lane_s16(z3, tmp2_s16, consts.val[2], 2); in jsimd_idct_islow_pass1_sparse() 601 int16x4_t tmp2_s16 = vld1_s16(workspace + 3 * DCTSIZE / 2); in jsimd_idct_islow_pass2_regular() local 604 z3_s16 = vadd_s16(tmp0_s16, tmp2_s16); in jsimd_idct_islow_pass2_regular() [all …]
|