HomeSort by relevance Sort by last modified time
    Searched defs:src_row (Results 1 - 17 of 17) sorted by null

  /external/opencv3/modules/stitching/src/
timelapsers.cpp 79 const Point3_<short> *src_row = img.ptr<Point3_<short> >(y); local
86 dst_row[dx + x] = src_row[x];
blenders.cpp 94 const Point3_<short> *src_row = img.ptr<Point3_<short> >(y); local
102 dst_row[dx + x] = src_row[x];
146 const Point3_<short>* src_row = img.ptr<Point3_<short> >(y); local
153 dst_row[dx + x].x += static_cast<short>(src_row[x].x * weight_row[x]);
154 dst_row[dx + x].y += static_cast<short>(src_row[x].y * weight_row[x]);
155 dst_row[dx + x].z += static_cast<short>(src_row[x].z * weight_row[x]);
384 const Point3_<short>* src_row = _src_pyr_laplace.ptr<Point3_<short> >(y); local
391 dst_row[x].x += static_cast<short>(src_row[x].x * weight_row[x]);
392 dst_row[x].y += static_cast<short>(src_row[x].y * weight_row[x]);
393 dst_row[x].z += static_cast<short>(src_row[x].z * weight_row[x])
402 const Point3_<short>* src_row = _src_pyr_laplace.ptr<Point3_<short> >(y); local
    [all...]
  /external/opencv3/modules/cudafilters/src/cuda/
row_filter.hpp 81 const T* src_row = src.ptr(y); local
90 smem[threadIdx.y][threadIdx.x + j * BLOCK_DIM_X] = saturate_cast<sum_t>(src_row[xStart - (HALO_SIZE - j) * BLOCK_DIM_X]);
97 smem[threadIdx.y][threadIdx.x + j * BLOCK_DIM_X] = saturate_cast<sum_t>(brd.at_low(xStart - (HALO_SIZE - j) * BLOCK_DIM_X, src_row));
105 smem[threadIdx.y][threadIdx.x + HALO_SIZE * BLOCK_DIM_X + j * BLOCK_DIM_X] = saturate_cast<sum_t>(src_row[xStart + j * BLOCK_DIM_X]);
110 smem[threadIdx.y][threadIdx.x + (PATCH_PER_BLOCK + HALO_SIZE) * BLOCK_DIM_X + j * BLOCK_DIM_X] = saturate_cast<sum_t>(src_row[xStart + (PATCH_PER_BLOCK + j) * BLOCK_DIM_X]);
117 smem[threadIdx.y][threadIdx.x + HALO_SIZE * BLOCK_DIM_X + j * BLOCK_DIM_X] = saturate_cast<sum_t>(brd.at_high(xStart + j * BLOCK_DIM_X, src_row));
122 smem[threadIdx.y][threadIdx.x + (PATCH_PER_BLOCK + HALO_SIZE) * BLOCK_DIM_X + j * BLOCK_DIM_X] = saturate_cast<sum_t>(brd.at_high(xStart + (PATCH_PER_BLOCK + j) * BLOCK_DIM_X, src_row));
  /external/libjpeg-turbo/
rdrle.c 210 JSAMPROW src_row, dest_row; local
218 src_row = * (*cinfo->mem->access_virt_sarray)
222 val = GETJSAMPLE(*src_row++);
  /external/skia/src/core/
SkSpriteBlitter_ARGB32.cpp 199 static void src_row(SkPMColor* SK_RESTRICT dst, function
220 src_row(dst, src, width);
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 377 std::int32_t* src_row = temp_c + i * ldc; local
379 dest_row[j] = static_cast<float>(src_row[j]) * c_offset;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 256 const uint8_t *src_row; local
264 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8);
267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
279 const float *src_row; local
287 src_row = src;
289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
297 const uint8_t *src_row; local
305 src_row = (const uint8_t *)src + y*src_stride + x*(format_desc->block.bits/8);
308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
317 const uint8_t *src_row; local
337 const uint8_t *src_row; local
359 const unsigned *src_row; local
379 const uint8_t *src_row; local
401 const int *src_row; local
543 const uint8_t *src_row; local
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
integral.hpp 112 const T* src_row = src.row(blockIdx.x); local
125 curElem = src_row[curElemOffs];
  /external/opencv3/modules/imgproc/src/
