Searched refs:tmp1_s16 (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 389 int16x4_t tmp1_s16 = vmul_s16(row5, quant_row5); in jsimd_idct_islow_pass1_regular() local 394 int16x4_t z4_s16 = vadd_s16(tmp1_s16, tmp3_s16); in jsimd_idct_islow_pass1_regular() 429 tmp1 = vmull_lane_s16(tmp1_s16, consts.val[1], 1); in jsimd_idct_islow_pass1_regular() 435 tmp2 = vmlsl_lane_s16(tmp2, tmp1_s16, consts.val[0], 2); in jsimd_idct_islow_pass1_regular() 600 int16x4_t tmp1_s16 = vld1_s16(workspace + 5 * DCTSIZE / 2); in jsimd_idct_islow_pass2_regular() local 605 int16x4_t z4_s16 = vadd_s16(tmp1_s16, tmp3_s16); in jsimd_idct_islow_pass2_regular() 640 tmp1 = vmull_lane_s16(tmp1_s16, consts.val[1], 1); in jsimd_idct_islow_pass2_regular() 646 tmp2 = vmlsl_lane_s16(tmp2, tmp1_s16, consts.val[0], 2); in jsimd_idct_islow_pass2_regular()
|
/external/webrtc/common_audio/vad/ |
D | vad_core.c | 141 int16_t tmp_s16, tmp1_s16, tmp2_s16; in GmmProbability() local 287 tmp1_s16 = (int16_t) (noise_global_mean >> 6); // Q8 in GmmProbability() 312 ndelt = (feature_minimum << 4) - tmp1_s16; in GmmProbability() 429 tmp1_s16 = (int16_t)((13 * tmp_s16) >> 2); in GmmProbability() 436 tmp1_s16, in GmmProbability()
|