Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dmd5_utils.c144 #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/bsp/intel/peripheral/libupm/src/lcd/
Deboled.cxx180 void EBOLED::drawChar (uint8_t x, uint8_t y, uint8_t data, uint8_t color, uint8_t size) { in drawChar()
234 void EBOLED::drawPixel(int8_t x, int8_t y, uint8_t color) in drawPixel()
303 void EBOLED::drawLineHorizontal(int8_t x, int8_t y, uint8_t width, uint8_t color) in drawLineHorizontal()
308 void EBOLED::drawLineVertical(int8_t x, int8_t y, uint8_t height, uint8_t color) in drawLineVertical()
313 void EBOLED::drawRectangle(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangle()
326 void EBOLED::drawRoundedRectangle(int8_t x, int8_t y, int8_t width, int8_t height, int16_t radius, … in drawRoundedRectangle()
339 void EBOLED::drawRectangleFilled(int8_t x, int8_t y, uint8_t width, uint8_t height, uint8_t color) in drawRectangleFilled()
355 int16_t a, b, y, last; in drawTriangleFilled() local
435 int16_t y = radius; in drawCircle() local
471 int16_t y = radius; in drawRoundCorners() local
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) argument
64 #define pow(x,y) ml_pow(x,y) argument
70 #define atan2f(x,y) ml_atan2(x,y) argument
87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument
91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h54 #define atan2(x,y) ml_atan2(x,y) argument
64 #define pow(x,y) ml_pow(x,y) argument
70 #define atan2f(x,y) ml_atan2(x,y) argument
87 #define MIN(x,y) (((x)<(y))?(x):(y)) argument
91 #define MAX(x,y) (((x)>(y))?(x):(y)) argument
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.cxx44 GFX::setPixel (int x, int y, uint16_t color) { in setPixel()
62 GFX::fillRect (int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) { in fillRect()
69 GFX::drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color) { in drawFastVLine()
127 int16_t y = r; in drawCircle() local
157 GFX::setCursor (int16_t x, int16_t y) { in setCursor()
179 GFX::drawChar (int16_t x, int16_t y, uint8_t data, uint16_t color, uint16_t bg, uint8_t size) { in drawChar()
/hardware/ti/omap3/dspbridge/libbridge/inc/
D_dbpriv.h41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument
42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
/hardware/ti/omap3/dspbridge/inc/
D_dbpriv.h41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument
42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dintrapred_test.cc57 for (int y = 0; y < block_size_; y++) in FillRandom() local
105 for (int y = 0; y < block_size_; y++) in CheckDCPrediction() local
112 for (int y = 1; y < block_size_; ++y) in CheckDCPrediction() local
127 for (int y = 0; y < block_size_; y++) in CheckVPrediction() local
136 for (int y = 0; y < block_size_; y++) in CheckHPrediction() local
153 for (int y = 0; y < block_size_; y++) in CheckTMPrediction() local
Dconvolve_test.cc269 for (int y = 0; y < Height(); ++y) in TEST_P() local
286 for (int y = 0; y < Height(); ++y) in TEST_P() local
303 for (int y = 0; y < Height(); ++y) in TEST_P() local
375 for (int y = 0; y < Height(); ++y) in TEST_P() local
393 for (int y = 0; y < Height(); ++y) { in TEST_P() local
434 for (int y = 0; y < Height(); ++y) in TEST_P() local
515 for (int y = 0; y < Height(); ++y) { in TEST_P() local
532 for (int y = 0; y < Height(); ++y) { in TEST_P() local
569 for (int y = 0; y < Height(); ++y) { in TEST_P() local
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayer.cpp29 inline bool operator==(const hwc_rect_t& x, const hwc_rect_t& y) in operator ==()
37 inline bool operator !=(const hwc_rect_t& x, const hwc_rect_t& y) in operator !=()
42 inline bool operator ==(const hwc_frect_t& x, const hwc_frect_t& y) in operator ==()
50 inline bool operator !=(const hwc_frect_t& x, const hwc_frect_t& y) in operator !=()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayer.cpp30 inline bool operator==(const hwc_rect_t& x, const hwc_rect_t& y) in operator ==()
38 inline bool operator !=(const hwc_rect_t& x, const hwc_rect_t& y) in operator !=()
43 inline bool operator ==(const hwc_frect_t& x, const hwc_frect_t& y) in operator ==()
51 inline bool operator !=(const hwc_frect_t& x, const hwc_frect_t& y) in operator !=()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.h45 const int y = sf ? sf->scale_value_y(y_offset, sf) : y_offset; in scaled_buffer_offset() local
55 const int y = (MI_SIZE * mi_row) >> subsampling_y; in setup_pred_plane() local
Dvp9_textblit.c27 static void plot(int x, int y, unsigned char *image, int pitch) { in plot()
64 int error, ystep, y, x; in vp9_blit_line() local
/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx220 int16_t x, y, z; in updateGyroscope() local
238 int16_t x, y, z; in updateAccelerometer() local
256 int16_t x, y, z; in updateMagnetometer() local
588 void LSM9DS0::getAccelerometer(float *x, float *y, float *z) in getAccelerometer()
600 void LSM9DS0::getGyroscope(float *x, float *y, float *z) in getGyroscope()
612 void LSM9DS0::getMagnetometer(float *x, float *y, float *z) in getMagnetometer()
/hardware/bsp/intel/peripheral/libupm/src/adxl335/
Dadxl335.cxx91 int x, y, z; in acceleration() local
117 int x, y, z; in calibrate() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve2_dspr2.c29 int32_t y; in convolve_bi_horiz_4_transposed_dspr2() local
119 int32_t y; in convolve_bi_horiz_8_transposed_dspr2() local
257 int32_t c, y; in convolve_bi_horiz_16_transposed_dspr2() local
489 int32_t c, y; in convolve_bi_horiz_64_transposed_dspr2() local
719 int x, y; in convolve_bi_horiz_transposed() local
Dvp9_convolve8_dspr2.c45 int32_t y; in convolve_horiz_4_transposed_dspr2() local
161 int32_t y; in convolve_horiz_8_transposed_dspr2() local
338 int32_t c, y; in convolve_horiz_16_transposed_dspr2() local
628 int32_t c, y; in convolve_horiz_64_transposed_dspr2() local
916 int x, y, k; in convolve_horiz_transposed() local
936 int x, y; in copy_horiz_transposed() local
1078 int x, y; in vp9_convolve_copy_dspr2() local
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
DAKFS_Math.h36 #define AKFS_ATAN2(y, x) atan2((y), (x)) argument
43 #define AKFS_ATAN2(y, x) atan2f((y), (x)) argument
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
Dak8975.cxx165 int16_t x, y, z; in update() local
230 void AK8975::getMagnetometer(float *x, float *y, float *z) in getMagnetometer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtextblit.c55 static void plot (const int x, const int y, unsigned char *image, const int pitch) in plot()
65 int error, ystep, y, x; in vp8_blit_line() local
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp225 void QCamera3CropRegionMapper::toActiveArray(uint32_t& x, uint32_t& y) in toActiveArray()
254 void QCamera3CropRegionMapper::toSensor(uint32_t& x, uint32_t& y) in toSensor()
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DDisplayPlane.cpp93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition()
110 void DisplayPlane::setPosition(int x, int y, int w, int h) in setPosition()
139 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.h52 #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
/hardware/bsp/intel/peripheral/libupm/src/lol/
Dlol.cxx171 unsigned char LoL::setPixel(int x, int y, unsigned char pixel) in setPixel()
180 unsigned char LoL::getPixel(int x, int y) in getPixel()
/hardware/intel/img/hwcomposer/merrifield/common/planes/
DDisplayPlane.cpp87 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h) in checkPosition()
104 void DisplayPlane::setPosition(int x, int y, int w, int h) in setPosition()
118 void DisplayPlane::setSourceCrop(int x, int y, int w, int h) in setSourceCrop()

12345678910>>...12