Searched refs:xx1 (Results 1 - 11 of 11) sorted by relevance

/external/freetype/src/autofit/
H A Dafwarp.c67 /* `xx1' to `xx2', and store the best result in `warper'. If */
75 FT_Pos xx1,
89 idx0 = xx1 - warper->t1;
95 FT_Pos w = xx2 - xx1;
111 " min=%d max=%d, xx1=%ld xx2=%ld,\n"
113 idx_min, idx_max, xx1, xx2,
305 FT_Pos xx1, xx2; local
310 xx1 = warper->x1;
314 xx1 -= w - warper->w0;
315 if ( xx1 < warpe
72 af_warper_compute_line_best( AF_Warper warper, FT_Fixed scale, FT_Pos delta, FT_Pos xx1, FT_Pos xx2, AF_WarpScore base_distort, AF_Segment segments, FT_Int num_segments ) argument
[all...]
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py191 xx1, xy1, yx1, yy1, dx1, dy1 = other
194 xx1*xx2 + xy1*yx2,
195 xx1*xy2 + xy1*yy2,
214 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine
217 xx1*xx2 + xy1*yx2,
218 xx1*xy2 + xy1*yy2,
292 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine
294 return (xx1, xy1, yx1, yy1, dx1, dy1) == \
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py191 xx1, xy1, yx1, yy1, dx1, dy1 = other
194 xx1*xx2 + xy1*yx2,
195 xx1*xy2 + xy1*yy2,
214 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine
217 xx1*xx2 + xy1*yx2,
218 xx1*xy2 + xy1*yy2,
292 xx1, xy1, yx1, yy1, dx1, dy1 = self.__affine
294 return (xx1, xy1, yx1, yy1, dx1, dy1) == \
/external/valgrind/none/tests/amd64/
H A Dbug132918.stdout.exp0 xx1 -> 0x4200 8.300000
/external/drm_hwcomposer/
H A Dseparate_rects.h44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) argument
45 : x1(xx1), y1(yy1), x2(xx2), y2(yy2) {
/external/skia/src/core/
H A DSkBitmapProcState_sample.h96 uint32_t xx1 = *xy++; local
99 SRCTYPE x2 = srcAddr[UNPACK_PRIMARY_SHORT(xx1)];
100 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)];
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_rdft_neon.c98 const float32x4_t xx1 = vsubq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
112 const float32x4_t xx1_rev = vrev64q_f32(xx1);
117 vst1_f32(&a[j + 16], vget_low_f32(xx1));
156 const float32x4_t xx1 = vsubq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
162 float32x4_t xx4 = vmulq_f32(wk2rv, xx1);
165 xx4 = vmlaq_f32(xx4, wk2iv, vrev64q_f32(xx1));
H A Daec_rdft_sse2.c115 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
136 _mm_storel_epi64((__m128i*)&a[j0 + 16], _mm_castps_si128(xx1));
139 _mm_shuffle_epi32(_mm_castps_si128(xx1), _MM_SHUFFLE(2, 3, 2, 3)));
189 const __m128 xx1 = _mm_sub_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
190 const __m128 xx2 = _mm_mul_ps(xx1, wk2rv);
194 _mm_castps_si128(xx1), _MM_SHUFFLE(2, 3, 0, 1))));
/external/speex/libspeex/
H A Dfilters.c484 VARDECL(spx_word16_t *xx1);
489 ALLOC(xx1, M2+N2, spx_word16_t);
493 xx1[i] = x1[N2-1-i];
495 xx1[N2+i] = mem1[2*i+1];
506 x10 = xx1[N2-2-i];
515 x11 = xx1[N2-1+j-i];
532 x10 = xx1[N2+j-i];
563 mem1[2*i+1] = xx1[i];
/external/libjpeg-turbo/
H A Djquant2.c770 JLONG xx0, xx1; /* distance increments */ local
810 xx1 = inc1;
824 dist1 += xx1;
825 xx1 += 2 * STEP_C1 * STEP_C1;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1122 int xx1 = (x1 + delta1) >> XY_SHIFT; local
1125 if( xx2 >= 0 && xx1 < size.width )
1127 if( xx1 < 0 )
1128 xx1 = 0;
1131 ICV_HLINE( ptr, xx1, xx2, color, pix_size );

Completed in 1049 milliseconds