Searched refs:cur_x (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_neon.c | 94 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ argument 97 int off = ((cur_x) + i) * XSTEP; \ 98 uint8x8_t y = vld1_u8(src_y + (cur_x) + i); \ 177 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument 180 int off = ((cur_x) + i) * XSTEP; \ 181 int y = src_y[(cur_x) + i]; \ 189 top_dst, bottom_dst, cur_x, len) { \ argument 191 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \ 194 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \ 199 top_dst, bottom_dst, cur_x, len) { \ argument [all …]
|
D | upsampling_sse2.c | 110 top_dst, bottom_dst, cur_x, num_pixels) { \ argument 114 FUNC(top_y[(cur_x) + n], (uv)[n], (uv)[32 + n], \ 115 top_dst + ((cur_x) + n) * XSTEP); \ 120 FUNC(bottom_y[(cur_x) + n], (uv)[64 + n], (uv)[64 + 32 + n], \ 121 bottom_dst + ((cur_x) + n) * XSTEP); \
|
/external/chromium/chrome/browser/chromeos/status/ |
D | status_area_view.cc | 79 int cur_x = kSeparation; in Layout() local 90 cur->SetBounds(cur_x, cur_y, cur_size.width(), cur_size.height()); in Layout() 93 cur_x += cur_size.width() + kSeparation; in Layout()
|
/external/opencv/cv/src/ |
D | cvemd.cpp | 754 CvNode2D head, *cur_x, *next_x, *leave_x = 0; in icvNewSolution() local 802 cur_x = &head; in icvNewSolution() 803 while( (next_x = cur_x->next[0]) != leave_x ) in icvNewSolution() 805 cur_x = next_x; in icvNewSolution() 806 assert( cur_x ); in icvNewSolution() 808 cur_x->next[0] = next_x->next[0]; in icvNewSolution() 812 cur_x = &head; in icvNewSolution() 813 while( (next_x = cur_x->next[1]) != leave_x ) in icvNewSolution() 815 cur_x = next_x; in icvNewSolution() 816 assert( cur_x ); in icvNewSolution() [all …]
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 179 FT_Pos cur_x; member
|
D | pshalgo.c | 1242 point->cur_x = point->cur_u; in psh_glyph_save_points()
|