HomeSort by relevance Sort by last modified time
    Searched full:cur_x (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 120 #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, len) {
    [all...]
upsampling_sse2.c 108 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) * XSTEP);
    [all...]
  /external/webp/src/dsp/
upsampling_neon.c 120 #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, len) {
    [all...]
upsampling_sse2.c 108 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) * XSTEP);
    [all...]
  /external/chromium_org/third_party/skia/gm/
blurrect.cpp 174 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/
blurrect.cpp 174 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/chromium_org/skia/ext/
platform_canvas_unittest.cc 44 for (int cur_x = 0; cur_x < bitmap.width(); cur_x++) {
45 if (cur_x >= x && cur_x < x + w &&
48 if ((*bitmap.getAddr32(cur_x, cur_y) | alpha_mask) !=
53 if ((*bitmap.getAddr32(cur_x, cur_y) | alpha_mask) !=
  /external/chromium_org/ui/gfx/
canvas_skia.cc 349 for (int cur_x = 0; cur_x < text_bitmap.width(); cur_x++) {
350 if (text_row[cur_x] == halo_premul) {
353 if (!PixelShouldGetHalo(text_bitmap, cur_x, cur_y, halo_premul))
354 text_row[cur_x] = 0; // Make transparent.
356 text_row[cur_x] |= 0xff << SK_A32_SHIFT; // Make opaque.
  /external/opencv/cv/src/
cvemd.cpp 754 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/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 358 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;
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h 176 FT_Pos cur_x; member in struct:PSH_PointRec_
pshalgo.c     [all...]
  /external/freetype/src/pshinter/
pshalgo.h 176 FT_Pos cur_x; member in struct:PSH_PointRec_
pshalgo.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshalgo.h 176 FT_Pos cur_x; member in struct:PSH_PointRec_
pshalgo.c     [all...]

Completed in 811 milliseconds