HomeSort by relevance Sort by last modified time
    Searched refs:dst_row (Results 1 - 25 of 27) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_other.h 37 util_format_r9g9b9e5_float_unpack_rgba_float(float *dst_row, unsigned dst_stride,
42 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
51 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
56 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
62 util_format_r11g11b10_float_unpack_rgba_float(float *dst_row, unsigned dst_stride,
67 util_format_r11g11b10_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
76 util_format_r11g11b10_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
81 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
87 util_format_r1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride,
92 util_format_r1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride
    [all...]
u_format_zs.h 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned heigh (…)
    [all...]
u_format_zs.c 115 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride,
121 memcpy(dst_row, src_row, width);
123 dst_row += dst_stride/sizeof(*dst_row);
128 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride,
134 memcpy(dst_row, src_row, width);
136 dst_row += dst_stride/sizeof(*dst_row);
141 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride,
147 float *dst = dst_row;
    [all...]
u_format_rgtc.h 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height (…)
    [all...]
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height (…)
    [all...]
u_format_yuv.h 125 util_format_uyvy_unpack_rgba_float(float *dst_row, unsigned dst_stride,
130 util_format_uyvy_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
135 util_format_uyvy_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
140 util_format_uyvy_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
149 util_format_yuyv_unpack_rgba_float(float *dst_row, unsigned dst_stride,
154 util_format_yuyv_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
159 util_format_yuyv_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
164 util_format_yuyv_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
174 util_format_yv12_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
178 util_format_yv12_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride
    [all...]
u_format_s3tc.h 73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
112 util_format_dxt1_srgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height (…)
    [all...]
u_format_other.c 36 util_format_r9g9b9e5_float_unpack_rgba_float(float *dst_row, unsigned dst_stride,
42 float *dst = dst_row;
55 dst_row += dst_stride/sizeof(*dst_row);
60 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
67 uint8_t *dst = dst_row;
77 dst_row += dst_stride;
96 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
103 uint8_t *dst = dst_row;
119 dst_row += dst_stride/sizeof(*dst_row)
    [all...]
u_format_latc.c 56 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
58 util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height);
62 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row,
65 util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height);
69 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
79 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4;
95 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
97 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height);
119 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height
    [all...]
u_format_yuv.c 41 util_format_r8g8_b8g8_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride,
48 float *dst = dst_row;
97 dst_row += dst_stride/sizeof(*dst_row);
103 util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
110 uint8_t *dst = dst_row;
159 dst_row += dst_stride/sizeof(*dst_row);
165 util_format_r8g8_b8g8_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
173 uint32_t *dst = (uint32_t *)dst_row;
    [all...]
u_format_s3tc.c 244 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
257 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
268 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
272 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride,
279 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
283 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride,
290 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
294 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride,
301 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride
    [all...]
u_format_etc.c 14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
26 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
39 float *dst = dst_row + (y + j) * dst_stride / sizeof(*dst_row) + x * comps;
60 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
u_format_rgtc.c 51 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
62 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps;
76 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row,
83 uint8_t *dst = dst_row;
94 dst_row += dst_stride / sizeof(*dst_row);
99 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
108 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4
    [all...]
u_format.c 257 float *dst_row; local
265 dst_row = dst;
267 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
278 uint8_t *dst_row; local
286 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8);
289 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h);
298 uint8_t *dst_row; local
306 dst_row = dst;
308 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h);
316 uint8_t *dst_row; local
338 unsigned *dst_row; local
358 uint8_t *dst_row; local
380 int *dst_row; local
400 uint8_t *dst_row; local
542 uint8_t *dst_row; local
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc.h 42 _mesa_etc1_unpack_rgba8888(uint8_t *dst_row,
texcompress_etc.c 93 _mesa_etc1_unpack_rgba8888(uint8_t *dst_row,
100 etc1_unpack_rgba8888(dst_row, dst_stride,
texcompress_etc_tmp.h 139 etc1_unpack_rgba8888(uint8_t *dst_row,
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps;
  /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 );
227 uchar* dst_row = dst.ptr(i); local
241 dst_row[j] = saturate_cast<uchar>(t);
248 ushort* dst_row = dst.ptr<ushort>(i); local
262 dst_row[j] = saturate_cast<ushort>(t);
269 float* dst_row = dst.ptr<float>(i); local
278 convert_row_bgr2abc_32f_c3( src_buf, dst_row, cols );
289 float* /*dst_row*/, int /*n*/ )
295 float* /*dst_row*/, int /*n*/
322 uchar* dst_row = dst2.ptr(i); local
345 ushort* dst_row = dst2.ptr<ushort>(i); local
368 float* dst_row = dst2.ptr<float>(i); local
1358 uchar* dst_row = dst.ptr(i); local
1389 ushort* dst_row = dst.ptr<ushort>(i); local
1405 float* dst_row = dst.ptr<float>(i); local
1444 uchar* dst_row = dst.ptr(i); local
1487 ushort* dst_row = dst.ptr<ushort>(i); local
1507 float* dst_row = dst.ptr<float>(i); local
1601 T* dst_row = dst.ptr<T>(i) + 3; local
    [all...]
  /external/opencv3/modules/stitching/src/
timelapsers.cpp 85 Point3_<short> *dst_row = dst.ptr<Point3_<short> >(dy + y); local
86 dst_row[dx + x] = src_row[x];
blenders.cpp 95 Point3_<short> *dst_row = dst.ptr<Point3_<short> >(dy + y); local
102 dst_row[dx + x] = src_row[x];
147 Point3_<short>* dst_row = dst.ptr<Point3_<short> >(dy + 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]);
385 Point3_<short>* dst_row = _dst_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])
403 Point3_<short>* dst_row = _dst_pyr_laplace.ptr<Point3_<short> >(y); local
    [all...]
  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.cpp 102 float* dst_row = dst.ptr<float>(y); local
105 dst_row[x] = (-inv_k*(Lx_row[x]*Lx_row[x] + Ly_row[x]*Ly_row[x]));
130 float* dst_row = dst.ptr<float>(y); local
132 dst_row[x] = 1.0f / (1.0f + ((Lx_row[x] * Lx_row[x] + Ly_row[x] * Ly_row[x]) * k2inv));
155 float* dst_row = dst.ptr<float>(y); local
159 dst_row[x] = -3.315f/(dL*dL*dL*dL);
188 float* dst_row = dst.ptr<float>(y); local
192 dst_row[x] = 1.0f / den;
  /external/opencv3/modules/imgproc/src/
blend.cpp 72 T * const dst_row = dst->ptr<T>(y); local
81 dst_row[x] = saturate_cast<T>(num / den);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 215 uint8_t* dst_row = dst; local
221 *dst_row++ = byte & 0x80 ? 0xff : 0x00;
232 SkPMColor* dst_row = reinterpret_cast<SkPMColor*>(dst); local
238 *dst_row++ = SkPackARGB32(a, r, g, b);
240 *(dst_row-1) = SkFourByteInterp256(*(dst_row-1), SK_ColorWHITE, 0x40);
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
integral.hpp 70 D* dst_row = dst.row(blockIdx.x); local
87 dst_row[curElemOffs] = carryElem + curScanElem;
113 D* dst_row = dst.row(blockIdx.x); local
130 dst_row[curElemOffs] = carryElem + curScanElem;

Completed in 1489 milliseconds

1 2