Home
last modified time | relevance | path

Searched refs:e1 (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c26 int a1, b1, c1, d1, e1; in vp9_iwht4x4_16_add_c() local
37 e1 = (a1 - d1) >> 1; in vp9_iwht4x4_16_add_c()
38 b1 = e1 - b1; in vp9_iwht4x4_16_add_c()
39 c1 = e1 - c1; in vp9_iwht4x4_16_add_c()
58 e1 = (a1 - d1) >> 1; in vp9_iwht4x4_16_add_c()
59 b1 = e1 - b1; in vp9_iwht4x4_16_add_c()
60 c1 = e1 - c1; in vp9_iwht4x4_16_add_c()
75 int a1, e1; in vp9_iwht4x4_1_add_c() local
81 e1 = a1 >> 1; in vp9_iwht4x4_1_add_c()
82 a1 -= e1; in vp9_iwht4x4_1_add_c()
[all …]
/hardware/libhardware/tests/camera2/
Dcamera2_utils.h132 Notification(int32_t type, int32_t e1, int32_t e2, int32_t e3): in Notification()
134 ext1(e1), in Notification()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dloopfilter_sse2.asm713 … movq xmm5, [rsi+2*rcx] ; xx xx xx xx xx xx xx xx e7 e6 e5 e4 e3 e2 e1 e0
715 … punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
719 … punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
724 … punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
732 … punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
766 … punpckhqdq xmm1, xmm0 ; f1 e1 d1 c1 b1 a1 91 81 71 61 51 41 31 21 11 01
1055 …punpckhbw xmm1, xmm2 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81…
1067 …movdqa xmm4, xmm1 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81…
1070 …punpckhwd xmm4, xmm6 ; f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1…
1125 …movdqa xmm1, xmm4 ; f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1…
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c605 int a1, b1, c1, d1, e1; in vp9_fwht4x4_c() local
617 e1 = (a1 - d1) >> 1; in vp9_fwht4x4_c()
618 b1 = e1 - b1; in vp9_fwht4x4_c()
619 c1 = e1 - c1; in vp9_fwht4x4_c()
641 e1 = (a1 - d1) >> 1; in vp9_fwht4x4_c()
642 b1 = e1 - b1; in vp9_fwht4x4_c()
643 c1 = e1 - c1; in vp9_fwht4x4_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c378 const __m128i e1 = _mm_madd_epi16(d1, k__cospi_p16_m16); in vp9_fdct8x8_avx2() local
383 const __m128i f1 = _mm_add_epi32(e1, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_avx2()
1291 const __m128i e1 = _mm_madd_epi16(d1, k__cospi_p16_m16); in vp9_fdct16x16_avx2() local
1296 const __m128i f1 = _mm_add_epi32(e1, k__DCT_CONST_ROUNDING); in vp9_fdct16x16_avx2()
Dvp9_dct_sse2.c479 const __m128i e1 = _mm_madd_epi16(d1, k__cospi_p16_m16); in vp9_fdct8x8_sse2() local
484 const __m128i f1 = _mm_add_epi32(e1, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2()
1392 const __m128i e1 = _mm_madd_epi16(d1, k__cospi_p16_m16); in vp9_fdct16x16_sse2() local
1397 const __m128i f1 = _mm_add_epi32(e1, k__DCT_CONST_ROUNDING); in vp9_fdct16x16_sse2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h19429 const char* e1,
19435 << e1 << ") evaluates to false, where"
19436 << "\n" << e1 << " evaluates to " << v1;
19471 const char* e1,
19479 << e1 << ", "
19481 << "\n" << e1 << " evaluates to " << v1
19520 const char* e1,
19530 << e1 << ", "
19533 << "\n" << e1 << " evaluates to " << v1
19576 const char* e1,
[all …]