Home
last modified time | relevance | path

Searched refs:e3 (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/tests/camera2/
Dcamera2_utils.h132 Notification(int32_t type, int32_t e1, int32_t e2, int32_t e3): in Notification()
136 ext3(e3) 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
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
734 … punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
751 … punpckhqdq xmm3, xmm5 ; f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
876 ; xmm6 = f3 e3 d3 c3 b3 a3 93 83 73 63 53 43 33 23 13 03
883 … punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
893 … movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
897 … punpckhwd xmm5, xmm3 ; f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2
901 ; xmm5 = f5 f4 f3 f2 e5 e4 e3 e2 d5 d4 d3 d2 c5 c4 c3 c2
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c380 const __m128i e3 = _mm_madd_epi16(d1, k__cospi_p16_p16); in vp9_fdct8x8_avx2() local
385 const __m128i f3 = _mm_add_epi32(e3, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_avx2()
1293 const __m128i e3 = _mm_madd_epi16(d1, k__cospi_p16_p16); in vp9_fdct16x16_avx2() local
1298 const __m128i f3 = _mm_add_epi32(e3, k__DCT_CONST_ROUNDING); in vp9_fdct16x16_avx2()
Dvp9_dct_sse2.c481 const __m128i e3 = _mm_madd_epi16(d1, k__cospi_p16_p16); in vp9_fdct8x8_sse2() local
486 const __m128i f3 = _mm_add_epi32(e3, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2()
1394 const __m128i e3 = _mm_madd_epi16(d1, k__cospi_p16_p16); in vp9_fdct16x16_sse2() local
1399 const __m128i f3 = _mm_add_epi32(e3, k__DCT_CONST_ROUNDING); in vp9_fdct16x16_sse2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h19522 const char* e3,
19532 << e3 << ") evaluates to false, where"
19535 << "\n" << e3 << " evaluates to " << v3;
19578 const char* e3,
19590 << e3 << ", "
19594 << "\n" << e3 << " evaluates to " << v3
19641 const char* e3,
19655 << e3 << ", "
19660 << "\n" << e3 << " evaluates to " << v3