Searched refs:from (Results 1 - 25 of 61) sorted by relevance

123

/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A DPERF.awk18 # $15 - from
34 from = from ? from : ""; # who are the senders of these buffers
47 # get variable assignments from ARGV
52 else if (gsub("^from=", "",arg)) { from = arg }
95 print "from = ", (from ? from
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.h118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", to, from);
119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n", to, from);
/hardware/qcom/display/msm8226/
H A Dcommon.mk49 # This check is to pick the kernel headers from the right location.
52 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
53 # failing which, they are picked from bionic.
/hardware/qcom/display/msm8974/
H A Dcommon.mk45 # This check is to pick the kernel headers from the right location.
48 # If the macro is not present, the headers are picked from hardware/qcom/msmXXXX
49 # failing which, they are picked from bionic.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_def.sh22 to export from a DLL. Source files are technically bash scripts (and thus may
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A 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
H A 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
H A Dsixtappredict8x4_v6.asm24 ;Line width 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]
H A 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
H A 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
H A Dvp8_variance8x8_armv6.asm54 sub r4, r4, r7 ; subtract negative differences from sum
80 sub r4, r4, r7 ; subtract negative differences from sum
H A 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/ti/omap4-aah/domx/make/
H A Dstart.mk42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/ti/omap4xxx/domx/make/
H A Dstart.mk42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A 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/intel/common/omx-components/videocodec/libvpx_internal/
H A Dlibvpx.mk51 # Extract the C files from the list and add them to LOCAL_SRC_FILES.
66 # processed with grep. For ARM, this must be additionally converted from
93 # Extract the offsets from the inline assembly.
107 # The ARM assembly sources must be converted from ADS to GAS compatible format.
/hardware/qcom/gps/loc_api/libloc_api-rpc/
H A DAndroid.mk23 # removed from library build since the client should implement this code.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_mse16x16_neon.asm27 ;from vp8_variance().
65 ldr r12, [sp] ;load *sse from stack
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk12 # expects to be made from a parent directory.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A 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
H A 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
/hardware/invensense/60xx/libsensors_iio/software/build/android/
H A Dcommon.mk16 # normally, overridden from outside
/hardware/invensense/60xx/mlsdk/
H A DAndroid.mk92 #This makes an .so from our .a
/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dcommon.mk16 # normally, overridden from outside
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dcommon.mk16 # normally, overridden from outside

Completed in 899 milliseconds

123