Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 115) sorted by relevance

12345

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
DPERF.awk34 from = from ? from : ""; # who are the senders of these buffers
52 else if (gsub("^from=", "",arg)) { from = arg }
95 print "from = ", (from ? from : "UNDEFINED")
117 $13 == how && $14 == what && (!from || ($15 == from)) && (!to || ($16 == to)) &&
/hardware/intel/img/psb_video/src/
Dpsb_drv_debug.h118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", … argument
119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n… argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dvp8_variance_halfpixvar16x16_v_armv6.asm41 ldr r6, [r9, #0] ; load 4 src pixels from next row
62 subs r8, r8, r5 ; subtract negative differences from sum
71 ldr r6, [r9, #4] ; load 4 src pixels from next row
93 sub r8, r8, r5 ; subtract negative differences from sum
102 ldr r6, [r9, #8] ; load 4 src pixels from next row
124 sub r8, r8, r5 ; subtract negative differences from sum
133 ldr r6, [r9, #12] ; load 4 src pixels from next row
157 sub r8, r8, r5 ; subtract negative differences from sum
Dvp8_variance16x16_armv6.asm56 subs r8, r8, r5 ; subtract negative differences from sum
80 sub r8, r8, r5 ; subtract negative differences from sum
104 sub r8, r8, r5 ; subtract negative differences from sum
130 sub r8, r8, r5 ; subtract negative differences from sum
Dvp8_variance_halfpixvar16x16_h_armv6.asm61 subs r8, r8, r5 ; subtract negative differences from sum
92 sub r8, r8, r5 ; subtract negative differences from sum
123 sub r8, r8, r5 ; subtract negative differences from sum
156 sub r8, r8, r5 ; subtract negative differences from sum
Dsixtappredict8x4_v6.asm24 … is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
124 ldr r0, [sp, #216] ; load dst address from stack 180+36
125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
225 add sp, sp, #4 ;start from src[0] instead of src[-2]
Ddequant_idct_v6.asm127 ldr r12, [sp] ; get stride from stack
136 ldr r11, [r2] ; load input from dst
148 ldr r11, [r2, r12] ; load input from dst
Dvp8_variance_halfpixvar16x16_hv_armv6.asm72 subs r8, r8, r5 ; subtract negative differences from sum
114 sub r8, r8, r5 ; subtract negative differences from sum
156 sub r8, r8, r5 ; subtract negative differences from sum
198 sub r8, r8, r5 ; subtract negative differences from sum
/hardware/intel/img/libdrm/
DREADME8 be built from the git tree by developers and bleeding-edge testers of
25 To build the device-specific kernel modules from the git tree:
50 2. You may need to make a symlink from /lib/modules/VERSION/build to your
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Drecon_altivec.asm51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
65 stvx v2, 0, r10 ;# 2 rows to dst from buf
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
161 stvx v2, 0, r10; ;# 16 pels to dst from buf
172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
/hardware/samsung_slsi/exynos5/mobicore/
DREADME.android14 -m IMAGE load mobicore from IMAGE to DDR
51 from /data/app/mcRegistry/[uuid].tlbin and if it fails then it tries to read the trustlet from /sys…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES32 * New feature: the universal value printer is moved from Google Mock
40 * Failures from ad hoc test assertions run before RUN_ALL_TESTS() are
49 * Value-parameterized test fixtures can now derive from Test and
52 distinguishable from other messages.
113 machines (requires support from the test runner).
133 * Added src/gtest-all.cc for building Google Test from a single file.
DREADME36 These are the base requirements to build and use Google Test from a source
63 build Google Test and its own tests from an SVN checkout (described
67 re-generating certain source files from templates)
75 or directly check out the source from our Subversion (SVN) repositary.
83 downloaded from the download page [1]. Several different archive
162 free from http://www.cmake.org/.
338 from FOO to GTEST_FOO. Currently FOO can be FAIL, SUCCEED, or TEST.
349 Upgrating from an Earlier Version
355 do if you are upgrading from an earlier version of Google Test.
357 ### Upgrading from 1.3.0 or Earlier ###
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Drecon_sse2.asm135 ; from top
143 ; from left
211 ; from top
264 ; from left
449 ; read from top
499 ; read from left and write out
589 ; from top
601 ; from left
697 ; from top
759 ; from left
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dvp8_subpixelvariance8x8_neon.asm25 ;note: most of the code is copied from bilinear_predict8x8_neon and vp8_variance8x8_neon.
31 ldr r4, [sp, #12] ;load *dst_ptr from stack
32 ldr r5, [sp, #16] ;load dst_pixels_per_line from stack
33 ldr lr, [sp, #20] ;load *sse from stack
Dvariance_neon.asm70 ldr r12, [sp] ;load *sse from stack
140 ldr r12, [sp] ;load *sse from stack
195 ldr r12, [sp] ;load *sse from stack
260 ldr r12, [sp] ;load *sse from stack
Dshortidct4x4llm_neon.asm33 ; Optimization note: The resulted data from dequantization are signed
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox45 change from release to release.
56 capabilities, of an algorithm can be queried from it's interface by using
100 that vpx_codec_error() returns the error state from an initialized context,
102 outside any context. The enumerated value returned from the last call can be
103 retrieved from the <code>err</code> member of the decoder context as well.
164 order as they are returned from vpx_codec_get_mem_map(), but there is no
169 allocating it immediately after it is returned from vpx_codec_get_mem_map().
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING62 restrictive license from a patent holder. Therefore, we insist that
69 is quite different from the ordinary General Public License. We use
112 former contains code derived from the library, whereas the latter must
144 running a program using the Library is not restricted, and output from
191 identifiable sections of that work are not derived from the Library,
222 subsequent copies and derivative works made from that copy.
235 from a designated place, then offering equivalent access to copy the
236 source code from the same place satisfies the requirement to
252 When a "work that uses the Library" uses material from a header file
312 from a designated place, offer equivalent access to copy the above
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dvp8_mse16x16_neon.asm27 ;from vp8_variance().
65 ldr r12, [sp] ;load *sse from stack
/hardware/ti/omap4xxx/domx/make/
Dstart.mk42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/ti/omap4-aah/domx/make/
Dstart.mk42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/
DREADME.webm16 Modified the original scaler code from C++ to C to fit in our current build
/hardware/intel/bootstub/
DLICENSE5 this version of Bootstub (or modified versions derived from this one) may be
82 running the Program is not restricted, and the output from the Program
107 whole or in part contains or is derived from the Program or any
123 identifiable sections of that work are not derived from the Program,
175 access to copy from a designated place, then offering equivalent
176 access to copy the source code from the same place counts as
184 However, parties who have received copies, or rights, from you under
198 Program), the recipient automatically receives a license from the
209 excuse you from the conditions of this License. If you cannot
216 refrain entirely from distribution of the Program.
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_def.sh22 to export from a DLL. Source files are technically bash scripts (and thus may

12345