/external/mesa3d/src/gallium/auxiliary/util/ |
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 height) [all...] |
u_format_zs.c | 116 const uint8_t *src_row, unsigned src_stride, 121 memcpy(dst_row, src_row, width); 122 src_row += src_stride/sizeof(*src_row); 129 const uint8_t *src_row, unsigned src_stride, 134 memcpy(dst_row, src_row, width); 135 src_row += src_stride/sizeof(*src_row); 142 const uint8_t *src_row, unsigned src_stride, 148 const uint16_t *src = (const uint16_t *)src_row; [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_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_other.c | 37 const uint8_t *src_row, unsigned src_stride, 43 const uint8_t *src = src_row; 54 src_row += src_stride; 61 const float *src_row, unsigned src_stride, 66 const float *src = src_row; 78 src_row += src_stride/sizeof(*src_row); 97 const uint8_t *src_row, unsigned src_stride, 104 const uint8_t *src = src_row; 118 src_row += src_stride [all...] |
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_other.h | 38 const uint8_t *src_row, unsigned src_stride, 43 const float *src_row, unsigned src_stride, 52 const uint8_t *src_row, unsigned src_stride, 57 const uint8_t *src_row, unsigned src_stride, 63 const uint8_t *src_row, unsigned src_stride, 68 const float *src_row, unsigned src_stride, 77 const uint8_t *src_row, unsigned src_stride, 82 const uint8_t *src_row, unsigned src_stride, 88 const uint8_t *src_row, unsigned src_stride, 93 const float *src_row, unsigned src_stride [all...] |
u_format_yuv.h | 126 const uint8_t *src_row, unsigned src_stride, 131 const uint8_t *src_row, unsigned src_stride, 136 const float *src_row, unsigned src_stride, 141 const uint8_t *src_row, unsigned src_stride, 150 const uint8_t *src_row, unsigned src_stride, 155 const uint8_t *src_row, unsigned src_stride, 160 const float *src_row, unsigned src_stride, 165 const uint8_t *src_row, unsigned src_stride, 175 const uint8_t *src_row, unsigned src_stride, 179 const uint8_t *src_row, unsigned src_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) 33 const uint8_t *src = src_row; 55 src_row += src_stride; 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) 58 const uint8_t *src = src_row; 71 src_row += src_stride; 76 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, 88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; 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) 104 const uint8_t *src = src_row; 119 src_row += src_stride; 124 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 [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) 75 const uint8_t *src = src_row; 90 src_row += src_stride; 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 | 42 const uint8_t *src_row, unsigned src_stride, 49 const uint32_t *src = (const uint32_t *)src_row; 96 src_row += src_stride/sizeof(*src_row); 104 const uint8_t *src_row, unsigned src_stride, 111 const uint32_t *src = (const uint32_t *)src_row; 158 src_row += src_stride/sizeof(*src_row); 166 const float *src_row, unsigned src_stride, 172 const float *src = src_row; [all...] |
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...] |
u_format_s3tc.c | 245 const uint8_t *src_row, unsigned src_stride, 253 const uint8_t *src = src_row; 263 src_row += src_stride; 269 const uint8_t *src_row, unsigned src_stride, 273 src_row, src_stride, 280 const uint8_t *src_row, unsigned src_stride, 284 src_row, src_stride, 291 const uint8_t *src_row, unsigned src_stride, 295 src_row, src_stride, 302 const uint8_t *src_row, unsigned src_stride [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);
|
/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/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/mesa3d/src/mesa/main/ |
texcompress_etc.h | 44 const uint8_t *src_row,
|
texcompress_etc.c | 95 const uint8_t *src_row, 101 src_row, src_stride,
|
texcompress_etc_tmp.h | 141 const uint8_t *src_row, 151 const uint8_t *src = src_row; 168 src_row += src_stride;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 87 print ' const uint8_t *src_row = src + y0*src_stride;' 89 print ' const %s *src_pixel = (const %s *)(src_row + x0*%u);' % (src_native_type, src_native_type, format.stride()) 172 print ' src_row += src_stride;' 402 const uint8_t *src_row = src; 405 swz4((const __m128i *) (src_row + 0 * src_stride), 406 (const __m128i *) (src_row + 1 * src_stride), 407 (const __m128i *) (src_row + 2 * src_stride), 408 (const __m128i *) (src_row + 3 * src_stride), 415 src_row += sizeof(__m128i); 466 const uint8_t *src_row = src [all...] |
/external/opencv3/modules/stitching/src/ |
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...] |
timelapsers.cpp | 79 const Point3_<short> *src_row = img.ptr<Point3_<short> >(y); local 86 dst_row[dx + x] = src_row[x];
|
/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/pdfium/core/src/fxcodec/lbmp/ |
fx_bmp.h | 141 FX_DWORD src_row;
member in struct:tag_bmp_compress_struct
|