Searched refs:tmp_2 (Results 1 - 8 of 8) sorted by relevance

/external/libmpeg2/common/
H A Dideint_cac.c248 WORD32 tmp_1, tmp_2; local
252 tmp_2 = AVG(pu1_top_2[i], pu1_top_3[i]);
253 val_1 = AVG(tmp_1, tmp_2);
256 tmp_2 = AVG(pu1_bot_2[i], pu1_bot_3[i]);
257 val_2 = AVG(tmp_1, tmp_2);
277 WORD32 tmp_1, tmp_2; local
281 tmp_2 = AVG(pu1_top_2[i], pu1_bot_2[i]);
282 val_1 = AVG(tmp_1, tmp_2);
285 tmp_2 = AVG(pu1_top_3[i], pu1_bot_3[i]);
286 val_2 = AVG(tmp_1, tmp_2);
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorFFT.h433 ComplexScalar tmp_2[8]; local
451 tmp_2[0] = tmp_1[0] + tmp_1[2];
452 tmp_2[1] = tmp_1[1] + tmp_1[3];
453 tmp_2[2] = tmp_1[0] - tmp_1[2];
454 tmp_2[3] = tmp_1[1] - tmp_1[3];
455 tmp_2[4] = tmp_1[4] + tmp_1[6];
459 tmp_2[5] = (tmp_1[5] + tmp_1[7]) * ComplexScalar(SQRT2DIV2, -SQRT2DIV2);
460 tmp_2[6] = (tmp_1[4] - tmp_1[6]) * ComplexScalar(0, -1);
461 tmp_2[7] = (tmp_1[5] - tmp_1[7]) * ComplexScalar(-SQRT2DIV2, -SQRT2DIV2);
463 tmp_2[
[all...]
/external/webp/src/dsp/
H A Denc_sse41.c76 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
100 tmp_2 = _mm_cvtepu8_epi16(inAB_2);
112 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
115 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
126 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3);
136 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
139 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
H A Denc_sse2.c1100 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
1121 tmp_2 = _mm_unpacklo_epi8(inAB_2, zero);
1133 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
1136 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
1147 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3);
1157 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2);
1160 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c56 int16_t tmp_1, tmp_2; local
209 tmp_2 = (int16_t)WebRtcSpl_SatW32ToW16(((int32_t)Vector_Word16_1[k]-Vector_Word16_2[k])); /* Construct a new lower channel signal*/
211 Vector_Word16_2[k] = tmp_2;
H A Ddecode_plc.c257 int16_t tmp_1, tmp_2; local
793 tmp_2 = (int16_t)WebRtcSpl_SatW32ToW16(
796 Vector_Word16_2[k] = tmp_2;
/external/webrtc/webrtc/common_audio/resampler/
H A Dresampler.cc457 int16_t* tmp_2; local
828 tmp_2 = (int16_t*) malloc((sizeof(int16_t) * lengthIn) / 6);
843 WebRtcSpl_DownsampleBy2(tmp, outLen, tmp_2, (int32_t*) state2_);
847 WebRtcSpl_DownsampleBy2(tmp_2, outLen, samplesOut,
849 free(tmp_2);
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_mips.c761 int16_t tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6; local
771 "lh %[tmp_2], 0(%[real]) \n\t"
773 "mul %[tmp_2], %[tmp_2], %[tmp_1] \n\t"
775 "sra %[tmp_2], %[tmp_2], 14 \n\t"
777 "sh %[tmp_2], 0(%[real]) \n\t"
780 "sh %[tmp_2], 0(%[freq_buf_f]) \n\t"
788 "lh %[tmp_2], 0(%[real]) \n\t"
793 "mul %[tmp_2],
[all...]

Completed in 262 milliseconds