HomeSort by relevance Sort by last modified time
    Searched refs:cur_u (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvemd.cpp 591 CvNode1D u0_head, u1_head, *cur_u, *prev_u; local
634 for( cur_u = u0_head.next; cur_u != 0; )
636 i = (int)(cur_u - u);
640 cur_u->val = cost[i][j] - cur_v_val;
642 prev_u->next = cur_u->next;
643 cur_u->next = u1_head.next;
644 u1_head.next = cur_u;
645 cur_u = prev_u->next;
649 prev_u = cur_u;
912 CvNode1D u_head, *cur_u, *prev_u; local
    [all...]
  /external/webp/src/dec/
io_sse2.c 126 const uint8_t* cur_u, const uint8_t* cur_v, \
138 const int u_diag = ((top_u[0] + cur_u[0]) >> 1) + 1; \
149 const int u0 = (cur_u[0] + u_diag) >> 1; \
155 UPSAMPLE_32PIXELS(top_u, cur_u, r_uv + 0 * 32); \
160 cur_u += 16; \
165 UPSAMPLE_LAST_BLOCK(top_u, cur_u, leftover, r_uv + 0 * 32); \
webpi.h 66 const uint8_t* cur_u, const uint8_t* cur_v,
io.c 42 const uint8_t* cur_u, const uint8_t* cur_v, \
47 uint32_t l_uv = LOAD_UV(cur_u[0], cur_v[0]); /* left-sample */ \
58 const uint32_t uv = LOAD_UV(cur_u[x], cur_v[x]); /* sample */ \
319 const uint8_t* cur_u = io->u; local
330 upsample(NULL, cur_y, cur_u, cur_v, cur_u, cur_v, NULL, dst, mb_w);
335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
341 top_u = cur_u;
343 cur_u += io->uv_stride;
348 top_u, top_v, cur_u, cur_v
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c     [all...]
pshalgo.h 176 FT_Pos cur_u; member in struct:PSH_PointRec_

Completed in 266 milliseconds