Home
last modified time | relevance | path

Searched refs:v8 (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
64 vmsumshm v10, v0, v8, v6
68 vmsumshm v11, v2, v8, v6
80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
82 vmsumshm v8, v8, v12, v6
83 vmsumshm v8, v9, v13, v8
84 vsraw v10, v8, v7
86 vspltw v8, \Codd, 1 ;# v8 = c01 c11 or c03 c13
88 vmsumshm v8, v8, v12, v6
[all …]
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Dgpio.hpp141 v8::Local<v8::Value> argv[] = { SWIGV8_INTEGER_NEW(-1) }; in v8isr()
143v8::Local<v8::Function> f = v8::Local<v8::Function>::New(v8::Isolate::GetCurrent(), This->m_v8isr); in v8isr()
166 isr(Edge mode, v8::Handle<v8::Function> func) in isr()
169 m_v8isr.Reset(v8::Isolate::GetCurrent(), func); in isr()
171 m_v8isr = v8::Persistent<v8::Function>::New(func); in isr()
289 v8::Persistent<v8::Function> m_v8isr;
/hardware/bsp/intel/peripheral/libmraa/src/javascript/
Dmraajs.i37 %typemap(in) (v8::Handle<v8::Function> func) {
38 $1 = v8::Local<v8::Function>::Cast($input);
46v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) result, …
85v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) $1, resu…
120v8::MaybeLocal<v8::Object> objret = node::Buffer::Copy(v8::Isolate::GetCurrent(), (char*) $1, resu…
Dbinding.gyp.cmake13 … "v8_version%": "<!(node -e 'console.log(process.versions.v8)' | sed 's/\.//g' | cut -c 1-5)",
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dsad_altivec.asm36 vspltisw v8, 0 ;# zero out total to start
51 ;# v8 += abs (v4 - v5)
52 vsum4ubs v8, v6, v8
84 vsum4ubs v8, v6, v8
98 vsum4ubs v8, v6, v8
106 vsumsws v8, v8, v7
108 stvx v8, 0, r1
140 vsumsws v8, v8, v7
142 stvx v8, 0, r1
261 vspltisw v8, 0 ;# zero out total to start
[all …]
Dvariance_altivec.asm40 vspltisw v8, 0 ;# zero out total to start
57 vsum4shs v8, v2, v8
62 vsum4shs v8, v2, v8
86 vsumsws v8, v8, v7
89 stvx v8, 0, r1
130 vsumsws v8, v8, v7
133 stvx v8, 0, r1
358 vsumsws v8, v8, v7
361 stvx v8, 0, r1
Dfilter_altivec.asm60 vmuleub \TMP, \V, \T ;# trashes v8
67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
68 vadduhm v16, v6, v8
69 vmuloub v8, \P0, v0
70 vadduhm v17, v6, v8
71 Msum v16, v17, \P2, v2, v8
72 Msum v16, v17, \P3, v3, v8
73 Msum v16, v17, \P5, v5, v8
77 Msum v18, v19, \P4, v4, v8
449 Read8x8 v8, r3, r4, 0
[all …]
Dloopfilter_filters_altivec.asm116 Tpair v16,v17, v0,v8
131 Tpair v8,v9, v20,v28
245 ;# preserving v8 = sign converter.
286 vmrghb v8, v20, v28
294 vmrghb v16, v0, v8
295 vmrglb v17, v0, v8
318 vmrghb v8, v20, v28
326 vmrghb v16, v0, v8
327 vmrglb v17, v0, v8
392 vcmpgtub v8, v14, v8 ;# X = true if flimit exceeded
[all …]
Didctllm_altivec.asm29 load_c v8, sinpi8sqrt2, 0, r9, r10
46 vmulosh v4, v0, v8
57 vmulosh v3, v1, v8
90 vmulosh v4, v1, v8
100 vmulosh v2, v3, v8
/hardware/bsp/intel/peripheral/libupm/src/
Dupm.i20 while (!v8::V8::IdleNotification()) in cleanUp()
22 while (!v8::Isolate::GetCurrent()->IdleNotification(1000)) in cleanUp()
DCMakeLists.txt149 ${NODE_ROOT_DIR}/deps/v8/include
/hardware/bsp/intel/peripheral/libupm/cmake/modules/
DFindNode.cmake16 ${NODE_ROOT_DIR}/deps/v8/include
29 execute_process(COMMAND ${NODE_EXECUTABLE} -e "console.log(process.versions.v8)"
58 …message ("INFO - Node version is " ${NODE_VERSION_STRING} "INFO - Node using v8 " ${V8_VERSION_STR…
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DFindNodejs.cmake16 ${NODE_ROOT_DIR}/deps/v8/include
29 execute_process(COMMAND ${NODE_EXECUTABLE} -e "console.log(process.versions.v8)"
56 …message ("INFO - Node version is " ${NODE_VERSION_STRING} "INFO - Node using v8 " ${V8_VERSION_STR…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10854 T8 v8) : v1_(v1), v2_(v2), v3_(v3), v4_(v4), v5_(v5), v6_(v6), v7_(v7),
10855 v8_(v8) {}
10883 ValueArray9(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8,
10885 v8_(v8), v9_(v9) {}
10915 ValueArray10(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
10917 v8_(v8), v9_(v9), v10_(v10) {}
10949 ValueArray11(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
10951 v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11) {}
10984 ValueArray12(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9,
10986 v6_(v6), v7_(v7), v8_(v8), v9_(v9), v10_(v10), v11_(v11), v12_(v12) {}
[all …]
/hardware/bsp/intel/peripheral/libmraa/docs/
Dnpm.md39 do a check for the running node v8 version, you'll also need to run that
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dconvolve_test.cc32 convolve_fn_t v8, convolve_fn_t v8_avg, in ConvolveFunctions()
34 : h8_(h8), v8_(v8), hv8_(hv8), h8_avg_(h8_avg), v8_avg_(v8_avg), in ConvolveFunctions()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c824 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in fadst8_avx2() local
895 v8 = _mm_add_epi32(w8, k__DCT_CONST_ROUNDING); in fadst8_avx2()
912 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS); in fadst8_avx2()
Dvp9_dct_sse2.c925 __m128i v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15; in fadst8_sse2() local
996 v8 = _mm_add_epi32(w8, k__DCT_CONST_ROUNDING); in fadst8_sse2()
1013 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS); in fadst8_sse2()
/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
794 v8 = _mm_add_epi32(w8, k__DCT_CONST_ROUNDING); in iadst8_sse2()
811 u8 = _mm_srai_epi32(v8, DCT_CONST_BITS); in iadst8_sse2()