Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 84) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.c15 int *const C, in cost() argument
30 C[-j] = d; in cost()
32 cost(C, T, P, j, d); in cost()
/hardware/ti/omap4xxx/domx/domx/
Domx_proxy_common.h94 #define PROXY_paramCheck(C, V, S) do {\ argument
95 if (!(C)) { eError = V;\
96 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
97 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",C, V); \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_subtract_armv6.asm220 ldr r10, [r1, #8] ; src (C)
221 ldr r11, [r3, #8] ; pred (C)
227 uxtb16 r8, r10 ; [s2 | s0] (C)
230 uxtb16 r9, r11 ; [p2 | p0] (C)
231 uxtb16 r10, r10, ror #8 ; [s3 | s1] (C)
232 uxtb16 r11, r11, ror #8 ; [p3 | p1] (C)
234 usub16 r6, r8, r9 ; [d2 | d0] (C)
235 usub16 r7, r10, r11 ; [d3 | d1] (C)
240 pkhbt r8, r6, r7, lsl #16 ; [d1 | d0] (C)
241 pkhtb r9, r7, r6, asr #16 ; [d3 | d2] (C)
[all …]
/hardware/ti/omap4-aah/domx/domx/omx_rpc/inc/
Domx_rpc_utils.h83 #define RPC_paramCheck(C, V, S) do { \ argument
84 if (!(C)) { eRPCError = V;\
85 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
86 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",V); \
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
Domx_rpc_utils.h82 #define RPC_paramCheck(C, V, S) do { \ argument
83 if (!(C)) { eRPCError = V;\
84 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
85 else DOMX_ERROR("failed check: %s - returning error: 0x%x",C, V); \
/hardware/ti/omap4-aah/domx/domx/
Domx_proxy_common.h94 #define PROXY_paramCheck(C, V, S) do {\ argument
95 if (!(C)) { eError = V;\
96 if(S) DOMX_ERROR("failed check:" #C" - returning error: 0x%x - %s",V,S);\
97 else DOMX_ERROR("failed check:" #C" - returning error: 0x%x",V); \
/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/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES25 * Compatibility fixes with C++ 11 and various platforms.
54 PowerPC, Lucid autotools, libCStd, Sun C++, Borland C++ Builder (Code Gear),
55 IBM XL C++ (Visual Age C++), and C++0x.
98 Symbian, gcc, and C++Builder.
120 * Changes to the build scripts to support upcoming release of Google C++
DREADME1 Google C++ Testing Framework
9 Google's framework for writing C++ tests on a variety of platforms
41 * A C++98-standard-compliant compiler
45 * Microsoft Visual C++ 7.1 or newer
160 be used on a wide range of platforms ("C" stands for cross-platofrm.).
197 The msvc\ folder contains two solutions with Visual C++ projects.
246 Some Google Test features require the C++ Technical Report 1 (TR1)
326 In C++, macros don't obey namespaces. Therefore two libraries that
374 If you use Microsoft Visual C++ 7.1 with exceptions disabled, Google
413 in the C++ sense) using a script. A template file is named FOO.pump,
/hardware/libhardware/include/hardware/
Dhardware.h32 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/intel/common/libva/debian.upstream/
Dcopyright13 (C) Copyright IBM Corporation 2004
40 The Debian packaging is (C) 2007, Intel Corporation and
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dsubpixel_ssse3.asm457 movq xmm3, MMWORD PTR [rsi + rdx * 2] ;C
462 punpcklbw xmm3, xmm0 ;C E
481 movq xmm3, MMWORD PTR [rsi + rdx * 2 + 8] ;C
486 punpcklbw xmm3, xmm0 ;C E
540 movq xmm3, MMWORD PTR [rsi + rdx * 2] ;C
545 punpcklbw xmm3, xmm0 ;C E
550 movq xmm1, MMWORD PTR [rsi + rdx * 2 + 8] ;C
560 punpcklbw xmm1, xmm0 ;C E
645 movq xmm3, MMWORD PTR [rsi + rdx * 2] ;C
650 punpcklbw xmm3, xmm0 ;C E
[all …]
/hardware/intel/common/libmix/mix_common/
DINSTALL4 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
28 and enabled with `--cache-file=config.cache' or simply `-C') that saves
158 On HP-UX, the default C compiler is not ANSI C compatible. If GNU
160 order to use an ANSI C compiler:
166 On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
229 causes the specified `gcc' to be used as the C compiler (unless it is
265 `-C'
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/
DREADME.webm7 Google's framework for writing C++ tests on a variety of platforms
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_asm_deps.sh45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AOC.c54 AKFLOAT C; in From4Points2Sphere() local
77 C = dif[0][0]*dif[2][1] - dif[0][1]*dif[2][0]; in From4Points2Sphere()
84 OD = C*F + A*E; in From4Points2Sphere()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dintra4x4_predict_v6.asm390 and r6, lr, r6, asr #2 ; [D|C]
400 pkhbt r2, r6, r2, lsl #16 ; [-|I|-|C]
401 add r2, r2, r11, lsl #8 ; [F|I|E|C]
455 and r5, lr, r5, asr #2 ; [D|C]
463 add r5, r5, r7, lsl #8 ; [H|C|G|D]
522 and r4, lr, r4, asr #2 ; [D|C]
543 add r5, r11, r4, lsl #8 ; [D|B|C|A]
572 and r4, lr, r4, asr #2 ; [D|C]
582 add r0, r8, r4, lsl #8 ; [D|B|C|A]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_subpixel_8t_ssse3.asm55 movd xmm2, [rsi + rdx * 2] ;C
61 punpcklbw xmm2, xmm3 ;C D
142 movq xmm2, [rsi + rdx * 2] ;C
148 punpcklbw xmm2, xmm3 ;C D
230 movq xmm2, [rsi + rdx * 2] ;C
236 punpcklbw xmm2, xmm3 ;C D
266 movq xmm2, [rsi + rdx * 2 + 8] ;C
272 punpcklbw xmm2, xmm3 ;C D
/hardware/broadcom/wlan/bcmdhd/dhdutil/
DNOTICE1 Copyright (C) 1999-2011, Broadcom Corporation
/hardware/ril/librilutils/proto/
Dsap-api.options2 # Copyright (C) 2014 The Android Open Source Project
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/gen-3200/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R

1234