Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 31) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c112 int x0, x1, x2, x3; in fadst4() local
117 x2 = input[2]; in fadst4()
120 if (!(x0 | x1 | x2 | x3)) { in fadst4()
129 s4 = sinpi_3_9 * x2; in fadst4()
136 x2 = s1 - s3 + s6; in fadst4()
141 s2 = x2 - x3; in fadst4()
142 s3 = x2 - x0 + x3; in fadst4()
194 /*canbe16*/ int x0, x1, x2, x3; in fdct8() local
209 x2 = s1 - s2; in fdct8()
213 t2 = x2 * cospi_24_64 + x3 * cospi_8_64; in fdct8()
[all …]
Dvp9_resize.c236 int x, x1, x2, sum, k, int_pel, sub_pel; in interpolate() local
256 x2 = x; in interpolate()
257 if (x1 > x2) { in interpolate()
286 for (; x <= x2; ++x, y += delta) { in interpolate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; in iadst8_dspr2() local
477 x2 = input[5]; in iadst8_dspr2()
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { in iadst8_dspr2()
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3; in iadst8_dspr2()
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3; in iadst8_dspr2()
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS); in iadst8_dspr2()
512 s2 = x2; in iadst8_dspr2()
521 x2 = s0 - s2; in iadst8_dspr2()
529 s2 = cospi_16_64 * (x2 + x3); in iadst8_dspr2()
530 s3 = cospi_16_64 * (x2 - x3); in iadst8_dspr2()
[all …]
Dvp9_itrans4_dspr2.c324 int x0, x1, x2, x3; in iadst4_dspr2() local
328 x2 = input[2]; in iadst4_dspr2()
331 if (!(x0 | x1 | x2 | x3)) { in iadst4_dspr2()
339 s3 = sinpi_4_9 * x2; in iadst4_dspr2()
340 s4 = sinpi_1_9 * x2; in iadst4_dspr2()
343 s7 = x0 - x2 + x3; in iadst4_dspr2()
347 x2 = sinpi_3_9 * s7; in iadst4_dspr2()
352 s2 = x2; in iadst4_dspr2()
Dvp9_itrans16_dspr2.c919 int x2 = input[13]; in iadst16() local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 in iadst16()
946 s2 = x2 * cospi_5_64 + x3 * cospi_27_64; in iadst16()
947 s3 = x2 * cospi_27_64 - x3 * cospi_5_64; in iadst16()
963 x2 = dct_const_round_shift(s2 + s10); in iadst16()
981 s2 = x2; in iadst16()
998 x2 = s2 + s6; in iadst16()
1016 s2 = x2; in iadst16()
1033 x2 = s0 - s2; in iadst16()
1049 s2 = (- cospi_16_64) * (x2 + x3); in iadst16()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
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))
Dvp9_idct.c246 int x2 = input[2]; in iadst4() local
249 if (!(x0 | x1 | x2 | x3)) { in iadst4()
257 s3 = sinpi_4_9 * x2; in iadst4()
258 s4 = sinpi_1_9 * x2; in iadst4()
261 s7 = x0 - x2 + x3; in iadst4()
265 x2 = sinpi_3_9 * s7; in iadst4()
270 s2 = x2; in iadst4()
319 int x2 = input[5]; in iadst8() local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) { in iadst8()
335 s2 = cospi_10_64 * x2 + cospi_22_64 * x3; in iadst8()
[all …]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
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… in drawTriangle() argument
349 drawLine(x1, y1, x2, y2, color); in drawTriangle()
350 drawLine(x2, y2, x0, y0, color); in drawTriangle()
353 void EBOLED::drawTriangleFilled ( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2,… in drawTriangleFilled() argument
362 swap(y2, y1); swap(x2, x1); in drawTriangleFilled()
372 if(x2 < a) a = x2; in drawTriangleFilled()
373 else if(x2 > b) b = x2; in drawTriangleFilled()
381 dx02 = x2 - x0, in drawTriangleFilled()
383 dx12 = x2 - x1, in drawTriangleFilled()
Deboled.h294 …void drawTriangle (int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_t color…
307 …void drawTriangleFilled ( int8_t x0, int8_t y0, int8_t x1, int8_t y1, int8_t x2, int8_t y2, uint8_…
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c414 …int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, i… in i830_display_video() argument
449 x2 = x2 / 4; in i830_display_video()
451 dstBox->x2 = dstBox->x2 / 4; in i830_display_video()
483 tmp = dstBox->x2; in i830_display_video()
484 dstBox->x2 = dstBox->y2; in i830_display_video()
495 dstBox->x1 = pPriv->width_save - dstBox->x2; in i830_display_video()
496 dstBox->x2 = pPriv->width_save - tmp; in i830_display_video()
505 tmp = dstBox->x2; in i830_display_video()
506 dstBox->x2 = pPriv->width_save - dstBox->y2; in i830_display_video()
509 dstBox->x1 = dstBox->x2; in i830_display_video()
[all …]
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.cxx115 GFX::drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_t … in drawTriangle() argument
117 drawLine(x1, y1, x2, y2, color); in drawTriangle()
118 drawLine(x2, y2, x0, y0, color); in drawTriangle()
Dgfx.h162 …void drawTriangle (int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint16_…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_iht8x8_add_neon.asm360 ; cospi_10_64 * x2
364 ; cospi_22_64 * x2
371 ; s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
375 ; s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
422 ; x2 = dct_const_round_shift(s2 + s6);
464 vsub.s16 q11, q11, q9 ; x2 = s0 - s2;
504 ; cospi_16_64 * x2
512 ; cospi_16_64 * x2 + cospi_16_64 * x3;
516 ; cospi_16_64 * x2 - cospi_16_64 * x3;
520 ; x2 = dct_const_round_shift(s2);
[all …]
Dvp9_iht4x4_add_neon.asm62 vmull.s16 q13, d5, d18 ; s3 = sinpi_4_9 * x2
63 vmull.s16 q14, d3, d18 ; s4 = sinpi_1_9 * x2
67 vsubw.s16 q15, q15, d18 ; s7 = x0 + x3 - x2
75 vmul.s32 q15, q15, q8 ; x2 = sinpi_3_9 * s7
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dvp8_fast_quantize_b_armv6.asm65 sadd16 r12, r12, r10 ; [x3+r3 | x2+r2]
69 smulbb r10, r12, r9 ; [(x2+r2)*q2]
93 smulbb r9, r10, r11 ; [x2*dq2]
99 strh r9, [r7, #4] ; dqcoeff[2] = [x2*dq2]
/hardware/intel/bootstub/
DVERSION10 0.3 spi on select 0x2. June 17, 2008
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm57 vabs.s16 q10, q0 ; calculate x2 = abs(z_2)
66 vadd.s16 q10, q6 ; x2 + Round
105 vst1.s16 {q10, q11}, [r6] ; store: qcoeff = x2
107 vmul.s16 q12, q6, q10 ; x2 * Dequant
Dsubtract_neon.asm70 mov r6, #32 ; "diff" stride x2
119 mov r12, #32 ; "diff" stride x2
/hardware/ti/omap4-aah/security/tf_daemon/
Dlib_manifest2.c119 uint8_t x2 = pName2[i]; in static_sectionNameEqualCaseInsensitive() local
123 if ((x1 & ~0x20) != (x2 & ~0x20)) in static_sectionNameEqualCaseInsensitive()
/hardware/ti/omap4xxx/security/tf_daemon/
Dlib_manifest2.c119 uint8_t x2 = pName2[i]; in static_sectionNameEqualCaseInsensitive() local
123 if ((x1 & ~0x20) != (x2 & ~0x20)) in static_sectionNameEqualCaseInsensitive()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in transpose8x16() local
1477 x2 = _mm_loadl_epi64((__m128i *)(in0 + 2 * in_p)); in transpose8x16()
1491 x1 = _mm_unpacklo_epi8(x2, x3); in transpose8x16()
1492 x2 = _mm_unpacklo_epi8(x4, x5); in transpose8x16()
1501 x5 = _mm_unpacklo_epi16(x2, x3); in transpose8x16()
1517 x5 = _mm_unpackhi_epi16(x2, x3); in transpose8x16()
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; in transpose() local
1544 x2 = _mm_loadl_epi64((__m128i *)(in + 2*in_p)); // 20 21 22 23 24 25 26 27 in transpose()
1553 x1 = _mm_unpacklo_epi8(x2, x3); in transpose()
1555 x2 = _mm_unpacklo_epi8(x4, x5); in transpose()
[all …]
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_q6vdec.h165 u32 x2; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_q6vdec.h140 u32 x2; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_q6vdec.h140 u32 x2; member
/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6vdec.h165 u32 x2; member

12