Searched refs:y0 (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/external/libhevc/decoder/
H A Dihevcd_intra_pred_mode_prediction.h43 WORD32 y0);
H A Dihevcd_parse_residual.h40 WORD32 x0, WORD32 y0,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.h36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
61 if (b->y0 < a->y0) b->y0 = a->y0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
H A Dpr4489.c25 struct y0 { int i; } y0[1] = {}; variable in typeref:struct:y0
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h36 int y0, y1; member in struct:u_rect
47 a->y1 < b->y0 ||
48 b->y1 < a->y0));
61 if (b->y0 < a->y0) b->y0 = a->y0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.c36 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, local
83 y0 = _mm_mulhi_epi16(x0, quant0);
86 y0 = _mm_add_epi16(y0, x0);
91 y0 = _mm_mulhi_epi16(y0, quant_shift0);
95 y0 = _mm_xor_si128(y0, sz0);
97 y0 = _mm_sub_epi16(y0, sz
[all...]
H A Dquantize_sse2.c43 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
92 y0 = _mm_mulhi_epi16(x0, quant0);
95 y0 = _mm_add_epi16(y0, x0);
100 y0 = _mm_mulhi_epi16(y0, quant_shift0);
104 y0 = _mm_xor_si128(y0, sz0);
106 y0 = _mm_sub_epi16(y0, sz
158 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
[all...]
H A Dquantize_ssse3.c54 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; local
73 y0 = _mm_mulhi_epi16(x0, quant_fast0);
79 abs0 = y0;
83 y0 = _mm_xor_si128(y0, sz0);
85 x0 = _mm_sub_epi16(y0, sz0);
/external/chromium_org/third_party/libvpx/source/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.c60 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);
69 x0 = y0;
70 y0 = t;
83 t = y0;
84 y0 = y1;
89 deltay = abs(y1 - y0);
92 y = y0;
94 if (y0 < y1)
/external/libvpx/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.c60 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);
69 x0 = y0;
70 y0 = t;
83 t = y0;
84 y0 = y1;
89 deltay = abs(y1 - y0);
92 y = y0;
94 if (y0 < y1)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtextblit.c61 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);
71 x0 = y0;
72 y0 = t;
86 t = y0;
87 y0 = y1;
92 deltay = abs(y1 - y0);
95 y = y0;
97 if (y0 < y1)
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp36 SkFDot6 x0, y0, x1, y1; local
41 y0 = SkScalarRoundToFDot6(p0.fY, shift);
47 y0 = int(p0.fY * scale);
55 if (y0 > y1) {
57 SkTSwap(y0, y1);
61 int top = SkFDot6Round(y0);
73 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
74 const int dy = SkEdge_Compute_DY(top, y0);
91 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
97 y0 >>
178 SkFDot6 x0, y0, x1, y1, x2, y2; local
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
H A DSkEdge.h17 // This correctly favors the lower-pixel when y0 is on a 1/2 pixel boundary
18 #define SkEdge_Compute_DY(top, y0) ((top << 6) + 32 - (y0))
89 SkFDot6 x0, y0, x1, y1;
94 y0 = SkScalarRoundToFDot6(p0.fY, shift);
100 y0 = int(p0.fY * scale);
108 if (y0 > y1) {
110 SkTSwap(y0, y1);
114 int top = SkFDot6Round(y0);
122 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtextblit.c61 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);
71 x0 = y0;
72 y0 = t;
86 t = y0;
87 y0 = y1;
92 deltay = abs(y1 - y0);
95 y = y0;
97 if (y0 < y1)
/external/skia/src/core/
H A DSkEdge.h17 // This correctly favors the lower-pixel when y0 is on a 1/2 pixel boundary
18 #define SkEdge_Compute_DY(top, y0) ((top << 6) + 32 - (y0))
89 SkFDot6 x0, y0, x1, y1;
94 y0 = int(p0.fY * scale);
101 if (y0 > y1) {
103 SkTSwap(y0, y1);
107 int top = SkFDot6Round(y0);
115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
116 const int dy = SkEdge_Compute_DY(top, y0);
[all...]
H A DSkEdge.cpp36 SkFDot6 x0, y0, x1, y1; local
41 y0 = int(p0.fY * scale);
48 if (y0 > y1) {
50 SkTSwap(y0, y1);
54 int top = SkFDot6Round(y0);
66 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
67 const int dy = SkEdge_Compute_DY(top, y0);
84 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
90 y0 >>= 10;
93 SkASSERT(y0 <
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDash.cpp64 SkScalar y0 = SkIntToScalar(10); local
75 canvas->drawLine(x0, y0, x1, y0, paint);
78 y0 += paint.getStrokeWidth() * 3;
82 canvas->drawLine(x0, y0, x1, y0, paint);
/external/skia/samplecode/
H A DSampleDash.cpp64 SkScalar y0 = SkIntToScalar(10); local
75 canvas->drawLine(x0, y0, x1, y0, paint);
78 y0 += paint.getStrokeWidth() * 3;
82 canvas->drawLine(x0, y0, x1, y0, paint);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c32 const int y0 = quad->input.y0; local
33 const int y1 = y0 + 1;
34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c32 const int y0 = quad->input.y0; local
33 const int y1 = y0 + 1;
34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse2.c44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local
93 y0 = _mm_mulhi_epi16(x0, quant0);
96 y0 = _mm_add_epi16(y0, x0);
101 y0 = _mm_mulhi_epi16(y0, quant_shift0);
105 y0 = _mm_xor_si128(y0, sz0);
107 y0 = _mm_sub_epi16(y0, sz
159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; local
[all...]
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp26 template<typename T> struct y0 { }; struct
33 template struct y0 { }; // expected-error {{class cannot be defined in an explicit instantiation; if this declaration is meant to be a class definition, remove the 'template' keyword}} struct in namespace:noargs_body

Completed in 2616 milliseconds

1234567891011>>