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

  /external/libyuv/files/unit_test/
color_test.cc 49 align_buffer_page_end(temp_u, kHalfPixels); \
59 MemRandomize(temp_u, kHalfPixels); \
106 temp_u, (benchmark_width_ + 1) / 2, \
112 temp_u, (benchmark_width_ + 1) / 2, \
120 temp_u, (benchmark_width_ + 1) / 2, \
140 free_aligned_buffer_page_end(temp_u); \
  /external/opencv3/modules/core/src/
umatrix.cpp 215 UMatData* temp_u = u;
216 if(!temp_u)
221 temp_u = a->allocate(dims, size.p, type(), data, step.p, accessFlags, usageFlags);
222 temp_u->refcount = 1;
224 UMat::getStdAllocator()->allocate(temp_u, accessFlags, usageFlags); // TODO result is not checked
228 hdr.u = temp_u;
lapack.cpp     [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 1229 int temp_u = 0, /* temporary storage for U is needed */ local
1468 int temp_u = 0, temp_v = 0; local
    [all...]

Completed in 206 milliseconds