/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
H A D | PERF.awk | 18 # $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 D | psb_drv_debug.h | 118 #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 D | common.mk | 49 # 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 D | common.mk | 45 # 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 D | gen_msvs_def.sh | 22 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 D | vp8_variance_halfpixvar16x16_v_armv6.asm | 41 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 D | dequant_idct_v6.asm | 127 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 D | sixtappredict8x4_v6.asm | 24 ;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 D | vp8_variance16x16_armv6.asm | 56 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 D | vp8_variance_halfpixvar16x16_h_armv6.asm | 61 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 D | vp8_variance8x8_armv6.asm | 54 sub r4, r4, r7 ; subtract negative differences from sum 80 sub r4, r4, r7 ; subtract negative differences from sum
|
H A D | vp8_variance_halfpixvar16x16_hv_armv6.asm | 72 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 D | start.mk | 42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
|
/hardware/ti/omap4xxx/domx/make/ |
H A D | start.mk | 42 $(error Error: PROCFAMILY can not be determined from Kernel .config)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
H A D | recon_altivec.asm | 51 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 D | libvpx.mk | 51 # 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 D | Android.mk | 23 # 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 D | vp8_mse16x16_neon.asm | 27 ;from vp8_variance(). 65 ldr r12, [sp] ;load *sse from stack
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
H A D | Android.mk | 12 # expects to be made from a parent directory.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
H A D | variance_neon.asm | 70 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 D | vp8_subpixelvariance8x8_neon.asm | 25 ;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 D | common.mk | 16 # normally, overridden from outside
|
/hardware/invensense/60xx/mlsdk/ |
H A D | Android.mk | 92 #This makes an .so from our .a
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
H A D | common.mk | 16 # normally, overridden from outside
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
H A D | common.mk | 16 # normally, overridden from outside
|