sumpixels.cpp 95 const uchar * src_row = src + _srcstep * i; local
109 __m128i el8shr0 = _mm_loadl_epi64((const __m128i *)(src_row + j));
136 sum_row[j] = (v += src_row[j]) + prev_sum_row[j];
  /external/opencv3/modules/ts/src/
cuda_test.cpp 275 const schar* src_row = src.ptr<schar>(y); local
282 schar val = src_row[x];
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 214 const uint8_t* src_row = src; local
218 byte = *src_row++;
231 const uint8_t* src_row = src; local
234 uint8_t b = *src_row++;
235 uint8_t g = *src_row++;
236 uint8_t r = *src_row++;
237 uint8_t a = *src_row++;
  /external/pdfium/core/src/fxcodec/lbmp/
fx_bmp.h 141 FX_DWORD src_row; member in struct:tag_bmp_compress_struct
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 521 int src_col, src_row; local
522 result2stretch_fix.Transform(col, row, src_col, src_row);
523 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 &&
524 src_row <= stretch_height) {
528 if (src_row == stretch_height) {
529 src_row--;
532 stretch_buf_mask[src_row * stretch_pitch_mask + src_col];
604 int src_col, src_row; local
605 result2stretch_fix.Transform(col, row, src_col, src_row);
606 if (src_col >= 0 && src_col <= stretch_width && src_row >= 0 &
724 int src_col, src_row; local
904 int src_col, src_row; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.cpp 188 int src_row = 0; local
191 step = scale * (++src_row);
543 int src_row = line - src_top; local
544 int des_row = (int)(src_row * scale_y) + des_top;
730 int src_row = line - src_top; local
731 int des_row = (int)(src_row * scale_y) + des_top;
903 int src_row = row_num - src_top; local
1796 int src_row = src_line - src_top; local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 66 virtual void convert_row_bgr2abc_32f_c3( const float* src_row, float* dst_row, int n );
69 virtual void convert_row_abc2bgr_32f_c3( const float* src_row, float* dst_row, int n );
226 const uchar* src_row = src.ptr(i); local
231 src_buf[j*3] = src_row[j*cn + blue_idx]*c8u;
232 src_buf[j*3+1] = src_row[j*cn + 1]*c8u;
233 src_buf[j*3+2] = src_row[j*cn + (blue_idx^2)]*c8u;
247 const ushort* src_row = src.ptr<ushort>(i); local
252 src_buf[j*3] = src_row[j*cn + blue_idx]*c16u;
253 src_buf[j*3+1] = src_row[j*cn + 1]*c16u;
254 src_buf[j*3+2] = src_row[j*cn + (blue_idx^2)]*c16u
268 const float* src_row = src.ptr<float>(i); local
321 const uchar* src_row = dst.ptr(i); local
344 const ushort* src_row = dst.ptr<ushort>(i); local
367 const float* src_row = dst.ptr<float>(i); local
1357 const uchar* src_row = src.ptr(i); local
1388 const ushort* src_row = src.ptr<ushort>(i); local
1404 const float* src_row = src.ptr<float>(i); local
1443 const uchar* src_row = src.ptr(i); local
1486 const ushort* src_row = src.ptr<ushort>(i); local
1506 const float* src_row = src.ptr<float>(i); local
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 268 FX_DWORD src_row; member in struct:tag_gif_compress_struct
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c 3237 int src_row = 0; local
3320 int src_row = 0; local
    [all...]

Completed in 610 milliseconds