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

  /external/opencv/cv/src/
cvemd.cpp 592 CvNode1D v0_head, v1_head, *cur_v, *prev_v; local
627 for( found |= (cur_v = v1_head.next) != 0; cur_v != 0; cur_v = cur_v->next )
629 float cur_v_val = cur_v->val;
631 j = (int)(cur_v - v);
653 prev_v->next = cur_v->next;
673 for( cur_v = v0_head.next; cur_v != 0;
913 CvNode1D v_head, *cur_v, *prev_v; local
    [all...]
  /external/webp/src/dec/
io_sse2.c 126 const uint8_t* cur_u, const uint8_t* cur_v, \
139 const int v_diag = ((top_v[0] + cur_v[0]) >> 1) + 1; \
150 const int v0 = (cur_v[0] + v_diag) >> 1; \
156 UPSAMPLE_32PIXELS(top_v, cur_v, r_uv + 1 * 32); \
162 cur_v += 16; \
166 UPSAMPLE_LAST_BLOCK(top_v, cur_v, leftover, r_uv + 1 * 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 */ \
320 const uint8_t* cur_v = io->v; 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,
342 top_v = cur_v;
344 cur_v += io->uv_stride;
348 top_u, top_v, cur_u, cur_v,
    [all...]

Completed in 143 milliseconds