Searched refs:y2 (Results 1 - 16 of 16) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tapify.py15 x2,y2 = p2
16 if x1==x2 and y1==y2 :
18 return 1/ math.sqrt((x1-x2)*(x1-x2)+(y1-y2)*(y1-y2))
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx346 void EBOLED::drawTriangle(int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color) argument
349 drawLine(x1, y1, x2, y2, color);
350 drawLine(x2, y2, x0, y0, color);
353 void EBOLED::drawTriangleFilled ( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color) { argument
357 // Sort coordinates by Y order (y2 >= y1 >= y0)
361 if (y1 > y2) {
362 swap(y2, y1); swap(x2, x1);
368 if(y0 == y2) { // Handle awkward all-on-same-line case as its own thing
382 dy02 = y2 - y0,
384 dy12 = y2
[all...]
H A Deboled.h291 * @param y2 the y coordinate of the third corner
294 void drawTriangle (int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color = COLOR_WHITE);
304 * @param y2 the y coordinate of the third corner
307 void drawTriangleFilled ( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color);
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
450 y2 = y2 / 4;
452 dstBox->y2 = dstBox->y2 / 4;
484 dstBox->x2 = dstBox->y2;
485 dstBox->y2 = pPriv->height_save - tmp;
487 dstBox->y1 = dstBox->y2;
488 dstBox->y2 = tmp;
498 dstBox->y1 = pPriv->height_save - dstBox->y2;
411 i830_display_video( VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface, int id, short width, short height, int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox, short src_w, short src_h, short drw_w, short drw_h, unsigned int flags, int overlayId, int pipeId) argument
1030 int x1, x2, y1, y2; local
[all...]
H A Dpsb_overlay.h188 uint32_t y2; member in struct:__anon1464
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.h159 * @param y2 Third 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);
H A Dgfx.cxx115 GFX::drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t color) { argument
117 drawLine(x1, y1, x2, y2, color);
118 drawLine(x2, y2, x0, y0, color);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dblockd.h58 ENTROPY_CONTEXT y2; member in struct:__anon1041
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.c234 int y2 = *(src_y + x + 1); local
243 yuv2pixel(dest_even++, y2, u, v);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm80 pkhtb r10, r12, r10, asr #16 ; [y3 | y2]
81 eor r10, r10, r11 ; [(y3 ^ sz3) | (y2 ^ sz2)]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm71 vqdmulh.s16 q10, q8 ; y2 = ((Round+abs(z)) * Quant) >> 16
87 veor.s16 q10, q12 ; y2^sz2
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h166 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h141 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_q6vdec.h166 u32 y2; member in struct:vdec_cropping_window
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_q6vdec.h141 u32 y2; member in struct:vdec_cropping_window
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c3297 cpi->common.current_video_frame, y2, u2, v2,

Completed in 140 milliseconds