/external/libjpeg-turbo/ |
D | transupp.c | 98 int ci, offset_y; in do_crop() local 118 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_crop() 119 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop() 120 dst_buffer[offset_y], in do_crop() 137 int ci, k, offset_y; in do_flip_h_no_crop() local 160 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) { in do_flip_h_no_crop() 163 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop() 164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop() 184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop() 185 buffer[offset_y] + blk_x, in do_flip_h_no_crop() [all …]
|
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 135 const int offset_y = blockIdx.y * cblock_stride_y + 4 * cell_y; 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() 350 int offset_y = i / cdescr_width; in compute_confidence_hists_kernel_many_blocks() local 351 int offset_x = i - offset_y * cdescr_width; in compute_confidence_hists_kernel_many_blocks() 352 … product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in compute_confidence_hists_kernel_many_blocks() 412 int offset_y = i / cdescr_width; in classify_hists_kernel_many_blocks() local 413 int offset_x = i - offset_y * cdescr_width; in classify_hists_kernel_many_blocks() 414 … product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in classify_hists_kernel_many_blocks() 472 int offset_y = i / cdescr_width; in extract_descrs_by_rows_kernel() local [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Intrinsics.td | 19 llvm_i32_ty, // offset_y, 32 llvm_i32_ty, // offset_y,
|
/external/libmpeg2/decoder/ |
D | impeg2d_pnb_pic.c | 506 UWORD32 offset_x, offset_y, stride; in impeg2d_dec_p_b_slice() local 522 offset_y = (ps_dec->u2_mb_y << 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() 528 ps_dec->s_dest_buf.pu1_u = ps_cur_frm_buf->pu1_u + (offset_y >> 1) * stride in impeg2d_dec_p_b_slice() 531 ps_dec->s_dest_buf.pu1_v = ps_cur_frm_buf->pu1_v + (offset_y >> 1) * stride in impeg2d_dec_p_b_slice()
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 222 const int offset_y = uv_offset_y * 2; in ShallowCenterCrop() local 225 buffer->stride(kYPlane) * offset_y + offset_x; in ShallowCenterCrop()
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | objdetect_hog.cl | 93 const int offset_y = gidY * cblock_stride_y + (cell_y << 2); 96 grad + offset_y * grad_quadstep + (offset_x << 1) : grad; 98 qangle + offset_y * qangle_step + (offset_x << 1) : qangle; 450 int offset_y = i / cdescr_width; 451 int offset_x = i - offset_y * cdescr_width; 453 hist[offset_y * img_block_width * cblock_hist_size + offset_x]; 524 int offset_y = i / cdescr_width; 525 int offset_x = i - offset_y * cdescr_width; 526 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x];
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 169 CGFloat offset_x, offset_y; in CFX_QuartzDeviceDriver() local 171 offset_y = ctm.ty; in CFX_QuartzDeviceDriver() 172 CGContextTranslateCTM(_context, -offset_x, -offset_y); in CFX_QuartzDeviceDriver() 174 _height + offset_y)); in CFX_QuartzDeviceDriver() 971 offset_y = (rt.origin.y) + rt.size.height / 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 | 39 int offset_y, 336 int offset_y, argument 344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
|
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 203 int offset_y = (current_source_frame_->stride(PlaneType::kYPlane) * in CropSourceToScrolledImage() local 214 ¤t_source_frame_->buffer(PlaneType::kYPlane)[offset_y], in CropSourceToScrolledImage()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 83 unsigned offset_y; member
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 552 float offset_y = box_y1 - dstY; in display_video() local 558 offset_y += pPixmap->screen_y; in display_video() 570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y, in display_video()
|
/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() 809 *offset_y = info_ptr->y_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 254 info_ptr->y_offset = offset_y; in png_set_oFFs()
|
D | pngrutil.c | 2048 png_int_32 offset_x, offset_y; in png_handle_oFFs() local 2083 offset_y = png_get_int_32(buf + 4); 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/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() 785 *offset_y = info_ptr->y_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 278 info_ptr->y_offset = offset_y; 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 1910 offset_y = png_get_int_32(buf + 4); 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() 850 *offset_y = info_ptr->y_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 257 info_ptr->y_offset = offset_y; 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 2144 offset_y = png_get_int_32(buf + 4); in png_handle_oFFs() 2146 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/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
|