Searched refs:x0 (Results 1 - 25 of 342) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
H A Dstdint.h17 #define NULL (void*)0x0
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
70 x0 = _mm_xor_si128(z0, sz0);
72 x0 = _mm_sub_epi16(x0, sz0);
82 x_minus_zbin0 = _mm_sub_epi16(x0, zbin0);
90 x0 = _mm_add_epi16(x0, round0);
93 y0 = _mm_mulhi_epi16(x0, quant0);
96 y0 = _mm_add_epi16(y0, x0);
159 __m128i sz0, sz1, x0, x local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.cxx74 GFX::drawLine (int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color) { argument
75 int16_t steep = abs(y1 - y0) > abs(x1 - x0);
78 swap(x0, y0);
82 if (x0 > x1) {
83 swap(x0, x1);
88 dx = x1 - x0;
100 for (; x0 <= x1; x0++) {
102 setPixel(y0, x0, color);
104 setPixel(x0, y
115 drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) argument
122 drawCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color) argument
[all...]
H A Dgfx.h62 * @param x0 First coordinate
67 virtual void setAddrWindow (uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1) = 0;
143 * @param x0 First coordinate
149 void drawLine (int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint16_t color);
154 * @param x0 First coordinate
162 void drawTriangle (int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color);
200 * @param wrap True (0x1) or false (0x0)
/hardware/intel/common/wrs_omxil_core/utils/inc/
H A Daudio_parser.h30 #define MP3_HEADER_VERSION_25 0x0
38 #define MP3_HEADER_CRC_PROTECTED 0x0
41 #define MP3_HEADER_STEREO 0x0
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio_sbc.h25 #define AUDIO_SBC_BA_LOUDNESS 0x0
27 #define AUDIO_SBC_MODE_MONO 0x0
34 #define AUDIO_SBC_BLOCKS_4 0x0
H A Dmsm_audio_ac3.h26 #define AUDAC3_DEF_USER_DOWNMIX_FLAG 0x0
27 #define AUDAC3_DEF_USER_KARAOKE_FLAG 0x0
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio_sbc.h12 #define AUDIO_SBC_BA_LOUDNESS 0x0
15 #define AUDIO_SBC_MODE_MONO 0x0
22 #define AUDIO_SBC_BLOCKS_4 0x0
H A Dmsm_audio_ac3.h12 #define AUDAC3_DEF_USER_DOWNMIX_FLAG 0x0
13 #define AUDAC3_DEF_USER_KARAOKE_FLAG 0x0
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
H A Dtimpani-audio.h30 #define TIMPANI_MREF_MREF_BG_EN_ENABLE 0x0
35 #define TIMPANI_MREF_MREF_BG_REF_CUR_EN_ENABLE_NORMAL_OP 0x0
40 #define TIMPANI_MREF_MREF_200K_MODE_EN_ENABLE 0x0
45 #define TIMPANI_MREF_MREF_PRE_CHARGE_EN_DISABLE 0x0
50 #define TIMPANI_MREF_MREF_100UA_CUR_CONN_ON_CHIP_RESISTOR_NORMAL_OP 0x0
55 #define TIMPANI_MREF_MREF_PTAT_CURRENT_V_10UA_PTAT_NORMAL_OP 0x0
60 #define TIMPANI_MREF_MREF_400K_MODE_EN_ENABLE 0x0
74 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_REF_BUFF_CUR_V_4UA 0x0
86 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_BIAS_CUR_V_8_5UA 0x0
99 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_V_2UA 0x0
[all...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dtimpani-audio.h15 #define TIMPANI_MREF_MREF_BG_EN_ENABLE 0x0
20 #define TIMPANI_MREF_MREF_BG_REF_CUR_EN_ENABLE_NORMAL_OP 0x0
25 #define TIMPANI_MREF_MREF_200K_MODE_EN_ENABLE 0x0
30 #define TIMPANI_MREF_MREF_PRE_CHARGE_EN_DISABLE 0x0
35 #define TIMPANI_MREF_MREF_100UA_CUR_CONN_ON_CHIP_RESISTOR_NORMAL_OP 0x0
40 #define TIMPANI_MREF_MREF_PTAT_CURRENT_V_10UA_PTAT_NORMAL_OP 0x0
45 #define TIMPANI_MREF_MREF_400K_MODE_EN_ENABLE 0x0
62 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_REF_BUFF_CUR_V_4UA 0x0
73 #define TIMPANI_CDAC_IDAC_REF_CUR_CDAC_BIAS_CUR_V_8_5UA 0x0
84 #define TIMPANI_CDAC_IDAC_REF_CUR_IDAC_REF_CUR_V_2UA 0x0
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_textblit.h20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
H A Dvp9_textblit.c16 0x0, 0x5C00, 0x8020, 0xAFABEA, 0xD7EC0, 0x1111111, 0x1855740, 0x18000,
60 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, argument
62 int steep = abs(y1 - y0) > abs(x1 - x0);
68 t = x0;
69 x0 = y0;
77 if (x0 > x1) {
79 t = x0;
80 x0 = x1;
88 deltax = x1 - x0;
100 for (x = x0;
[all...]
H A Dvp9_postproc.c569 static void constrain_line(int x0, int *x1, int y0, int *y1, argument
575 dx = *x1 - x0;
580 *y1 = ((width - x0) * dy) / dx + y0;
583 dx = *x1 - x0;
588 *y1 = ((0 - x0) * dy) / dx + y0;
591 dx = *x1 - x0;
596 *x1 = ((height - y0) * dx) / dy + x0;
599 dx = *x1 - x0;
604 *x1 = ((0 - y0) * dx) / dy + x0;
735 int x0, y
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtextblit.c21 0x0, 0x5C00, 0x8020, 0xAFABEA, 0xD7EC0, 0x1111111, 0x1855740, 0x18000,
61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch) argument
63 int steep = abs(y1 - y0) > abs(x1 - x0);
70 t = x0;
71 x0 = y0;
79 if (x0 > x1)
82 t = x0;
83 x0 = x1;
91 deltax = x1 - x0;
104 for (x = x0;
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx69 command(0x0); // no offset
71 command(CMD_SETSTARTLINE | 0x0); // line #0
194 line = 0x0;
262 void EBOLED::drawLine(int8_t x0, int8_t y0, int8_t x1, int8_t y1, uint8_t color) argument
264 int16_t steep = abs(y1 - y0) > abs(x1 - x0);
267 swap(x0, y0);
271 if (x0 > x1) {
272 swap(x0, x1);
277 dx = x1 - x0;
289 for (; x0 <
346 drawTriangle(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color) argument
353 drawTriangleFilled( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color) argument
429 drawCircle(int16_t x0, int16_t y0, int16_t radius, uint8_t color) argument
466 drawRoundCorners( int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, uint8_t color) argument
501 drawCircleFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t color) argument
506 drawRoundedCornersFilled(int8_t x0, int8_t y0, int16_t radius, uint8_t cornername, int16_t delta, uint8_t color) argument
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
H A Dpdata.h25 #define SITAR_LDOH_1P95_V 0x0
30 #define SITAR_CFILT1_SEL 0x0
34 #define TABLA_LDOH_1P95_V 0x0
39 #define TABLA_CFILT1_SEL 0x0
42 #define TAIKO_CFILT1_SEL 0x0
46 #define TAIKO_LDOH_1P95_V 0x0
52 #define TABLA_OCP_300_MA 0x0
60 #define TABLA_DCYCLE_255 0x0
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
H A Dpdata.h22 #define SITAR_LDOH_1P95_V 0x0
27 #define SITAR_CFILT1_SEL 0x0
31 #define TABLA_LDOH_1P95_V 0x0
36 #define TABLA_CFILT1_SEL 0x0
40 #define TAIKO_CFILT1_SEL 0x0
44 #define TAIKO_LDOH_1P95_V 0x0
52 #define TABLA_OCP_300_MA 0x0
59 #define TABLA_DCYCLE_255 0x0
/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dssd1308-oled.cxx28 #define BUS_NUMBER 0x0
/hardware/intel/img/psb_video/src/hwdefs/
H A Ddma_api.h141 DMA_CHANNEL_MTX = 0x0, //!< DMA channel for MTX
165 DMA_BSWAP_NO_SWAP = 0x0, //!< No byte swapping will be performed.
175 DMA_PWIDTH_32_BIT = 0x0, //!< Peripheral width 32-bit.
186 DMA_DIR_MEM_TO_PERIPH = 0x0, //!< Data from memory to peripheral.
197 DMA_PERIPH_INCR_OFF = 0x0, //!< Peripheral address will not be incremented
208 DMA_PERIPH_INCR_4 = 0x0, //!< Increment peripheral address by 4
218 DMA_MODE_2D_OFF = 0x0, //!< the 2d mode will not be used
461 DMA_ACC_DEL_0 = 0x0, //!< Access delay zero clock cycles
487 DMA_BURST_0 = 0x0, //!< burst size of 0
/hardware/intel/bootstub/
H A Dspi-uart.h23 #define CLK_SPI_CDIV_100M 0x0
66 #define FRF_SPI 0x0
73 #define TMOD_TR 0x0 /* xmit & recv */
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dml_math_func.c731 * @param[in] x0, length 1
735 long inv_inverse_sqrt(long x0, int*rempow) argument
738 //% x(k+1) = x(k)*(3 - x0*x(k)^2)
769 nr_iters = test_limits_and_scale(&x0, &pow2);
779 x0_2 = x0 >>1; // This scaling incorporates factor of 2 in NR iteration below.
782 // xx= (3/2-x0/2);
783 //% NR formula: xx=xx*(3/2-x0*xx*xx/2); = xx*(1.5 - (x0/2)*xx*xx)
810 * @param[in] x0, length 1
812 long inv_fast_sqrt(long x0) argument
879 inv_one_over_x(long x0, int*pow) argument
973 test_limits_and_scale(long *x0, int *pow) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dml_math_func.c731 * @param[in] x0, length 1
735 long inv_inverse_sqrt(long x0, int*rempow) argument
738 //% x(k+1) = x(k)*(3 - x0*x(k)^2)
769 nr_iters = test_limits_and_scale(&x0, &pow2);
779 x0_2 = x0 >>1; // This scaling incorporates factor of 2 in NR iteration below.
782 // xx= (3/2-x0/2);
783 //% NR formula: xx=xx*(3/2-x0*xx*xx/2); = xx*(1.5 - (x0/2)*xx*xx)
810 * @param[in] x0, length 1
812 long inv_fast_sqrt(long x0) argument
879 inv_one_over_x(long x0, int*pow) argument
973 test_limits_and_scale(long *x0, int *pow) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayHardware.h54 #define OVERLAY_INIT_COLORKEYMASK ((0x0 << 31) | (0X0 << 30))
66 #define OVERLAY_PACKED_ORDER_YUY2 (0x0 << 14)
73 #define OVERLAY_MEMORY_LAYOUT_LINEAR (0x0 << 19)
75 #define OVERLAY_MIRRORING_NORMAL (0x0 << 17)
81 #define BUF_TYPE_FRAME (0x0<<5)
85 #define BUFFER0 (0x0<<2)
88 #define FIELD0 (0x0<<1)
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayHardware.h55 #define OVERLAY_INIT_COLORKEYMASK ((0x0 << 31) | (0X0 << 30))
68 #define OVERLAY_PACKED_ORDER_YUY2 (0x0 << 14)
75 #define OVERLAY_MEMORY_LAYOUT_LINEAR (0x0 << 19)
77 #define OVERLAY_MIRRORING_NORMAL (0x0 << 17)
85 #define BUF_TYPE_FRAME (0x0<<5)
89 #define BUFFER0 (0x0<<2)
92 #define FIELD0 (0x0<<1)

Completed in 1147 milliseconds

1234567891011>>