/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlmath.h | 34 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 35 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 62 #define sqrt(x) ml_sqrt(x) argument 63 #define log(x) ml_log(x) argument 64 #define asin(x) ml_asin(x) argument 65 #define atan(x) ml_atan(x) argument 66 #define atan2(x,y) ml_atan2(x,y) argument 67 #define ceil(x) ml_ceil(x) argument 68 #define floor(x) ml_floor(x) argument 69 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) argument 23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) argument 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 54 #define atan2(x,y) ml_atan2(x,y) argument 55 #define ceil(x) ml_ceil(x) argument 56 #define floor(x) ml_floor(x) argument 57 #define fabs(x) (((x)<0)?-(x):(x)) argument [all …]
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_Math.h | 32 #define AKFS_SIN(x) sin(x) argument 33 #define AKFS_COS(x) cos(x) argument 34 #define AKFS_ASIN(x) asin(x) argument 35 #define AKFS_ACOS(x) acos(x) argument 36 #define AKFS_ATAN2(y, x) atan2((y), (x)) argument 37 #define AKFS_SQRT(x) sqrt(x) argument 39 #define AKFS_SIN(x) sinf(x) argument 40 #define AKFS_COS(x) cosf(x) argument 41 #define AKFS_ASIN(x) asinf(x) argument 42 #define AKFS_ACOS(x) acosf(x) argument [all …]
|
/hardware/qcom/gps/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
D | platform_lib_macros.h | 34 #define TS_PRINTF(format, x...) \ argument 52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_DebugMem.h | 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument 60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument 61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument 62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument 65 #define validate(x) argument
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_DebugMem.h | 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument 36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument 37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument 38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument 41 #define validate(x) argument
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_DebugMem.h | 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) argument 60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) argument 61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) argument 62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) argument 65 #define validate(x) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | basic_types.h | 26 #define INT64_C(x) x ## I64 argument 29 #define UINT64_C(x) x ## UI64 argument 37 #define INT64_C(x) x ## L argument 40 #define UINT64_C(x) x ## UL argument 47 #define INT64_C(x) x ## LL argument 50 #define UINT64_C(x) x ## ULL argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeframe.c | 81 static unsigned int tt_activity_measure( VP8_COMP *cpi, MACROBLOCK *x ) in tt_activity_measure() 106 MACROBLOCK *x, int use_dc_pred ) in alt_activity_measure() 116 static unsigned int mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x, in mb_activity_measure() 205 static void calc_activity_index( VP8_COMP *cpi, MACROBLOCK *x ) in calc_activity_index() 265 MACROBLOCK *const x = & cpi->mb; in build_activity_map() local 337 void vp8_activity_masking(VP8_COMP *cpi, MACROBLOCK *x) in vp8_activity_masking() 365 MACROBLOCK *x, in encode_mb_row() 609 MACROBLOCK *const x = & cpi->mb; in init_encode_frame_mb_context() local 684 static void sum_coef_counts(MACROBLOCK *x, MACROBLOCK *x_thread) in sum_coef_counts() 717 MACROBLOCK *const x = & cpi->mb; in vp8_encode_frame() local [all …]
|
D | tokenize.c | 105 MACROBLOCK *x, in tokenize2nd_order_b() 193 MACROBLOCK *x, in tokenize1st_order_b() 365 static int mb_is_skippable(MACROBLOCKD *x, int has_y2_block) in mb_is_skippable() 383 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_tokenize_mb() 466 const _int64 x = context_counters [type] [band] [pt] [t]; in print_context_counters() local 500 MACROBLOCK *x in stuff2nd_order_b() 525 MACROBLOCK *x in stuff1st_order_b() 550 MACROBLOCK *x in stuff1st_order_buv() 567 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_stuff_mb() 594 void vp8_fix_contexts(MACROBLOCKD *x) in vp8_fix_contexts()
|
D | encodemb.c | 96 static void vp8_subtract_mb(MACROBLOCK *x) in vp8_subtract_mb() 107 static void build_dcblock(MACROBLOCK *x) in build_dcblock() 118 void vp8_transform_mbuv(MACROBLOCK *x) in vp8_transform_mbuv() 130 void vp8_transform_intra_mby(MACROBLOCK *x) in vp8_transform_intra_mby() 150 static void transform_mb(MACROBLOCK *x) in transform_mb() 178 static void transform_mby(MACROBLOCK *x) in transform_mby() 238 int x; in optimize_b() local 468 static void check_reset_2nd_coeffs(MACROBLOCKD *x, int type, in check_reset_2nd_coeffs() 506 static void optimize_mb(MACROBLOCK *x) in optimize_mb() 549 void vp8_optimize_mby(MACROBLOCK *x) in vp8_optimize_mby() [all …]
|
D | encodeintra.c | 21 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred) in vp8_encode_intra() 52 void vp8_encode_intra4x4block(MACROBLOCK *x, int ib) in vp8_encode_intra4x4block() 93 void vp8_encode_intra16x16mby(MACROBLOCK *x) in vp8_encode_intra16x16mby() 116 void vp8_encode_intra16x16mbuv(MACROBLOCK *x) in vp8_encode_intra16x16mbuv()
|
D | treewriter.h | 39 #define vp8_cost_zero( x) ( vp8_prob_cost[x]) argument 40 #define vp8_cost_one( x) vp8_cost_zero( vp8_complement(x)) argument 42 #define vp8_cost_bit( x, b) vp8_cost_zero( (b)? vp8_complement(x) : (x) ) argument 84 vp8_token *const x in vp8_write_token() 114 vp8_token *const x in vp8_cost_token()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 37 #define PRINT(x...) do { \ argument 46 #define D(x...) do { } while(0) argument 52 #define V(x...) do { } while(0) argument 55 #define E(x...) do { \ argument
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 25 #define PRINT(x...) do { \ argument 34 #define D(x...) do { } while(0) argument 40 #define V(x...) do { } while(0) argument 43 #define E(x...) do { \ argument
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/ |
D | Exynos_OMX_Macros.h | 37 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument 38 #define ALIGN_TO_16B(x) ((((x) + (1 << 4) - 1) >> 4) << 4) argument 39 #define ALIGN_TO_32B(x) ((((x) + (1 << 5) - 1) >> 5) << 5) argument 40 #define ALIGN_TO_128B(x) ((((x) + (1 << 7) - 1) >> 7) << 7) argument 41 #define ALIGN_TO_8KB(x) ((((x) + (1 << 13) - 1) >> 13) << 13) argument
|
/hardware/ti/omap4-aah/libtiutils/ |
D | UtilsCommon.h | 58 inline int floor(const T x) { in floor() 63 inline int round(const T x) { in round() 82 inline const T & bound(const T & min, const T & x, const T & max) { in bound() 87 inline T abs(const T & x) { in abs()
|
/hardware/libhardware_legacy/ |
D | qemu.h | 91 # define QEMU_FALLBACK(x) \ argument 96 # define QEMU_FALLBACK_VOID(x) \ argument 104 # define QEMU_FALLBACK(x) ((void)0) argument 105 # define QEMU_FALLBACK_VOID(x) ((void)0) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/ |
D | quantize_arm.c | 26 void vp8_quantize_mby_neon(MACROBLOCK *x) in vp8_quantize_mby_neon() 40 void vp8_quantize_mb_neon(MACROBLOCK *x) in vp8_quantize_mb_neon() 55 void vp8_quantize_mbuv_neon(MACROBLOCK *x) in vp8_quantize_mbuv_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_wrapper_sse2.c | 32 static void vp8_build_intra_predictors_mbuv_x86(MACROBLOCKD *x, in vp8_build_intra_predictors_mbuv_x86() 71 void vp8_build_intra_predictors_mbuv_s_sse2(MACROBLOCKD *x, in vp8_build_intra_predictors_mbuv_s_sse2() 92 void vp8_build_intra_predictors_mbuv_s_ssse3(MACROBLOCKD *x, in vp8_build_intra_predictors_mbuv_s_ssse3() 128 static void vp8_build_intra_predictors_mby_x86(MACROBLOCKD *x, in vp8_build_intra_predictors_mby_x86() 163 void vp8_build_intra_predictors_mby_s_sse2(MACROBLOCKD *x, in vp8_build_intra_predictors_mby_s_sse2() 175 void vp8_build_intra_predictors_mby_s_ssse3(MACROBLOCKD *x, in vp8_build_intra_predictors_mby_s_ssse3()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | md5_utils.c | 144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 145 #define F2(x, y, z) F1(z, x, y) argument 146 #define F3(x, y, z) (x ^ y ^ z) argument 147 #define F4(x, y, z) (y ^ (x | ~z)) argument 150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderAVC.h | 48 #define GET_FT(x) ( (x & 0xF0000000 ) >> 28 ) //get frame type argument 49 #define GET_CO(x) ( (x & 0x0C000000 ) >> 26 ) //get cache operation argument 50 #define GET_FC(x) ( (x & 0x01FFFFFF ) ) //get frame count argument 52 #define SET_FT(x, y) { x = ((x & ~0xF0000000) | (y << 28)); } argument 53 #define SET_CO(x, y) { x = ((x & ~0x0C000000) | (y << 26 )); } argument 54 #define SET_FC(x, y) { x = ((x & ~0x01FFFFFF) | (y & 0x01FFFFFF )); } argument
|