Home
last modified time | relevance | path

Searched refs:cur_u (Results 1 – 14 of 14) sorted by relevance

/external/opencv/cv/src/
Dcvemd.cpp591 CvNode1D u0_head, u1_head, *cur_u, *prev_u; in icvFindBasicVariables() local
634 for( cur_u = u0_head.next; cur_u != 0; ) in icvFindBasicVariables()
636 i = (int)(cur_u - u); in icvFindBasicVariables()
640 cur_u->val = cost[i][j] - cur_v_val; in icvFindBasicVariables()
642 prev_u->next = cur_u->next; in icvFindBasicVariables()
643 cur_u->next = u1_head.next; in icvFindBasicVariables()
644 u1_head.next = cur_u; in icvFindBasicVariables()
645 cur_u = prev_u->next; in icvFindBasicVariables()
649 prev_u = cur_u; in icvFindBasicVariables()
650 cur_u = cur_u->next; in icvFindBasicVariables()
[all …]
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c1127 vec[n].x = point->cur_u; in psh_glyph_save_points()
1129 vec[n].y = point->cur_u; in psh_glyph_save_points()
1138 point->cur_x = point->cur_u; in psh_glyph_save_points()
1143 point->cur_y = point->cur_u; in psh_glyph_save_points()
1686 point->cur_u = zone->cur_bottom; in psh_glyph_find_blue_points()
1708 point->cur_u = zone->cur_top; in psh_glyph_find_blue_points()
1740 point->cur_u = hint->cur_pos; in psh_glyph_interpolate_strong_points()
1743 point->cur_u = hint->cur_pos + hint->cur_len; in psh_glyph_interpolate_strong_points()
1750 point->cur_u = hint->cur_pos + FT_MulFix( delta, scale ); in psh_glyph_interpolate_strong_points()
1753 point->cur_u = hint->cur_pos + hint->cur_len + in psh_glyph_interpolate_strong_points()
[all …]
Dpshalgo.h168 FT_Pos cur_u; member
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
Dpshalgo.c1127 vec[n].x = point->cur_u; in psh_glyph_save_points()
1129 vec[n].y = point->cur_u; in psh_glyph_save_points()
1138 point->cur_x = point->cur_u; in psh_glyph_save_points()
1143 point->cur_y = point->cur_u; in psh_glyph_save_points()
1686 point->cur_u = zone->cur_bottom; in psh_glyph_find_blue_points()
1708 point->cur_u = zone->cur_top; in psh_glyph_find_blue_points()
1740 point->cur_u = hint->cur_pos; in psh_glyph_interpolate_strong_points()
1743 point->cur_u = hint->cur_pos + hint->cur_len; in psh_glyph_interpolate_strong_points()
1750 point->cur_u = hint->cur_pos + FT_MulFix( delta, scale ); in psh_glyph_interpolate_strong_points()
1753 point->cur_u = hint->cur_pos + hint->cur_len + in psh_glyph_interpolate_strong_points()
[all …]
Dpshalgo.h168 FT_Pos cur_u; member
/external/freetype/src/pshinter/
Dpshalgo.c1127 vec[n].x = point->cur_u; in psh_glyph_save_points()
1129 vec[n].y = point->cur_u; in psh_glyph_save_points()
1138 point->cur_x = point->cur_u; in psh_glyph_save_points()
1143 point->cur_y = point->cur_u; in psh_glyph_save_points()
1686 point->cur_u = zone->cur_bottom; in psh_glyph_find_blue_points()
1708 point->cur_u = zone->cur_top; in psh_glyph_find_blue_points()
1740 point->cur_u = hint->cur_pos; in psh_glyph_interpolate_strong_points()
1743 point->cur_u = hint->cur_pos + hint->cur_len; in psh_glyph_interpolate_strong_points()
1750 point->cur_u = hint->cur_pos + FT_MulFix( delta, scale ); in psh_glyph_interpolate_strong_points()
1753 point->cur_u = hint->cur_pos + hint->cur_len + in psh_glyph_interpolate_strong_points()
[all …]
Dpshalgo.h168 FT_Pos cur_u; member
/external/webp/src/dsp/
Dupsampling_sse2.c134 const uint8_t* cur_u, const uint8_t* cur_v, \
144 const int u_diag = ((top_u[0] + cur_u[0]) >> 1) + 1; \
150 const int u0_b = (cur_u[0] + u_diag) >> 1; \
157 UPSAMPLE_32PIXELS(top_u + uv_pos, cur_u + uv_pos, r_u); \
164 UPSAMPLE_LAST_BLOCK(top_u + uv_pos, cur_u + uv_pos, left_over, r_u); \
Dupsampling_neon.c214 const uint8_t *cur_u, const uint8_t *cur_v, \
226 const int u_diag = ((top_u[0] + cur_u[0]) >> 1) + 1; \
242 const int u0 = (cur_u[0] + u_diag) >> 1; \
248 UPSAMPLE_16PIXELS(top_u, cur_u, r_uv); \
253 cur_u += 8; \
258 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv); \
Dupsampling.c40 const uint8_t* cur_u, const uint8_t* cur_v, \
45 uint32_t l_uv = LOAD_UV(cur_u[0], cur_v[0]); /* left-sample */ \
57 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
Dupsampling_mips_dsp_r2.c149 const uint8_t* cur_u, const uint8_t* cur_v, \
154 uint32_t l_uv = LOAD_UV(cur_u[0], cur_v[0]); /* left-sample */ \
166 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
Ddsp.h281 const uint8_t* cur_u, const uint8_t* cur_v,
/external/webp/src/dec/
Dio.c68 const uint8_t* cur_u = io->u; in EmitFancyRGB() local
79 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, mb_w); in EmitFancyRGB()
82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
88 top_u = cur_u; in EmitFancyRGB()
90 cur_u += io->uv_stride; in EmitFancyRGB()
95 top_u, top_v, cur_u, cur_v, in EmitFancyRGB()
103 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u)); in EmitFancyRGB()
111 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, in EmitFancyRGB()
/external/webp/src/enc/
Dpicture_csp.c1045 const uint8_t *cur_u = picture->u, *cur_v = picture->v, *cur_y = picture->y; in WebPPictureYUVAToARGB() local
1049 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB()
1054 const uint8_t* const top_u = cur_u; in WebPPictureYUVAToARGB()
1056 cur_u += picture->uv_stride; in WebPPictureYUVAToARGB()
1058 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, in WebPPictureYUVAToARGB()
1065 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); in WebPPictureYUVAToARGB()