/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | idctllm_altivec.asm | 37 lvx v1, r10, r3 ;# input ip[8], ip[12] 41 vupkhsh v3, v1 50 vupklsh v1, v1 51 vmulosh v5, v1, v9 53 vaddsws v5, v5, v1 57 vmulosh v3, v1, v8 59 vaddsws v3, v3, v1 ;# ip[12] * sin(pi/8) * sqrt(2) 70 vaddsws v1, v7, v4 ;# b1 + c1 74 vmrghw v4, v0, v1 ;# a0 b0 a1 b1 77 vmrglw v6, v0, v1 ;# a2 b2 a3 b3 [all …]
|
D | recon_altivec.asm | 17 lvx v1, 0, \Pred ;# v1 = pred = p0..p15 19 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 22 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 25 vaddshs v3, v3, v1 ;# v3 = r8..r15 57 lvx v1, 0, \Pred ;# v1 = pred = p0..p15 58 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7 61 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15 63 vaddshs v3, v3, v1 ;# v3 = r8..r15 144 lvx v1, 0, r10; ;# v1 = pred = p0..p15 150 vmrghb v2, v0, v1; ;# v2 = 16-bit p0..p7 [all …]
|
D | copy_altivec.asm | 33 lvx v1, 0, r3 36 vperm v1, v1, v2, v0 38 stvx v1, 0, r5
|
D | filter_altivec.asm | 38 vspltb v1, v0, 1 75 vmuleub v18, \P1, v1 ;# 2 negative taps 76 vmuloub v19, \P1, v1 446 Read8x8 v1, r9, r4, 0 452 interp_8x8 v1 467 Read8x8 v1, r3, r4, 1 492 vinterp_no_store_8x8 v0, v1, v2, v3, v4, v5 493 vinterp_no_store_8x8 v1, v2, v3, v4, v5, v6 501 w_8x8 v1, r7, r0, r8 511 vperm v0, v0, v1, v10 [all …]
|
D | loopfilter_filters_altivec.asm | 117 Tpair v18,v19, v1,v9 127 Tpair v0,v1, v16,v24 151 ;# v1 = 16 17 ... 30 31 167 ;# v1 = 1 17 33 49 5 21 ... 45 61 187 vmrghb v4, v0, v1 188 vmrglb v5, v0, v1 195 vmrglh v1, v4, v6 201 vmrghw v4, v0, v1 202 vmrglw v5, v0, v1 209 vperm v1, v4, v6, \Vhi [all …]
|
D | sad_altivec.asm | 21 lvx v1, 0, \R 24 vperm \V, v1, v2, v3 60 lvx v1, 0, r5 66 vperm v5, v1, v2, v3 76 lvx v1, 0, r5 87 vperm v5, v1, v2, v3 93 lvx v1, 0, r5 99 vperm v5, v1, v2, v3
|
D | variance_altivec.asm | 24 lvx v1, 0, \R 27 vperm \V, v1, v2, v3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | encodemb_altivec.asm | 38 lvx v1, 0, r4 ;# src 44 vperm v1, v1, v0, v5 46 vmrghb v3, v0, v1 ;# unpack high src to short 50 lvx v1, 0, r4 ;# src 58 vperm v1, v1, v0, v5 60 vmrghb v3, v0, v1 ;# unpack high src to short 75 lvx v1, 0, r5 ;# src 81 vperm v1, v1, v0, v5 83 vmrghb v3, v0, v1 ;# unpack high src to short 87 lvx v1, 0, r5 ;# src [all …]
|
D | rdopt_altivec.asm | 27 lvx v1, 0, r4 ;# dqcoeff 33 vsubshs v0, v0, v1 38 lvx v1, r10, r4 ;# dqcoeff 40 vsubshs v0, v0, v1 42 vmsumshm v1, v0, v0, v2 ;# multiply differences 43 vsumsws v1, v1, v3 ;# sum up 45 stvx v1, 0, r1
|
D | fdct_altivec.asm | 37 lvx v1, r6, r10 65 vmsumshm v10, v1, v9, v10 128 two_rows_vert v0, v1 157 two_rows_vert v0, v1 179 two_rows_vert v0, v1
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 132 va_value_equals(const VAGenericValue *v1, const VAGenericValue *v2) in va_value_equals() argument 134 if (v1->type != v2->type) in va_value_equals() 137 switch (v1->type) { in va_value_equals() 139 return v1->value.i == v2->value.i; in va_value_equals() 141 return v1->value.f == v2->value.f; in va_value_equals() 143 return v1->value.p == v2->value.p; in va_value_equals() 145 return v1->value.fn == v2->value.fn; in va_value_equals()
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 376 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(handle); in batch() local 377 if (halIsCompliant(this, handle) && local_handle >= 0 && v1) { in batch() 378 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); in batch() 390 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(handle); in flush() local 391 if (halIsCompliant(this, handle) && local_handle >= 0 && v1) { in flush() 392 retval = v1->flush(v1, local_handle); in flush()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 135 const __m128i v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING); in vp9_fdct4x4_sse2() local 139 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); in vp9_fdct4x4_sse2() 180 const __m128i v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING2); in vp9_fdct4x4_sse2() local 184 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS2); in vp9_fdct4x4_sse2() 452 const __m128i v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2() local 460 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); in vp9_fdct8x8_sse2() 514 const __m128i v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2() local 522 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); in vp9_fdct8x8_sse2() 778 __m128i v0, v1, v2, v3, v4, v5, v6, v7; in fdct8_sse2() local 797 v1 = _mm_unpackhi_epi16(u0, u1); in fdct8_sse2() [all …]
|
D | vp9_dct_avx2.c | 351 const __m128i v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_avx2() local 359 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); in vp9_fdct8x8_avx2() 413 const __m128i v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_avx2() local 421 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); in vp9_fdct8x8_avx2() 677 __m128i v0, v1, v2, v3, v4, v5, v6, v7; in fdct8_avx2() local 696 v1 = _mm_unpackhi_epi16(u0, u1); in fdct8_avx2() 701 u1 = _mm_madd_epi16(v1, k__cospi_p16_p16); in fdct8_avx2() 703 u3 = _mm_madd_epi16(v1, k__cospi_p16_m16); in fdct8_avx2() 711 v1 = _mm_add_epi32(u1, k__DCT_CONST_ROUNDING); in fdct8_avx2() 720 u1 = _mm_srai_epi32(v1, DCT_CONST_BITS); in fdct8_avx2() [all …]
|
/hardware/intel/common/libva/test/decode/ |
D | tinyjpeg.c | 631 int h1, h2, h3, v1, v2, v3; in tinyjpeg_decode() local 635 v1 = pic_param.components[0].v_sampling_factor; in tinyjpeg_decode() 640 v1 == 2 && v2 == 1 && v3 == 1) { in tinyjpeg_decode() 648 v1 == 1 && v2 == 1 && v3 == 1) { in tinyjpeg_decode() 656 v1 == 1 && v2 == 1 && v3 == 1) { in tinyjpeg_decode() 664 v1 == 1 && v2 == 1 && v3 == 1) { in tinyjpeg_decode() 671 v1 == 2 && v2 == 1 && v3 == 1) { in tinyjpeg_decode() 679 v1 == 2 && v2 == 2 && v3 == 2) { in tinyjpeg_decode() 687 v1 == 2 && v2 == 1 && v3 == 1) { in tinyjpeg_decode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 10695 explicit ValueArray1(T1 v1) : v1_(v1) {} 10710 ValueArray2(T1 v1, T2 v2) : v1_(v1), v2_(v2) {} 10729 ValueArray3(T1 v1, T2 v2, T3 v3) : v1_(v1), v2_(v2), v3_(v3) {} 10750 ValueArray4(T1 v1, T2 v2, T3 v3, T4 v4) : v1_(v1), v2_(v2), v3_(v3), 10773 ValueArray5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) : v1_(v1), v2_(v2), v3_(v3), 10798 ValueArray6(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6) : v1_(v1), v2_(v2), 10825 ValueArray7(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7) : v1_(v1), 10853 ValueArray8(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, 10854 T8 v8) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7), 10883 ValueArray9(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 456 int y1, int u1, int v1, int alpha, int stride) { in vp9_blend_mb_inner_c() argument 460 int v1_const = v1 * ((1 << 16) - alpha); in vp9_blend_mb_inner_c() 489 int y1, int u1, int v1, int alpha, int stride) { in vp9_blend_mb_outer_c() argument 493 int v1_const = v1 * ((1 << 16) - alpha); in vp9_blend_mb_outer_c() 544 int y1, int u1, int v1, int alpha, int stride) { in vp9_blend_b_c() argument 548 int v1_const = v1 * ((1 << 16) - alpha); in vp9_blend_b_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp9_rtcd.h | 201 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 204 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 207 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int strid…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp9_rtcd.h | 201 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 204 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 207 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int strid…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp9_rtcd.h | 201 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 204 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 207 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int strid…
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalService.java | 52 import org.xmlpull.v1.XmlPullParser; 53 import org.xmlpull.v1.XmlPullParserException; 54 import org.xmlpull.v1.XmlPullParserFactory;
|
D | ThermalCooling.java | 19 import org.xmlpull.v1.XmlPullParser; 20 import org.xmlpull.v1.XmlPullParserException; 21 import org.xmlpull.v1.XmlPullParserFactory;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp9_rtcd.h | 207 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 210 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 213 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int strid…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 1 2013-11-15 v1.3.0 "Forest" 11 This release is ABI and API compatible with Duclair (v1.0.0). Users 51 2012-12-21 v1.2.0 57 This release is ABI and API compatible with Duclair (v1.0.0). Users 80 2012-05-09 v1.1.0 "Eider" 86 This release is ABI and API compatible with Duclair (v1.0.0). Users 172 2012-01-27 v1.0.0 "Duclair"
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp9_rtcd.h | 215 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 218 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, in… 221 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, int y1, int u1, int v1, int alpha, int strid…
|