Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 87) 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/bsp/intel/peripheral/libupm/src/adxl335/
Dadxl335.cxx83 int *v = new int[3]; in values() local
107 float *v = new float[3]; in acceleration() local
/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()
/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/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/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/bsp/intel/peripheral/libupm/src/ina132/
Dina132.cxx53 float v, vo; in value() 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/third_party/nestegg/halloc/src/
Dalign.h29 void * v; member
/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/bsp/intel/peripheral/libupm/src/h3lis331dl/
Dh3lis331dl.cxx602 float *v = new float[3]; in getAcceleration() local
609 int *v = new int[3]; in getRawXYZ() local
616 int *v = new int[3]; in getXYZ() local
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dmpu9150.cxx115 float *v = new float[3]; in getMagnetometer() local
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx627 float *v = new float[3]; in getAccelerometer() local
634 float *v = new float[3]; in getGyroscope() local
641 float *v = new float[3]; in getMagnetometer() local
/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/bsp/intel/peripheral/libupm/src/mma7455/
Dmma7455.cxx141 short *v = new short[3]; in readData() local
/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

1234