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

/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_sse2.c108 top_dst, bottom_dst, cur_x, num_pixels) { \
111 FUNC(top_y[(cur_x) + n], r_u[n], r_v[n], \
112 top_dst + ((cur_x) + n) * XSTEP); \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
117 bottom_dst + ((cur_x) + n) * XSTEP); \
123 top_dst, bottom_dst, cur_x) do { \
124 FUNC##32(top_y + (cur_x), r_u, r_v, top_dst + (cur_x) * XSTEP); \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
127 bottom_dst + (cur_x) * XSTE
[all...]
H A Dupsampling_neon.c120 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \
123 const int off = ((cur_x) + i) * XSTEP; \
124 uint8x8_t y = vld1_u8((src_y) + (cur_x) + i); \
153 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
156 const int off = ((cur_x) + i) * XSTEP; \
157 const int y = src_y[(cur_x) + i]; \
165 top_dst, bottom_dst, cur_x, len) { \
166 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
168 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
173 top_dst, bottom_dst, cur_x, le
[all...]
/external/webp/src/dsp/
H A Dupsampling_sse2.c108 top_dst, bottom_dst, cur_x, num_pixels) { \
111 FUNC(top_y[(cur_x) + n], r_u[n], r_v[n], \
112 top_dst + ((cur_x) + n) * XSTEP); \
116 FUNC(bottom_y[(cur_x) + n], r_u[64 + n], r_v[64 + n], \
117 bottom_dst + ((cur_x) + n) * XSTEP); \
123 top_dst, bottom_dst, cur_x) do { \
124 FUNC##32(top_y + (cur_x), r_u, r_v, top_dst + (cur_x) * XSTEP); \
126 FUNC##32(bottom_y + (cur_x), r_u + 64, r_v + 64, \
127 bottom_dst + (cur_x) * XSTE
[all...]
H A Dupsampling_neon.c120 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \
123 const int off = ((cur_x) + i) * XSTEP; \
124 uint8x8_t y = vld1_u8((src_y) + (cur_x) + i); \
153 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \
156 const int off = ((cur_x) + i) * XSTEP; \
157 const int y = src_y[(cur_x) + i]; \
165 top_dst, bottom_dst, cur_x, len) { \
166 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
168 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
173 top_dst, bottom_dst, cur_x, le
[all...]
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc341 for (int cur_x = 0; cur_x < text_bitmap.width(); cur_x++) {
342 if (text_row[cur_x] == halo_premul) {
345 if (!PixelShouldGetHalo(text_bitmap, cur_x, cur_y, halo_premul))
346 text_row[cur_x] = 0; // Make transparent.
348 text_row[cur_x] |= 0xff << SK_A32_SHIFT; // Make opaque.
/external/chromium_org/third_party/skia/gm/
H A Dblurrect.cpp174 int cur_x = 0; local
199 if (cur_x + bm.width() >= fGMWidth - fMargin) {
200 cur_x = 0;
206 canvas->translate((SkScalar)cur_x, (SkScalar)cur_y);
211 cur_x += bm.width() + fPadding;
/external/skia/gm/
H A Dblurrect.cpp174 int cur_x = 0; local
199 if (cur_x + bm.width() >= fGMWidth - fMargin) {
200 cur_x = 0;
206 canvas->translate((SkScalar)cur_x, (SkScalar)cur_y);
211 cur_x += bm.width() + fPadding;
/external/opencv/cv/src/
H A Dcvemd.cpp754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; local
802 cur_x = &head;
803 while( (next_x = cur_x->next[0]) != leave_x )
805 cur_x = next_x;
806 assert( cur_x );
808 cur_x->next[0] = next_x->next[0];
812 cur_x = &head;
813 while( (next_x = cur_x->next[1]) != leave_x )
815 cur_x = next_x;
816 assert( cur_x );
[all...]
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc49 for (int cur_x = 0; cur_x < bitmap.width(); cur_x++) {
50 if (cur_x >= x && cur_x < x + w &&
53 if (!IsOfColor(bitmap, cur_x, cur_y, rect_color))
57 if (!IsOfColor(bitmap, cur_x, cur_y, canvas_color))
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c358 WORD32 cur_x, cur_y; local
363 cur_x = ps_tu->b4_pos_x;
367 >> (31 - (1 + cur_x - 1))) & 1;
368 u1_left_avail = (pu4_intra_nbr_avail[1 + cur_y] >> (31 - (1 + cur_x - 1)))
370 u1_top_avail = (pu4_intra_nbr_avail[1 + cur_y - 1] >> (31 - (1 + cur_x)))
373 >> (31 - (1 + cur_x + trans_size / MIN_TU_SIZE))) & 1;
375 >> (31 - (1 + cur_x - 1))) & 1;
377 x_cur = ps_proc->i4_ctb_x * ctb_size + cur_x * MIN_TU_SIZE;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.h176 FT_Pos cur_x; member in struct:PSH_PointRec_
H A Dpshalgo.c1241 point->cur_x = point->cur_u;
/external/freetype/src/pshinter/
H A Dpshalgo.h176 FT_Pos cur_x; member in struct:PSH_PointRec_
H A Dpshalgo.c1241 point->cur_x = point->cur_u;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.h176 FT_Pos cur_x; member in struct:PSH_PointRec_
H A Dpshalgo.c1241 point->cur_x = point->cur_u;

Completed in 2462 milliseconds