/external/opencv3/modules/core/test/ocl/ |
test_dft.cpp | 113 OCL_ON(cv::dft(usrc, udst, dft_flags, nonzero_rows)); 120 udst = udst(cv::Range(0, udst.rows), cv::Range(0, udst.cols/2 + 1)); 124 EXPECT_MAT_NEAR(dst, udst, eps);
|
test_channels.cpp | 160 std::vector<UMat> udst_roi, udst; local 198 dst.push_back(dst1), udst.push_back(udst1); 201 dst.push_back(dst2), udst.push_back(udst2); 204 dst.push_back(dst3), udst.push_back(udst3); 207 dst.push_back(dst4), udst.push_back(udst4); 222 EXPECT_MAT_NEAR(dst[i], udst[i], 0.0); 245 std::vector<UMat> usrc_roi, udst_roi, udst; local 268 udst.clear(); 322 dst.push_back(dst1), udst.push_back(udst1); 325 dst.push_back(dst2), udst.push_back(udst2) [all...] |
/system/media/audio_utils/ |
primitives.c | 380 uint8_t *udst = (uint8_t*)dst; local 383 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0); 386 uint16_t *udst = (uint16_t*)dst; local 389 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0); 392 uint8x3_t *udst = (uint8x3_t*)dst; local 396 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, zero); 399 uint32_t *udst = (uint32_t*)dst; local 402 copy_frame_by_mask(udst, dst_mask, usrc, src_mask, count, 0); 435 uint8_t *udst = (uint8_t*)dst; local 438 copy_frame_by_idx(udst, dst_channels, usrc, src_channels, idxary, count, 0) 441 uint16_t *udst = (uint16_t*)dst; local 447 uint8x3_t *udst = (uint8x3_t*)dst; local 454 uint32_t *udst = (uint32_t*)dst; local [all...] |
/external/opencv3/modules/imgproc/test/ocl/ |
test_houghlines.cpp | 34 UMat usrc, udst; local 68 EXPECT_EQ(dst.size(), udst.size()); 74 udst.copyTo(lines_gpu); 89 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold)); 101 OCL_ON(cv::HoughLines(usrc, udst, rhoStep, thetaStep, threshold)); 116 UMat usrc, udst; local 137 Mat lines_gpu = udst.getMat(ACCESS_READ); 169 OCL_ON(cv::HoughLinesP(usrc, udst, rhoStep, thetaStep, threshold, minLineLength, maxGap));
|
test_medianfilter.cpp | 85 EXPECT_MAT_NEAR(dst, udst, threshold);
|
test_canny.cpp | 112 EXPECT_MAT_SIMILAR(dst, udst, eps);
|
test_filter2d.cpp | 106 EXPECT_MAT_NEAR(dst, udst, threshold);
|
/external/opencv3/modules/stitching/test/ocl/ |
test_warpers.cpp | 55 UMat usrc, udst, uxmap, uymap; member in struct:cvtest::ocl::WarperTestBase 79 EXPECT_MAT_NEAR(dst, udst, threshold); 98 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); 119 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst)); 140 OCL_ON(warper->warp(usrc, K, R, INTER_LINEAR, BORDER_REPLICATE, udst));
|
/external/opencv3/3rdparty/libwebp/enc/ |
iterator.c | 114 uint8_t* const udst = it->yuv_in_ + U_OFF; local 128 ImportBlock(usrc, pic->uv_stride, udst, uv_w, uv_h, 8); 154 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local 168 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
|
/external/opencv3/apps/traincascade/ |
boost.cpp | 469 unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + local 472 udst[i] = (unsigned short)src_lbls[sidx[i]]; 566 unsigned short* udst = 0; local 680 udst = (unsigned short*)(buf->data.s + (size_t)work_var_count*sample_count); 686 if (udst) 687 udst[si] = (unsigned short)si; 851 udst = (unsigned short*)_buf->data.s; 865 *(udst + (size_t)fi*sample_count + si) = (unsigned short)si; 870 std::sort(udst + (size_t)fi*sample_count, udst + (size_t)(fi + 1)*sample_count, LessThanIdx<float, unsigned short>(valCachePtr) ) 878 unsigned short* udst; member in struct:FeatureIdxOnlyPrecalc 915 unsigned short* udst; member in struct:FeatureValAndIdxPrecalc [all...] |
old_ml_tree.cpp | 158 unsigned short* udst = 0; local 427 udst = (unsigned short*)(buf->data.s + (size_t)vi*sample_count); 462 pair16u32s_ptr[i].u = udst + i; 543 udst = (unsigned short*)(buf->data.s + (size_t)vi*sample_count); 568 udst[i] = (unsigned short)i; // TODO: memory corruption may be here 575 std::sort(udst, udst + sample_count, LessThanIdx<float, unsigned short>(_fdst)); 586 udst = (unsigned short*)(buf->data.s + (size_t)work_var_count*sample_count); 592 if (udst) 593 udst[i] = sidx ? (unsigned short)sidx[i] : (unsigned short)i 787 unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + local [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
msp430-dis.c | 782 unsigned short udst = 0; local 814 udst = msp430dis_opcode (addr + 2, info); 817 sprintf (op1, "&%d", (ureg << 16) + udst); 818 sprintf (comm1, "0x%05x", (ureg << 16) + udst); 831 udst = msp430dis_opcode (addr + 2, info); 834 sprintf (op1, "#%d", (ureg << 16) + udst); 835 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
|
/external/webp/src/enc/ |
iterator.c | 193 uint8_t* const udst = pic->u + (y * pic->uv_stride + x) * 8; local 207 ExportBlock(usrc, udst, pic->uv_stride, uv_w, uv_h);
|
/external/opencv3/3rdparty/libwebp/dec/ |
frame.c | 173 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local 188 io->u = udst; 243 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
|
/external/webp/src/dec/ |
frame.c | 423 uint8_t* const udst = dec->cache_u_ - uvsize + uv_offset; local 447 io->u = udst; 499 memcpy(dec->cache_u_ - uvsize, udst + 8 * dec->cache_uv_stride_, uvsize);
|
/external/valgrind/VEX/priv/ |
ir_opt.c | 4748 IRExpr* udst; local [all...] |
/external/opencv3/modules/imgproc/src/opencl/ |
cvtcolor.cl | 482 __global uchar* udst = dstptr + mad24(y_rows + (y>>1), dst_step, dst_offset + (y%2)*(cols >> 1) + x); 483 __global uchar* vdst = udst + mad24(y_rows >> 2, dst_step, y_rows % 4 ? vsteps[y%2] : 0); 530 udst[0] = convert_uchar_sat(uv[uidx] ); 532 udst[1] = convert_uchar_sat(uv[2 + uidx]); 548 udst[0] = convert_uchar_sat(uv[uidx] ); [all...] |
/external/opencv3/modules/core/src/ |
matrix.cpp | 129 void MatAllocator::copy(UMatData* usrc, UMatData* udst, int dims, const size_t sz[], 133 if(!usrc || !udst) 137 uchar* dstptr = udst->data; [all...] |