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

1 2 3

  /external/libjpeg-turbo/
transupp.c 98 int ci, offset_y; local
118 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++) {
119 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks,
120 dst_buffer[offset_y],
137 int ci, k, offset_y; local
160 for (offset_y = 0; offset_y < compptr->v_samp_factor; offset_y++)
204 int ci, k, offset_y; local
266 int ci, i, j, offset_y; local
345 int ci, i, j, offset_x, offset_y; local
398 int ci, i, j, offset_x, offset_y; local
479 int ci, i, j, offset_x, offset_y; local
550 int ci, i, j, offset_y; local
662 int ci, i, j, offset_x, offset_y; local
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3111 int offset_x = 0, offset_y = 0; local
3999 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 3249 int offset_x = 0, offset_y = 0; local
4138 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2453 int offset_x = 0, offset_y = 0; local
3044 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2453 int offset_x = 0, offset_y = 0; local
3044 int32_t offset_x = 0, offset_y = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 2106 int offset_x = 0, offset_y = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 51 int32_t offset_y; member in struct:__anon4613
  /external/libmpeg2/decoder/
impeg2d_pnb_pic.c 506 UWORD32 offset_x, offset_y, stride; local
522 offset_y = (ps_dec->u2_mb_y << 4);
524 ps_dec->s_dest_buf.pu1_y = ps_cur_frm_buf->pu1_y + offset_y * stride + offset_x;
528 ps_dec->s_dest_buf.pu1_u = ps_cur_frm_buf->pu1_u + (offset_y >> 1) * stride
531 ps_dec->s_dest_buf.pu1_v = ps_cur_frm_buf->pu1_v + (offset_y >> 1) * stride
  /external/opencv3/modules/objdetect/src/opencl/
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/opencv3/modules/cudaobjdetect/src/cuda/
hog.cu 135 const int offset_y = blockIdx.y * cblock_stride_y + 4 * cell_y;
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;
350 int offset_y = i / cdescr_width;
351 int offset_x = i - offset_y * cdescr_width;
352 product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x];
412 int offset_y = i / cdescr_width;
413 int offset_x = i - offset_y * cdescr_width;
414 product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x];
472 int offset_y = i / cdescr_width
    [all...]
  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 222 const int offset_y = uv_offset_y * 2; local
225 buffer->stride(kYPlane) * offset_y + offset_x;
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 39 int offset_y,
336 int offset_y,
344 ConvertToI420(kI420, source_data, offset_x, offset_y, source_width,
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 83 unsigned offset_y; member in struct:r600_bytecode_tex
  /external/webrtc/webrtc/test/
frame_generator.cc 203 int offset_y = (current_source_frame_->stride(PlaneType::kYPlane) * local
214 &current_source_frame_->buffer(PlaneType::kYPlane)[offset_y],
  /external/ImageMagick/coders/
xcf.c 154 offset_y;
771 outLayer->image->page.y=outLayer->offset_y;
839 outLayer->offset_y = ReadBlobMSBSignedLong(image);
951 GIMP_DRAWABLE (layer_mask)->offset_y = GIMP_DRAWABLE (layer)->offset_y;
152 offset_y; member in struct:__anon5285
    [all...]
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 169 CGFloat offset_x, offset_y; local
171 offset_y = ctm.ty;
172 CGContextTranslateCTM(_context, -offset_x, -offset_y);
174 _height + offset_y));
971 offset_y = (rt.origin.y) + rt.size.height \/ 2.f; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 339 (src_buf->crop.height + src_buf->crop.offset_y > src_buf->src_dim.height)) {
345 src_buf->crop.offset_y,
357 thumbnail.top = src_buf->crop.offset_y;
401 (src_buf->crop.height + src_buf->crop.offset_y > src_buf->src_dim.height)) {
404 src_buf->crop.height + src_buf->crop.offset_y,
423 rect_type_in.nTop = src_buf->crop.offset_y;
    [all...]
mm_jpeg_interface.c 69 buf_info->src_imgs.src_img[i].crop.offset_x, buf_info->src_imgs.src_img[i].crop.offset_y
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 114 float offset_y = -total_width / 2.f; local
122 ndk_helper::Mat4::Translation( iX * gap_x + offset_x, iY * gap_y + offset_y,
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraStream.cpp 343 mCrop.offset_y = v4l2_crop.top;
  /external/libpng/
pngget.c 841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
847 offset_x != NULL && offset_y != NULL && unit_type != NULL)
850 *offset_y = info_ptr->y_offset;
    [all...]
pngtest.c 1203 png_int_32 offset_x, offset_y; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 552 float offset_y = box_y1 - dstY; local
558 offset_y += pPixmap->screen_y;
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
  /external/opencv3/3rdparty/libpng/
pngget.c 777 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
782 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
785 *offset_y = info_ptr->y_offset;
  /external/pdfium/third_party/lpng_v163/
pngget.c 801 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
806 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
809 *offset_y = info_ptr->y_offset;
    [all...]

Completed in 800 milliseconds

1 2 3