Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 77) sorted by relevance

1234

/hardware/intel/common/libwsbm/src/
Dwsbm_atomic.h21 wsbmAtomicIncZero(struct _WsbmAtomic *v) in wsbmAtomicIncZero()
31 wsbmAtomicDecNegative(struct _WsbmAtomic *v) in wsbmAtomicDecNegative()
42 wsbmAtomicDecZero(struct _WsbmAtomic *v) in wsbmAtomicDecZero()
53 wsbmAtomicInc(struct _WsbmAtomic *v) in wsbmAtomicInc()
59 wsbmAtomicDec(struct _WsbmAtomic *v) in wsbmAtomicDec()
65 wsbmAtomicCmpXchg(volatile struct _WsbmAtomic *v, int32_t old, int32_t new) in wsbmAtomicCmpXchg()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dsubexp.c15 static int inv_recenter_nonneg(int v, int m) { in inv_recenter_nonneg()
25 const int v = vp9_read_literal(r, l - 1); in decode_uniform() local
30 static int merge_index(int v, int n, int modulus) { in merge_index()
45 static int inv_remap_prob(int v, int m) { in inv_remap_prob()
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_AOC.c120 const AKFVEC v[], /*!< (i) : input vectors */ in MeanVar()
150 const AKFVEC v[], /*!< (i) : input vectors */ in Get4points()
215 const AKFVEC *v /*!< [in] vector */ in CheckInitFvec()
DAKFS_Device.h63 uint8 v[3]; member
72 AKFLOAT v[3]; member
DAKFS_Device.c45 AKFVEC v[] /*!< buffer */ in AKFS_BufShift()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_subexp.c21 static int recenter_nonneg(int v, int m) { in recenter_nonneg()
30 static int remap_prob(int v, int m) { in remap_prob()
81 static void encode_uniform(vp9_writer *w, int v) { in encode_uniform()
Dvp9_treewriter.c14 int i, int v, int l) { in tree2tok()
Dvp9_resize.c534 const uint8_t *const u, const uint8_t *const v, in vp9_resize_frame420()
549 const uint8_t *const u, const uint8_t *const v, in vp9_resize_frame422()
564 const uint8_t *const u, const uint8_t *const v, in vp9_resize_frame444()
Dvp9_writer.h97 #define vp9_write_prob(w, v) vp9_write_literal((w), (v), 8) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.h41 #define ARG_DEF(s,l,v,d) {s,l,v,d, NULL} argument
42 #define ARG_DEF_ENUM(s,l,v,d,e) {s,l,v,d,e} argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c145 int v; in vp9_post_proc_down_and_across_c() local
157 int v = p_src[col]; in vp9_post_proc_down_and_across_c() local
455 void vp9_blend_mb_inner_c(uint8_t *y, uint8_t *u, uint8_t *v, in vp9_blend_mb_inner_c()
488 void vp9_blend_mb_outer_c(uint8_t *y, uint8_t *u, uint8_t *v, in vp9_blend_mb_outer_c()
543 void vp9_blend_b_c(uint8_t *y, uint8_t *u, uint8_t *v, in vp9_blend_b_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtreewriter.h65 int v, in vp8_treed_write()
90 static int vp8_treed_cost( in vp8_treed_cost()
Dencodemv.c25 const int v, in encode_mvcomponent()
100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc) in cost_mvcomponent()
Dtokenize.c118 int band, rc, v, token; in tokenize2nd_order_b() local
209 int band, rc, v; in tokenize1st_order_b() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddetokenize.c63 int v; in GetSigned() local
106 int v, j; in GetCoeffs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h234 #define VPX_VERSION_MAJOR(v) ((v>>16)&0xff) /**< extract major from packed version */ argument
235 #define VPX_VERSION_MINOR(v) ((v>>8)&0xff) /**< extract minor from packed version */ argument
236 #define VPX_VERSION_PATCH(v) ((v>>0)&0xff) /**< extract patch from packed version */ argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dalign.h29 void * v; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c140 unsigned char v; in vp8_post_proc_down_and_across_mb_row_c() local
454 const int v = (int)(.5 + 256 * vp8_gaussian(sigma, 0, i)); in fillrd() local
540 void vp8_blend_mb_inner_c (unsigned char *y, unsigned char *u, unsigned char *v, in vp8_blend_mb_inner_c()
578 void vp8_blend_mb_outer_c (unsigned char *y, unsigned char *u, unsigned char *v, in vp8_blend_mb_outer_c()
642 void vp8_blend_b_c (unsigned char *y, unsigned char *u, unsigned char *v, in vp8_blend_b_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dresize_util.c27 static int parse_dim(char *v, int *width, int *height) { in parse_dim()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_ImgConv.c181 OMX_U8 *y, *u, *v, *w; /* Pointers on Y U V buffers and Weight buffer */ in ConvertChromReduction() local
461 OMX_U8 *y, *u, *v, *w; in ConvertNoChromReduction() local
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.cpp207 status_t A2dpAudioInterface::setVoiceVolume(float v) in setVoiceVolume()
212 status_t A2dpAudioInterface::setMasterVolume(float v) in setMasterVolume()
DAudioHardwareGeneric.cpp141 status_t AudioHardwareGeneric::setVoiceVolume(float v) in setVoiceVolume()
147 status_t AudioHardwareGeneric::setMasterVolume(float v) in setMasterVolume()
/hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c98 #define RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) a ## v ## b argument
99 #define RPC_CALLBACK_FUNC_VERSION(a,v,b) RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h74 #define store32_ua(a, v) htol32_ua_store(v, a) argument
76 #define store16_ua(a, v) htol16_ua_store(v, a) argument
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
Dloc_api_rpc_glue.c98 #define RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) a ## v ## b argument
99 #define RPC_CALLBACK_FUNC_VERSION(a,v,b) RPC_CALLBACK_FUNC_VERSION_BASE(a,v,b) argument

1234