Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 22 of 22) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Didctllm_altivec.asm36 lvx v0, 0, r3 ;# input ip[0], ip[ 4]
40 vupkhsh v2, v0
45 vupklsh v0, v0
46 vmulosh v4, v0, v8
48 vaddsws v4, v4, v0 ;# ip[ 4] * sin(pi/8) * sqrt(2)
61 vmulosh v5, v0, v9
63 vaddsws v5, v5, v0
67 vaddsws v0, v6, v3 ;# a1 + d1
74 vmrghw v4, v0, v1 ;# a0 b0 a1 b1
77 vmrglw v6, v0, v1 ;# a2 b2 a3 b3
[all …]
Drecon_altivec.asm19 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7
22 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15
43 vxor v0, v0, v0
58 vmrghb v2, v0, v1 ;# v2 = 16-bit p0..p7
61 vmrglb v1, v0, v1 ;# v1 = 16-bit p8..p15
92 vxor v0, v0, v0
131 vxor v0, v0, v0
150 vmrghb v2, v0, v1; ;# v2 = 16-bit p0..p7
157 vmrglb v1, v0, v1; ;# v1 = 16-bit p8..p15
Dfilter_altivec.asm32 load_c v0, VFilter, r6, r3, r10
38 vspltb v1, v0, 1
39 vspltb v2, v0, 2
40 vspltb v3, v0, 3
41 vspltb v4, v0, 4
42 vspltb v5, v0, 5
43 vspltb v0, v0, 0
67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
69 vmuloub v8, \P0, v0
445 Read8x8 v0, r9, r4, 1
[all …]
Dloopfilter_filters_altivec.asm116 Tpair v16,v17, v0,v8
127 Tpair v0,v1, v16,v24
150 ;# v0 = 0 1 ... 14 15
166 ;# v0 = 0 16 32 48 4 20 36 52 8 24 40 56 12 28 44 60
178 ;# It acts in place on registers v0...v3, uses v4...v7 as temporaries,
187 vmrghb v4, v0, v1
188 vmrglb v5, v0, v1
194 vmrghh v0, v4, v6
201 vmrghw v4, v0, v1
202 vmrglw v5, v0, v1
[all …]
Dcopy_altivec.asm31 lvsl v0, 0, r3 ;# permutate value for alignment
36 vperm v1, v1, v2, v0
Dvariance_altivec.asm117 load_aligned_16 v0, r5, r10
124 vmrghb v5, v5, v0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dencodemb_altivec.asm34 vspltisw v0, 0
44 vperm v1, v1, v0, v5
46 vmrghb v3, v0, v1 ;# unpack high src to short
47 vmrghb v4, v0, v2 ;# unpack high pred to short
58 vperm v1, v1, v0, v5
60 vmrghb v3, v0, v1 ;# unpack high src to short
61 vmrglb v4, v0, v2 ;# unpack high pred to short
81 vperm v1, v1, v0, v5
83 vmrghb v3, v0, v1 ;# unpack high src to short
84 vmrghb v4, v0, v2 ;# unpack high pred to short
[all …]
Drdopt_altivec.asm26 lvx v0, 0, r3 ;# Coeff
33 vsubshs v0, v0, v1
35 vmsumshm v2, v0, v0, v3 ;# multiply differences
37 lvx v0, r10, r3 ;# Coeff
40 vsubshs v0, v0, v1
42 vmsumshm v1, v0, v0, v2 ;# multiply differences
Dfdct_altivec.asm36 load_c v0, dct_tab, 0, r9, r10
64 vmsumshm v10, v0, v8, v6
128 two_rows_vert v0, v1
157 two_rows_vert v0, v1
179 two_rows_vert v0, v1
/hardware/bsp/intel/peripheral/libupm/docs/
Dchangelog.md7 ### v0.4.0
22 ### v0.3.2
34 ### v0.3.1
44 ### v0.3.0
55 ### v0.2.0
69 ### v0.1.9
83 ### v0.1.8
89 ### v0.1.7
94 ### v0.1.6
102 ### v0.1.5
[all …]
/hardware/libhardware/modules/sensors/
Dmultihal.cpp248 sensors_poll_device_t* v0 = this->get_v0_device_by_handle(handle); in get_device_version_by_handle() local
249 if (v0) { in get_device_version_by_handle()
250 return v0->common.version; in get_device_version_by_handle()
285 sensors_poll_device_t* v0 = this->get_v0_device_by_handle(handle); in activate() local
286 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) { in activate()
287 retval = v0->activate(v0, local_handle, enabled); in activate()
300 sensors_poll_device_t* v0 = this->get_v0_device_by_handle(handle); in setDelay() local
301 if (halIsCompliant(this, handle) && local_handle >= 0 && v0) { in setDelay()
302 retval = v0->setDelay(v0, local_handle, ns); in setDelay()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp110 uint8_t v0 = uv[0]; in nv21_to_yuv() local
114 dst[2] = v0; in nv21_to_yuv()
135 uint8_t v0 = (src[0] >> 16) & 0xFF; in uyvy_to_yuv() local
139 dst[2] = v0; in uyvy_to_yuv()
142 dst[5] = v0; in uyvy_to_yuv()
191 uint8_t v0 = (src[0] >> 24) & 0xFF; in yuyv_to_yuv() local
194 dst[2] = v0; in yuyv_to_yuv()
197 dst[5] = v0; in yuyv_to_yuv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c134 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct4x4_sse2() local
138 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in vp9_fdct4x4_sse2()
179 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING2); in vp9_fdct4x4_sse2() local
183 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS2); in vp9_fdct4x4_sse2()
451 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2() local
459 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in vp9_fdct8x8_sse2()
513 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_sse2() local
521 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in vp9_fdct8x8_sse2()
778 __m128i v0, v1, v2, v3, v4, v5, v6, v7; in fdct8_sse2() local
796 v0 = _mm_unpacklo_epi16(u0, u1); in fdct8_sse2()
[all …]
Dvp9_dct_avx2.c75 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct4x4_avx2() local
79 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in vp9_fdct4x4_avx2()
350 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_avx2() local
358 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in vp9_fdct8x8_avx2()
412 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_avx2() local
420 const __m128i w0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in vp9_fdct8x8_avx2()
677 __m128i v0, v1, v2, v3, v4, v5, v6, v7; in fdct8_avx2() local
695 v0 = _mm_unpacklo_epi16(u0, u1); in fdct8_avx2()
700 u0 = _mm_madd_epi16(v0, k__cospi_p16_p16); in fdct8_avx2()
702 u2 = _mm_madd_epi16(v0, k__cospi_p16_m16); in fdct8_avx2()
[all …]
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp110 uint8_t v0 = uv[0]; in nv21_to_yuv() local
114 dst[2] = v0; in nv21_to_yuv()
135 uint8_t v0 = (src[0] >> 16) & 0xFF; in uyvy_to_yuv() local
139 dst[2] = v0; in uyvy_to_yuv()
142 dst[5] = v0; in uyvy_to_yuv()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG102 (v0.9.0). This is not expected to have any impact. If you are
175 v0.9.7, so all users of that release are encouraged to upgrade.
214 This release fixes an OOB read decoder crash bug present in v0.9.7
220 2011-08-15 v0.9.7-p1 "Cayuga" patch 1
250 2011-08-02 v0.9.7 "Cayuga"
254 This release is backwards compatible with Aylesbury (v0.9.5) and
255 Bali (v0.9.6). Users of older releases should refer to the Upgrading
332 2011-03-07 v0.9.6 "Bali"
336 This release is backwards compatible with Aylesbury (v0.9.5). Users
409 2010-10-28 v0.9.5 "Aylesbury"
[all …]
/hardware/libhardware/include/hardware/
Dsensors.h1306 struct sensors_poll_device_t v0; member
/hardware/intel/common/libmix/mix_audio/
DChangeLog106 * Updated API definitions to sync with v0.5 documentation.
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp111 CHECK_MEMBER_AT(sensors_poll_device_1_t, v0, 0, 0); in CheckOffsets()
/hardware/bsp/intel/peripheral/libmraa/
DCMakeLists.txt28 set (VERSION "v0.9.0-dirty")
/hardware/bsp/intel/peripheral/libupm/
DCMakeLists.txt33 set (VERSION "v0.4.0-dirty")
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c720 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in iadst8_sse2() local
786 v0 = _mm_add_epi32(w0, k__DCT_CONST_ROUNDING); in iadst8_sse2()
803 u0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in iadst8_sse2()
840 v0 = _mm_madd_epi16(u0, k__cospi_p08_p24); in iadst8_sse2()
849 w0 = _mm_add_epi32(v0, v4); in iadst8_sse2()
853 w4 = _mm_sub_epi32(v0, v4); in iadst8_sse2()
858 v0 = _mm_add_epi32(w0, k__DCT_CONST_ROUNDING); in iadst8_sse2()
867 u0 = _mm_srai_epi32(v0, DCT_CONST_BITS); in iadst8_sse2()
888 v0 = _mm_madd_epi16(u0, k__cospi_p16_p16); in iadst8_sse2()
897 u0 = _mm_add_epi32(v0, k__DCT_CONST_ROUNDING); in iadst8_sse2()
[all …]