Searched refs:offset_x (Results 1 - 25 of 30) sorted by relevance

12

/external/libjpeg-turbo/
H A Dtransupp.c345 int ci, i, j, offset_x, offset_y; local
371 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x++) {
372 dst_ptr = dst_buffer[offset_y][dst_blk_x + offset_x];
373 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y + y_crop_blocks];
398 int ci, i, j, offset_x, offset_y; local
437 for (offset_x = 0; offset_x < compptr->h_samp_factor; offset_x
479 int ci, i, j, offset_x, offset_y; local
662 int ci, i, j, offset_x, offset_y; local
[all...]
/external/libmpeg2/decoder/
H A Dimpeg2d_pnb_pic.c506 UWORD32 offset_x, offset_y, stride; local
520 offset_x = u4_frm_offset + (ps_dec->u2_mb_x << 4);
524 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x;
529 + (offset_x >> 1);
532 + (offset_x >> 1);
/external/webrtc/webrtc/common_video/
H A Dvideo_frame_buffer.cc221 const int offset_x = uv_offset_x * 2; local
225 buffer->stride(kYPlane) * offset_y + offset_x;
/external/opencv3/modules/objdetect/src/opencl/
H A Dobjdetect_hog.cl92 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/opencv3/modules/cudaobjdetect/src/cuda/
H A Dhog.cu133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x +
137 const float* grad_ptr = grad.ptr(offset_y) + offset_x * 2;
138 const unsigned char* qangle_ptr = qangle.ptr(offset_y) + offset_x * 2;
351 int offset_x = i - offset_y * cdescr_width;
352 product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x];
413 int offset_x = i - offset_y * cdescr_width;
414 product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x];
473 int offset_x = i - offset_y * cdescr_width;
474 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x];
/external/webrtc/webrtc/modules/video_processing/test/
H A Dvideo_processing_unittest.cc38 int offset_x,
335 int offset_x,
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
332 CropFrame(const uint8_t* source_data, int source_width, int source_height, int offset_x, int offset_y, int cropped_width, int cropped_height, VideoFrame* cropped_frame) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h82 unsigned offset_x; member in struct:r600_bytecode_tex
H A Dr600_shader.c459 tex.offset_x = bytes[bytes_read++];
3769 uint8_t offset_x = 0, offset_y = 0, offset_z = 0; local
3778 offset_x = ctx->literals[inst->TexOffsets[0].Index + inst->TexOffsets[0].SwizzleX] << 1;
4123 tex.offset_x = offset_x;
/external/ImageMagick/coders/
H A Dxcf.c153 offset_x,
770 outLayer->image->page.x=outLayer->offset_x;
838 outLayer->offset_x = ReadBlobMSBSignedLong(image);
950 GIMP_DRAWABLE (layer_mask)->offset_x = GIMP_DRAWABLE (layer)->offset_x;
1355 layer_info[j].offset_x, layer_info[j].offset_y );
151 offset_x, member in struct:__anon167
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp169 CGFloat offset_x, offset_y; local
170 offset_x = ctm.tx;
172 CGContextTranslateCTM(_context, -offset_x, -offset_y);
173 CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x,
970 CGFloat offset_x = (rt.origin.x) + rt.size.width / 2.f, local
974 transform, CGAffineTransformMake(1, 0, 0, 1, -offset_x, -offset_y));
978 transform, CGAffineTransformMake(1, 0, 0, 1, offset_x, offset_y));
/external/libpng/
H A Dpngget.c841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
849 *offset_x = info_ptr->x_offset;
840 png_get_oFFs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngtest.c1203 png_int_32 offset_x, offset_y; local
1206 if (png_get_oFFs(read_ptr, read_info_ptr, &offset_x, &offset_y,
1209 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
H A Dpngset.c249 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
256 info_ptr->x_offset = offset_x;
248 png_set_oFFs(png_const_structrp png_ptr, png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpng.h2052 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,
H A Dpngrutil.c2109 png_int_32 offset_x, offset_y; local
2143 offset_x = png_get_int_32(buf);
2146 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c551 float offset_x = box_x1 - dstX; local
557 offset_x += pPixmap->screen_x;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
/external/opencv3/3rdparty/libpng/
H A Dpngget.c777 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
782 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
784 *offset_x = info_ptr->x_offset;
776 png_get_oFFs(png_const_structp png_ptr, png_const_infop info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngset.c270 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
277 info_ptr->x_offset = offset_x;
269 png_set_oFFs(png_structp png_ptr, png_infop info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpng.h2177 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));
H A Dpngrutil.c1875 png_int_32 offset_x, offset_y; local
1909 offset_x = png_get_int_32(buf);
1912 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/pdfium/third_party/lpng_v163/
H A Dpngget.c801 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
806 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
808 *offset_x = info_ptr->x_offset;
800 png_get_oFFs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) argument
H A Dpngset.c246 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
253 info_ptr->x_offset = offset_x;
245 png_set_oFFs(png_const_structrp png_ptr, png_inforp info_ptr, png_int_32 offset_x, png_int_32 offset_y, int unit_type) argument
H A Dpng.h2472 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,
H A Dpngrutil.c2048 png_int_32 offset_x, offset_y; local
2082 offset_x = png_get_int_32(buf);
2085 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type);
/external/opencv3/modules/java/src/
H A Dimgproc+Imgproc.java3167 private static native void findContours_0(long image_nativeObj, long contours_mat_nativeObj, long hierarchy_nativeObj, int mode, int method, double offset_x, double offset_y); argument
3265 private static native void fillPoly_0(long img_nativeObj, long pts_mat_nativeObj, double color_val0, double color_val1, double color_val2, double color_val3, int lineType, int shift, double offset_x, double offset_y); argument
3274 private static native void drawContours_0(long image_nativeObj, long contours_mat_nativeObj, int contourIdx, double color_val0, double color_val1, double color_val2, double color_val3, int thickness, int lineType, long hierarchy_nativeObj, int maxLevel, double offset_x, double offset_y); argument

Completed in 1267 milliseconds

12