Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
Dviddec_fw_item_types.h180 #define viddec_fw_get_user_data_size(x) ((x)->user_data.size) argument
181 #define viddec_fw_get_user_data(x) (unsigned char *)&((x)->user_data.data_payload[0]) argument
198 …#define viddec_fw_mp2_sh_get_horizontal_size_value(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
199 …#define viddec_fw_mp2_sh_get_vertical_size_value(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
200 …#define viddec_fw_mp2_sh_get_aspect_ratio_information(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
201 …#define viddec_fw_mp2_sh_get_frame_rate_code(x) viddec_fw_bitfields_extract( (x)->seq_hdr… argument
202 …#define viddec_fw_mp2_sh_set_horizontal_size_value(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
203 …#define viddec_fw_mp2_sh_set_vertical_size_value(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
204 …#define viddec_fw_mp2_sh_set_aspect_ratio_information(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
205 …#define viddec_fw_mp2_sh_set_frame_rate_code(x, val) viddec_fw_bitfields_insert ( (x)->se… argument
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/include/
Dviddec_fw_mp4.h50 …#define viddec_fw_mp4_get_reversible_vlc(x) viddec_fw_bitfields_extract((x)->vol_flags, 8, 0… argument
51 …#define viddec_fw_mp4_set_reversible_vlc(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val, 8… argument
52 …#define viddec_fw_mp4_get_data_partitioned(x) viddec_fw_bitfields_extract((x)->vol_flags, 7,… argument
53 …#define viddec_fw_mp4_set_data_partitioned(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val,… argument
54 …#define viddec_fw_mp4_get_resync_marker_disable(x) viddec_fw_bitfields_extract((x)->vol_flags… argument
55 …#define viddec_fw_mp4_set_resync_marker_disable(x, val) viddec_fw_bitfields_insert((x)->vol_flags,… argument
56 …#define viddec_fw_mp4_get_quarter_sample(x) viddec_fw_bitfields_extract((x)->vol_flags, 5, 0… argument
57 …#define viddec_fw_mp4_set_quarter_sample(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val, 5… argument
58 …#define viddec_fw_mp4_get_obmc_disable(x) viddec_fw_bitfields_extract((x)->vol_flags, 4, 0x1) argument
59 …#define viddec_fw_mp4_set_obmc_disable(x, val) viddec_fw_bitfields_insert((x)->vol_flags, val, 4, … argument
[all …]
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #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/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h22 #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/
DAKFS_Math.h32 #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/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_fw_debug.h5 #define SWAP_BYTE(x,y,z) (( ( (x) >> ((y) << 3))& 0xFF) << ((z) << 3)) argument
6 #define SWAP_WORD(x) ( SWAP_BYTE((x),0,3) | SWAP_BYTE((x),1,2) |SWAP_BYTE((x),2,1) |SWAP_BYTE(… argument
20 #define DUMP_TO_MEM(x) DEB("0x%.08X ",x); argument
22 #define read_ret(x) argument
23 #define read_fp(x) argument
24 #define read_sp(x) argument
25 #define read_wim(x) argument
26 #define read_psr(x) argument
30 #define DUMP_TO_MEM(x) ((volatile unsigned int *)0x8F000000)[dump_ptr++] = SWAP_WORD(x); argument
31 #define read_ret(x) asm("mov %%i7, %0\n":"=r" (x)) argument
[all …]
/hardware/qcom/gps/msm8974/platform_lib_abstractions/
Dplatform_lib_macros.h34 #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/
Dplatform_lib_macros.h34 #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/msm8084/platform_lib_abstractions/
Dplatform_lib_macros.h34 #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/platform_lib_abstractions/
Dplatform_lib_macros.h34 #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/omap4-aah/domx/omx_core/inc/
DOMX_DebugMem.h58 #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/
DOMX_DebugMem.h34 #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/omap4xxx/domx/omx_core/inc/
DOMX_DebugMem.h58 #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/
Dbasic_types.h26 #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/
Dencodeframe.c81 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 …]
Dtokenize.c105 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()
Dencodemb.c96 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 …]
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #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/msm8084/loc_api/libloc_api-rpc/inc/
Ddebug.h25 #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/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #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/
Ddebug.h25 #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/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc/
Ddebug.h25 #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/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h37 #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/ti/omap4-aah/libtiutils/
DUtilsCommon.h58 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/
Dqemu.h91 # 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

12345678910>>...18