/external/libjpeg-turbo/ |
D | transupp.c | 345 int ci, i, j, offset_x, offset_y; in do_transpose() local 371 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_transpose() 372 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_transpose() 373 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks]; in do_transpose() 398 int ci, i, j, offset_x, offset_y; in do_rot_90() local 437 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) { in do_rot_90() 438 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x]; in do_rot_90() 441 src_ptr = src_buffer[compptr->h_samp_factor - offset_x - 1] in do_rot_90() 452 src_ptr = src_buffer[offset_x] in do_rot_90() 479 int ci, i, j, offset_x, offset_y; in do_rot_270() local [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Intrinsics.td | 18 llvm_i32_ty, // offset_x 31 llvm_i32_ty, // offset_x
|
/external/libmpeg2/decoder/ |
D | impeg2d_pnb_pic.c | 506 UWORD32 offset_x, offset_y, stride; in impeg2d_dec_p_b_slice() local 520 offset_x = u4_frm_offset + (ps_dec->u2_mb_x << 4); in impeg2d_dec_p_b_slice() 524 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x; in impeg2d_dec_p_b_slice() 529 + (offset_x >> 1); in impeg2d_dec_p_b_slice() 532 + (offset_x >> 1); in impeg2d_dec_p_b_slice()
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x + in compute_hists_kernel_many_blocks() local 137 const float* grad_ptr = grad.ptr(offset_y) + offset_x * 2; in compute_hists_kernel_many_blocks() 138 const unsigned char* qangle_ptr = qangle.ptr(offset_y) + offset_x * 2; in compute_hists_kernel_many_blocks() 351 int offset_x = i - offset_y * cdescr_width; in compute_confidence_hists_kernel_many_blocks() local 352 … product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in compute_confidence_hists_kernel_many_blocks() 413 int offset_x = i - offset_y * cdescr_width; in classify_hists_kernel_many_blocks() local 414 … product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in classify_hists_kernel_many_blocks() 473 int offset_x = i - offset_y * cdescr_width; in extract_descrs_by_rows_kernel() local 474 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in extract_descrs_by_rows_kernel()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 221 const int offset_x = uv_offset_x * 2; in ShallowCenterCrop() local 225 buffer->stride(kYPlane) * offset_y + offset_x; in ShallowCenterCrop()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 169 CGFloat offset_x, offset_y; in CFX_QuartzDeviceDriver() local 170 offset_x = ctm.tx; in CFX_QuartzDeviceDriver() 172 CGContextTranslateCTM(_context, -offset_x, -offset_y); in CFX_QuartzDeviceDriver() 173 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, in CFX_QuartzDeviceDriver() 970 CGFloat offset_x = (rt.origin.x) + rt.size.width / 2.f, in CG_SetImageTransform() local 974 transform, CGAffineTransformMake(1, 0, 0, 1, -offset_x, -offset_y)); in CG_SetImageTransform() 978 transform, CGAffineTransformMake(1, 0, 0, 1, offset_x, offset_y)); in CG_SetImageTransform()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 38 int offset_x, 335 int offset_x, argument 344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | objdetect_hog.cl | 92 const int offset_x = gidX * cblock_stride_x + (cell_x << 2) + cell_thread_x; 96 grad + offset_y * grad_quadstep + (offset_x << 1) : grad; 98 qangle + offset_y * qangle_step + (offset_x << 1) : qangle; 451 int offset_x = i - offset_y * cdescr_width; 453 hist[offset_y * img_block_width * cblock_hist_size + offset_x]; 525 int offset_x = i - offset_y * cdescr_width; 526 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x];
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 82 unsigned offset_x; member
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 551 float offset_x = box_x1 - dstX; in display_video() local 557 offset_x += pPixmap->screen_x; in display_video() 570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y, in display_video()
|
/external/opencv3/3rdparty/libpng/ |
D | pngget.c | 777 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 782 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 784 *offset_x = info_ptr->x_offset; in png_get_oFFs()
|
D | pngset.c | 270 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 277 info_ptr->x_offset = offset_x; in png_set_oFFs()
|
D | png.h | 2177 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)); 2183 png_int_32 offset_x, png_int_32 offset_y, int unit_type));
|
D | pngrutil.c | 1875 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 1909 offset_x = png_get_int_32(buf); in png_handle_oFFs() 1912 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/external/libpng/ |
D | pngget.c | 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 847 offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 849 *offset_x = info_ptr->x_offset; in png_get_oFFs()
|
D | pngtest.c | 1203 png_int_32 offset_x, offset_y; in test_one_file() local 1206 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y, in test_one_file() 1209 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file()
|
D | pngset.c | 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 256 info_ptr->x_offset = offset_x; in png_set_oFFs()
|
D | png.h | 2052 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, 2058 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
|
D | pngrutil.c | 2109 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 2143 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2146 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngget.c | 801 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 806 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 808 *offset_x = info_ptr->x_offset; in png_get_oFFs()
|
D | pngset.c | 246 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 253 info_ptr->x_offset = offset_x; in png_set_oFFs()
|
D | pngrutil.c | 2048 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 2082 offset_x = png_get_int_32(buf); in png_handle_oFFs() 2085 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
D | png.h | 2472 png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, 2478 png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y,
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 3167 …s_mat_nativeObj, long hierarchy_nativeObj, int mode, int method, double offset_x, double offset_y); in findContours_0() argument 3265 …, double color_val2, double color_val3, int lineType, int shift, double offset_x, double offset_y); in fillPoly_0() argument 3274 …thickness, int lineType, long hierarchy_nativeObj, int maxLevel, double offset_x, double offset_y); in drawContours_0() argument
|
D | imgproc.cpp | 4525 …t_nativeObj, jlong hierarchy_nativeObj, jint mode, jint method, jdouble offset_x, jdouble offset_y) in Java_org_opencv_imgproc_Imgproc_findContours_10() argument 4534 Point offset((int)offset_x, (int)offset_y); in Java_org_opencv_imgproc_Imgproc_findContours_10() 5675 …uble color_val2, jdouble color_val3, jint lineType, jint shift, jdouble offset_x, jdouble offset_y) in Java_org_opencv_imgproc_Imgproc_fillPoly_10() argument 5685 Point offset((int)offset_x, (int)offset_y); in Java_org_opencv_imgproc_Imgproc_fillPoly_10() 5809 …kness, jint lineType, jlong hierarchy_nativeObj, jint maxLevel, jdouble offset_x, jdouble offset_y) in Java_org_opencv_imgproc_Imgproc_drawContours_10() argument 5820 Point offset((int)offset_x, (int)offset_y); in Java_org_opencv_imgproc_Imgproc_drawContours_10()
|