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

  /external/webp/src/dsp/
enc_sse41.c 74 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
111 tmp_3 = _mm_cvtepu8_epi16(_mm_srli_si128(transpose1_1, 8));
122 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
123 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
154 tmp_3 = _mm_unpackhi_epi64(transpose1_2, transpose1_3);
169 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
170 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
enc_sse2.c 1150 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
    [all...]
  /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...]
  /external/opencv3/3rdparty/libwebp/dsp/
enc_sse2.c 644 __m128i tmp_0, tmp_1, tmp_2, tmp_3; local
682 tmp_3 = _mm_unpackhi_epi8(transpose1_1, zero);
693 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
694 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
725 tmp_3 = _mm_unpackhi_epi64(transpose1_2, transpose1_3);
742 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3);
743 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3);
    [all...]

Completed in 363 milliseconds