HomeSort by relevance Sort by last modified time
    Searched refs:tmp_2 (Results 1 - 8 of 8) sorted by null

  /external/libmpeg2/common/
ideint_cac.c 248 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/
TensorFFT.h 433 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[5] = (tmp_1[5] + tmp_1[7]) * ComplexScalar(SQRT2DIV2, SQRT2DIV2)
    [all...]
  /external/webp/src/dsp/
enc_sse41.c 76 __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);
enc_sse2.c 1092 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 56 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;
decode_plc.c 257 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/
resampler.cc 457 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/
nsx_core_mips.c 761 int16_t tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, tmp_6; local
    [all...]

Completed in 129 milliseconds